|
17 | 17 | </h2> |
18 | 18 | <p><strong>Step 1.</strong> Select the <em>staking</em> tab. You'll see the stake option there. Just click on it.</p> |
19 | 19 | <p><strong>Step 2.</strong> Enter the amount you want to stake and click on the stake button.</p> |
20 | | - <p><strong>Step 1.5. (Optional)</strong> You can also choose the SSN node you want to delegte to</p> |
| 20 | + <!-- <p><strong>Step 1.5. (Optional)</strong> You can also choose the SSN node you want to delegte to</p> --> |
21 | 21 | <p>Wait for transaction to got confirmed</p> |
22 | 22 |
|
23 | 23 | <h2 id="what-are-the-benefits-of-delegating"> |
|
32 | 32 | When you stake your ZILs, your receive ZIL as a reward. |
33 | 33 | This interest, reward, or inflation heavily incentivizes staking and is why you should delegate over long periods. |
34 | 34 | </p> |
35 | | - <h2 id="who-should-you-delegate-your-zil-to"> |
| 35 | + <!-- <h2 id="who-should-you-delegate-your-zil-to"> |
36 | 36 | <a |
37 | 37 | href="#who-should-you-delegate-your-zil-to" |
38 | 38 | aria-hidden="true"> |
|
46 | 46 | there is a single best SSN to delegate safely. The best SSN to safely delegate is all of them. |
47 | 47 | If you spread your ZILs across all SSNs, the risk is the lowest. |
48 | 48 | You can check the table for the commission rate and details about SSN below. |
49 | | - </p> |
| 49 | + </p> --> |
50 | 50 | <h2 id="who-should-you-delegate-your-zil-to"> |
51 | 51 | <a |
52 | 52 | href="#why-should-i-delegate-to-zillet?" |
|
60 | 60 | Zillet also has a competitive commission rate, and all the commission earned will be used for the development of the wallet. |
61 | 61 | So it'll help us if you delegate your ZILs to Zillet while maintaining your security. |
62 | 62 | </p> |
63 | | - <h2 id="who-should-you-delegate-your-zil-to"> |
| 63 | + <!-- <h2 id="who-should-you-delegate-your-zil-to"> |
64 | 64 | <a |
65 | 65 | href="#why-should-i-delegate-to-zillet?" |
66 | 66 | aria-hidden="true"> |
|
72 | 72 | <p><strong>Step 2.</strong> Choose the delegator from you want to move your ZILs </p> |
73 | 73 | <p><strong>Step 3.</strong> Select the SSN you want to redelegate your amount to (ex. Zillet) in second dropdown </p> |
74 | 74 | <p><strong>Step 4</strong> Enter the amount you want to move and click on the Transfer button</p> |
75 | | - <p>Wait for transaction to got confirmed</p> |
| 75 | + <p>Wait for transaction to got confirmed</p> --> |
76 | 76 | <h2 id="what-happen-if-a-ssn-you-have-chosen-is-down"> |
77 | 77 | <a |
78 | 78 | href="#what-happen-if-a-ssn-you-have-chosen-is-down?" |
|
93 | 93 | What's the waiting period if I want to unstake my ZIL? |
94 | 94 | </h2> |
95 | 95 | <p> |
96 | | - Delegating means that your ZIL cannot be transferred for 2 weeks, but you can redelegate to other SSN instantly. |
97 | | - Technically, Redelegation takes one cycle to be completed (18 DS blocks). But the user doesn't doesn't have to perform any extra actions. |
98 | | - You'll automatically start receiving the reward from the new SSN ( after 18 DS blocks) |
| 96 | + Delegating means that your ZIL cannot be transferred for 2 weeks |
99 | 97 | </p> |
100 | | - <h2 id="staked-seed-nodes"> |
| 98 | + <!-- <h2 id="staked-seed-nodes"> |
101 | 99 | <a |
102 | 100 | href="#staked-seed-nodes" |
103 | 101 | aria-hidden="true"> |
104 | 102 | <span class="icon icon-link" /> |
105 | 103 | </a> |
106 | 104 | Staked Seed Nodes (SSNs) |
107 | 105 | </h2> |
108 | | - <Ssn /> |
| 106 | + <Ssn /> --> |
109 | 107 | </Section> |
110 | 108 | <Footer /> |
111 | 109 | </div> |
112 | 110 | </template> |
113 | 111 | <script> |
114 | 112 | import Header from './../layouts/partials/Header'; |
115 | 113 | import Footer from './../layouts/partials/Footer'; |
116 | | -import Ssn from './../components/Ssn'; |
| 114 | +// import Ssn from './../components/Ssn'; |
117 | 115 |
|
118 | 116 | export default { |
119 | 117 | name: 'GettingStarted', |
120 | 118 | components: { |
121 | 119 | Header, |
122 | | - Footer, |
123 | | - Ssn |
| 120 | + Footer |
| 121 | + // Ssn |
124 | 122 | }, |
125 | 123 | metaInfo: { |
126 | 124 | title: 'How to stake ZIL (Zilliqa) on Zillet' |
|
0 commit comments