diff --git a/pages/restake/create_a_pool/lst-pool-create.mdx b/pages/restake/create_a_pool/lst-pool-create.mdx index 3ed64e3..ac61018 100644 --- a/pages/restake/create_a_pool/lst-pool-create.mdx +++ b/pages/restake/create_a_pool/lst-pool-create.mdx @@ -40,7 +40,7 @@ Sign and submit the transaction. Make sure the account you are using has enough ![PolkadotJS Transaction](/images/liquid-staking/create-pool-polkadotjs/sign.png) -If successful, you should see the following screen: +If successful, you should see the following confirmation toast notification: ![PolkadotJS Pool Created](/images/liquid-staking/create-pool-polkadotjs/inblock.png) diff --git a/pages/restake/how_to_restake/deposit-tangle.mdx b/pages/restake/how_to_restake/deposit-tangle.mdx index 0b25dbf..ccb9eea 100644 --- a/pages/restake/how_to_restake/deposit-tangle.mdx +++ b/pages/restake/how_to_restake/deposit-tangle.mdx @@ -1,3 +1,29 @@ ## Deposit Using Tangle DApp -TODO \ No newline at end of file +Depositing is the process of allocating assets to the multiasset delegation vault. Deposits are required to participate in restaking (delegate). + +Users can deposit LST assets to the multiasset delegation vault. + +### Step 1: Access the PolkadotJS Interface + +- Open [Tangle DApp's Restaking page](https://app.tangle.tools/restake). +- Connect your wallet to the DApp by clicking on the **Connect Wallet** button on the top right and selecting your preferred wallet provider. + +### Step 2: Deposit Assets + +1. Switch to the **Deposit** tab on the Restaking page. +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. +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. + +![Deposit Steps](/images/restake/deposit/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: + +![Deposit Transaction Confirmation Toast](/images/restake/deposit/deposit-tx-confirmation.png) diff --git a/pages/restake/how_to_restake/deposit.mdx b/pages/restake/how_to_restake/deposit.mdx index 8b7ec7d..bc50182 100644 --- a/pages/restake/how_to_restake/deposit.mdx +++ b/pages/restake/how_to_restake/deposit.mdx @@ -1,10 +1,8 @@ ## Deposit Using PolkadotJS -Deposit is the process of allocating assets to the multiasset delegation vault. This deposit is required to participate in restaking (delegate). +Depositing is the process of allocating assets to the multiasset delegation vault. Deposits are required to participate in restaking (delegate). -### Deposit Assets - -To participate in restaking, a user can deposit LST assets to the multiasset delegation vault. +Users can deposit LST assets to the multiasset delegation vault. ### Step 1: Access the PolkadotJS Interface @@ -22,7 +20,7 @@ For convenience, here are the PolkadotJS direct links for Tangle Testnet and Mai ![PolkadotJS Extrinsics](/images/extrinsic.png) -- Under the **MultiAssetDelegation** section, select **Deposit** and enter the amount of assets to deposit. +- Under the **multiAssetDelegation** section, select **deposit(...)**, enter the asset ID and the amount of assets to deposit. ![PolkadotJS Deposit](/images/restake/deposit/deposit.png) @@ -30,6 +28,6 @@ Sign and submit the transaction. Make sure the account you are using has enough ![PolkadotJS Transaction](/images/restake/deposit/depositsign.png) -If successful, you should see the following screen: +If successful, you should see the following confirmation toast notification: ![PolkadotJS Deposit Success](/images/restake/deposit/depositinblock.png) diff --git a/pages/restake/join_a_pool/polkadotjs.mdx b/pages/restake/join_a_pool/polkadotjs.mdx index 0e5c4a5..eb531df 100644 --- a/pages/restake/join_a_pool/polkadotjs.mdx +++ b/pages/restake/join_a_pool/polkadotjs.mdx @@ -41,7 +41,7 @@ You can view all pools by clicking on the **Developer** → **Chain state** tab ### Step 5: Confirmation -- If successful, you should see the following screen: +- If successful, you should see the following confirmation toast notification: ![PolkadotJS Pool Joined](/images/liquid-staking/join-pool-polkadotjs/success.png) diff --git a/pages/restake/join_operator/join.mdx b/pages/restake/join_operator/join.mdx index c4dc082..5a2bd4e 100644 --- a/pages/restake/join_operator/join.mdx +++ b/pages/restake/join_operator/join.mdx @@ -30,7 +30,7 @@ Sign and submit the transaction. Make sure the account you are using has enough ![PolkadotJS Transaction](./images/sign.png) -If successful, you should see the following screen: +If successful, you should see the following confirmation toast notification: ![PolkadotJS Operator Joined](./images/success.png) diff --git a/pages/restake/join_operator/stake.mdx b/pages/restake/join_operator/stake.mdx index ec5996e..675b509 100644 --- a/pages/restake/join_operator/stake.mdx +++ b/pages/restake/join_operator/stake.mdx @@ -30,7 +30,7 @@ Sign and submit the transaction. Make sure the account you are using has enough ![PolkadotJS Transaction](./images/signstake.png) -If successful, you should see the following screen: +If successful, you should see the following confirmation toast notification: ![PolkadotJS Operator Joined](./images/successstake.png) diff --git a/public/images/restake/deposit/dapp-steps.png b/public/images/restake/deposit/dapp-steps.png new file mode 100644 index 0000000..6423788 Binary files /dev/null and b/public/images/restake/deposit/dapp-steps.png differ diff --git a/public/images/restake/deposit/deposit-tx-confirmation.png b/public/images/restake/deposit/deposit-tx-confirmation.png new file mode 100644 index 0000000..baefcd4 Binary files /dev/null and b/public/images/restake/deposit/deposit-tx-confirmation.png differ diff --git a/public/images/restake/deposit/deposit.png b/public/images/restake/deposit/deposit.png index 4620341..585a09a 100644 Binary files a/public/images/restake/deposit/deposit.png and b/public/images/restake/deposit/deposit.png differ diff --git a/public/images/restake/deposit/depositinblock.png b/public/images/restake/deposit/depositinblock.png index a65ee65..508761d 100644 Binary files a/public/images/restake/deposit/depositinblock.png and b/public/images/restake/deposit/depositinblock.png differ diff --git a/public/images/restake/deposit/depositsign.png b/public/images/restake/deposit/depositsign.png index 726721a..13bdd37 100644 Binary files a/public/images/restake/deposit/depositsign.png and b/public/images/restake/deposit/depositsign.png differ