-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating Delegation Page #856
base: main
Are you sure you want to change the base?
Conversation
@@ -22,6 +22,8 @@ title: Glossary | |||
|
|||
- **Indexer's Self-Stake**: The amount of GRT that Indexers stake to participate in the decentralized network. The minimum is 100,000 GRT, and there is no upper limit. | |||
|
|||
- **Delegation Capacity**: The maximum amount of GRT an Indexer can accept from Delegators. Indexers can only accept up to 16x their Indexer Self-Stake. Additional delegation results in diluted rewards. For example, if an Indexer has a Self-Stake of 1m GRT, their delegation capacity is 16m. Indexers can increase their Delegation Capacity by increasing their Indexer's Self-Stake. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **Delegation Capacity**: The maximum amount of GRT an Indexer can accept from Delegators. Indexers can only accept up to 16x their Indexer Self-Stake. Additional delegation results in diluted rewards. For example, if an Indexer has a Self-Stake of 1m GRT, their delegation capacity is 16m. Indexers can increase their Delegation Capacity by increasing their Indexer's Self-Stake. | |
- **Delegation Capacity**: The maximum amount of GRT an Indexer can accept from Delegators. Indexers can only accept up to 16x their Indexer Self-Stake. Additional delegation results in diluted rewards. For example, if an Indexer has a Self-Stake of 1M GRT, their delegation capacity is 16M. Indexers can increase their Delegation Capacity by increasing their Self-Stake. |
@@ -2,35 +2,57 @@ | |||
title: Delegating | |||
--- | |||
|
|||
Delegators are network participants who delegate (i.e., "stake") GRT to one or more Indexers. | |||
Delegators earn GRT by delegating GRT to Indexers which helps network security and functionality. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delegators earn GRT by delegating GRT to Indexers which helps network security and functionality. | |
Delegators earn GRT by delegating GRT to Indexers, which helps network security and functionality. |
|
||
The Graph Network includes a delegation ratio of 16, meaning an Indexer can accept up to 16 times their Self-Stake in delegated GRT. | ||
|
||
For example, if an Indexer has a Self-Stake of 1m GRT, their Delegation Capacity is 16m. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For example, if an Indexer has a Self-Stake of 1m GRT, their Delegation Capacity is 16m. | |
For example, if an Indexer has a Self-Stake of 1M GRT, their Delegation Capacity is 16M. |
### The Delegation Unbonding Period | ||
|
||
When a Delegator chooses to undelegate, their tokens are subject to a 28-day unbonding period. | ||
|
||
This means they cannot transfer their tokens or earn any rewards for 28 days. | ||
|
||
Whenever a Delegator wants to undelegate, their tokens are subject to a 28-day unbonding period. This means they cannot transfer their tokens or earn any rewards for 28 days. | ||
After the unbonding period, GRT will return to your crypto wallet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just noticed that the UI calls this the "undelegation period". cc @IainM22, maybe that was intentional because it's more user-friendly? Just wanted to raise it.
Also added new glossary definition for Delegation Capacity.