-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2a019f
commit 698a3ab
Showing
8 changed files
with
78 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"pool-roles": "Pool Roles", | ||
"benefits-and-risks": "Benefits and Risks", | ||
"lst-pool-create": "Create using PolkadotJs", | ||
"lst-pool-create-tangle": "Create using Tangle DApp" | ||
"lst-pool-create-tangle": "Create using Tangle DApp", | ||
"lst-pool-create": "Create using PolkadotJs" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
## How to Create a Liquid Staking Pool Using Tangle DApp | ||
|
||
TBD | ||
### Step 1: Access Tangle Dapp & Connect Wallet | ||
|
||
- Open [Tangle Dapp's Liquid Staking page](https://app.tangle.tools/liquid-staking). | ||
- Connect your wallet to the Dapp by clicking on the **Connect Wallet** button on the top right and selecting your preferred wallet provider. | ||
- Connect to the desired Tangle network by selecting the appropriate network from the dropdown list. Note that liquid staking pools are only available on the networks in which they are created. | ||
|
||
![Selecting a Liquid Staking Network](../../../images/liquid-staking/select-ls-network.png) | ||
|
||
### Step 2: Configure & Create a Pool | ||
|
||
- Once on the liquid staking page, scroll down until you see the **CREATE POOL** button. Click on it to bring up a form where you can configure your new pool. | ||
|
||
![Create Pool Button](../../../images/liquid-staking/create-pool-btn.png) | ||
|
||
- Choose a brief, descriptive name for your pool so that other users can easily identify it, enter an initial bond amount, and set the pool's roles (Root, Nominator, Bouncer). | ||
- By default, all of the roles will be assigned to the active wallet's address. You can change these addresses to other accounts if needed. | ||
- Some details such as the pool's commission and nominations can be set **after** the pool is created: You'll be able to easily manage it under the **My Pools** tab. | ||
- Once you've entered and verified all the details, click on the **Create Pool** button to initiate the transaction. | ||
|
||
![Pool Configuration Form](../../../images/liquid-staking/create-pool-form.png) | ||
|
||
- After you've created your pool, you can view & manage it under the **My Pools** tab. Here, you can set the commission rate, manage nominations, and view the pool's performance. In case that you don't see the pool you've just created right away, try refreshing the page. | ||
- Note that the `MANAGE` button or some of its dropdown options will only be visible **if the active account has the corresponding role**. For example, only the account with the nominator role will be able to see the `Update Nominations` button on the dropdown. If you've set all roles to the same account, you will have all the management options available. | ||
|
||
![My Pools Tab](../../../images/liquid-staking/my-pools-after-creation.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"polkadotjs": "Join using PolkadotJs", | ||
"tangle": "Join using Tangle DApp" | ||
"tangle": "Join using Tangle DApp", | ||
"polkadotjs": "Join using PolkadotJs" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
## How to Join a Liquid Staking Pool Using Tangle DApp | ||
|
||
TBD | ||
### Step 1: Access Tangle Dapp & Connect Wallet | ||
|
||
- Open [Tangle Dapp's Liquid Staking page](https://app.tangle.tools/liquid-staking). | ||
- Connect your wallet to the Dapp by clicking on the **Connect Wallet** button on the top right and selecting your preferred wallet provider. | ||
- Connect to the desired Tangle network by selecting the appropriate network from the dropdown list. Note that liquid staking pools are only available on the networks in which they are created--If you don't see a specific pool that you're looking for, make sure you're connected to the correct network. | ||
|
||
![Selecting a Liquid Staking Network](../../../images/liquid-staking/select-ls-network.png) | ||
|
||
### Step 2: Enter a Deposit Amount & Select a Pool | ||
|
||
- Enter the amount of tokens you wish to deposit into the pool. You can view your available balance next to the wallet icon. | ||
|
||
![Entering Deposit Amount](../../../images/liquid-staking/input-amount-select-tab.png) | ||
|
||
- Select a pool by clicking on the **All Pools** tab, clicking on a protocol to expand its list of pools. | ||
- The table also lists key details such as APY and Total Value Locked (TVL) for each pool. These metrics can help you evaluate the pool's performance and popularity. | ||
|
||
### Step 3: Join Pool & Stake | ||
|
||
- The lower input field displays the total amount of the selected pool's tokens that you'll receive from your deposit. This amount is calculated using the exchange rate and also includes the liquid staking fee, if applicable. | ||
- Once you've double-checked all the transaction details, click on the **Join Pool & Stake** button to deposit your tokens into the selected pool, and proceed to confirm the transaction with your wallet. | ||
|
||
![Select a Pool and Click Stake](../../../images/liquid-staking/select-pool-and-click-stake.png) |
Oops, something went wrong.