Skip to content

Commit

Permalink
Add restaking delegate steps
Browse files Browse the repository at this point in the history
  • Loading branch information
yurixander committed Oct 24, 2024
1 parent d5814e2 commit 33da67e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
21 changes: 15 additions & 6 deletions pages/restake/how_to_restake_tangle/delegate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Callout from "/components/Callout";
## Delegate Using Tangle DApp

<Callout type="info">
You should have deposited your tokens to the multiasset delegation vault before you can delegate. See the [Deposit Using Tangle DApp page](./deposit-tangle.mdx) for more information.
You should have deposited your tokens to the multiasset delegation vault before you can delegate. See the [Deposit Using Tangle DApp page](./deposit-tangle.mdx) for more information. If you have already deposited **and** delegated your assets under the **Deposit** tab, you can skip this step.
</Callout>

Delegators are similar to stakers in a consensus system like nominated proof of stake (NPoS), but they delegate their tokens to an operator, and participate in the rewards and risks similar to staking on a validator.
Expand All @@ -17,8 +17,17 @@ Delegators are similar to stakers in a consensus system like nominated proof of

1. Switch to the **Stake** tab on the Restaking page.
2. Ensure that you're connected to the appropriate network. You can switch networks by using the dropdown located at the top right corner of the page.
3. Select an asset from the modal.
4. Enter the desired amount to deposit.
5. Select an operator from the list, which will be used to restake the deposited assets. You can also search for specific operators by entering their address in the search bar.
6. Review any fees, APY, and other key information before proceeding.
7. If all the information is correct, the **Deposit + Delegate** button should be enabled. Click on it to initiate the transaction.
3. Click on the **Asset** dropdown, and select an asset from the modal. If the asset that you're looking for is not listed, ensure that you have correctly performed the deposit operation for that asset. Please note that your asset balance might be lower than expected or not available if you have already deposited and delegated at once under the **Deposit** tab.
4. Click on the **Select Operator** dropdown, and choose an operator from the list. You can also search for specific operators by entering their address in the search bar.
5. Enter the amount of assets that you'd like to delegate to the operator.
6. Review fees, unstake period, and bond less delay before proceeding.
7. If all the information is correct, the **Delegate** button should be enabled. Click on it to initiate the transaction.

![Delegate Steps](/images/restake/delegate/dapp-steps.png)

### Step 3: Sign and Submit the Transaction

- Sign and submit the transaction. Make sure the account you are using has enough balance to cover the transaction fee.
- If successful, you should see the following confirmation toast notification:

![Delegate Transaction Confirmation Toast](/images/restake/delegate/delegate-tx-confirmation.png)
4 changes: 2 additions & 2 deletions pages/restake/how_to_restake_tangle/deposit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Users can deposit LST assets to the multiasset delegation vault.
2. Select the appropriate network from the dropdown list.
3. Select an asset from the modal.
4. Enter the desired amount to deposit.
5. Select an operator from the list, which will be used to restake the deposited assets. You can also search for specific operators by entering their address in the search bar.
5. (Optional) If you'd like to also delegate your deposit right away: Click on the **Select Operator** dropdown, and choose an operator from the list. If you'd like to delegate later, skip this step. [Learn how to delegate later](./delegate.mdx).
6. Review any fees, APY, and other key information before proceeding.
7. If all the information is correct, the **Deposit + Delegate** button should be enabled. Click on it to initiate the transaction.
7. If all the information is correct, the **Deposit + Delegate** (or **Deposit** if just depositing) button should be enabled. Click on it to initiate the transaction.

![Deposit Steps](/images/restake/deposit/dapp-steps.png)

Expand Down
Binary file added public/images/restake/delegate/dapp-steps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33da67e

Please sign in to comment.