Skip to content

Commit

Permalink
Making minor changes to nominating guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Genesis3800 committed Apr 8, 2024
1 parent e8181a3 commit ed16060
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions pages/docs/end-user-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ import { FileIcon } from '@components/icons'
<Card icon={<FileIcon />} title="Generate an AppID" href="/docs/end-user-guide/app-id" />
<Card icon={<FileIcon />} title="Balance Transfers" href="/docs/end-user-guide/balance-transfers" />
<Card icon={<FileIcon />} title="Nomination Pools" href="/docs/end-user-guide/nomination-pools" />
<Card icon={<FileIcon />} title="How to Nominate" href="/docs/end-user-guide/nominating" />
</Cards>
6 changes: 3 additions & 3 deletions pages/docs/end-user-guide/nominating.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Nominating and nomination pools are both integral parts of the staking process i
To determine whether to nominate directly or join a nomination pool, it's essential to evaluate network information available on the [<ins>Staking Targets page</ins>](https://goldberg.avail.tools/#/staking/targets). This information is based on Avail Testnet, this is subject
to significant changes on the Avail Mainnet. However does provides valuable insights for making an informed decision. Key parameters to consider include the threshold and minimum nominated values:

- **Threshold**: This represents the minimum AVL token value required for staking and is predetermined as part of the AVL network settings. It can be modified through a governance process. Atbthis moment on Avail Testnet this value is 0. However this is subject to change in Mainnet.
- **Threshold**: This represents the minimum AVL token value required for staking and is predetermined as part of the AVL network settings. It can be modified through a governance process. At this moment on Avail Testnet this value is 0. However this is subject to change in Mainnet.

- **Minimum Nominated**: This value is dynamic, recalculated every era based on the total staked percentage. As more stake enters the network, this value increases. To earn rewards, stakers must ensure their stake surpasses this minimum nominated threshold.

Expand All @@ -81,12 +81,12 @@ Start the nomination process by navigating to the [<ins>Avail Staking Accounts P


#### 2. Select Wallet & Stake Amount
You will need select the wallet you wish to nominate from, also the amount. On the amount always leave some AVL for fees, so only nominate 95%-98% of your tokens. Levaing 2%-5% for fees on nominating or any other tranactions you may want to perform.
You will need to select the wallet you wish to nominate from and the amount. When choosing the amount remember to ensure that you leave some AVL for fees (e.g.. only nominate 95%-98% of your tokens maximum).
Also select where you would like your rewards to acrue to. You have the following options

- **Stash Account (Increase the amount at stake):** This refers to a scenario where the user increases the amount of AVL (Avail token) at stake with their rewards in their stash account. This is like auto-compunding, your rewards are added to your stake and will increase your overall stake for the next era.

- **Stash Account (Do not increase the amount at stake):** In contrast to the previous point, here users choose not to increase the amount of AVL at stake in their stash account. Yur rewards will be sent to this account but ot staked.
- **Stash Account (Do not increase the amount at stake):** In contrast to the previous point, here users choose not to increase the amount of AVL at stake in their stash account. Your rewards will be sent to this account but ot staked.

- **Controller Account:** The controller account is separate from the stash account and is used to manage the nomination process. This is legacy and will be discontinued going forward.

Expand Down

0 comments on commit ed16060

Please sign in to comment.