Skip to content

Commit 8cf1db9

Browse files
Revert "Update Delegation Page"
This reverts commit d1a794b.
1 parent d1a794b commit 8cf1db9

File tree

2 files changed

+17
-43
lines changed

2 files changed

+17
-43
lines changed

website/pages/en/resources/glossary.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ title: Glossary
2222

2323
- **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.
2424

25-
- **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.
26-
2725
- **Upgrade Indexer**: An Indexer designed to act as a fallback for subgraph queries not serviced by other Indexers on the network. The upgrade Indexer is not competitive with other Indexers.
2826

2927
- **Delegator**: Network participants who own GRT and delegate their GRT to Indexers. This allows Indexers to increase their stake in subgraphs on the network. In return, Delegators receive a portion of the Indexing Rewards that Indexers receive for processing subgraphs.

website/pages/en/resources/roles/delegating.mdx

Lines changed: 17 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,17 @@
22
title: Delegating
33
---
44

5-
# Delegating GRT on The Graph Network
5+
Delegators are network participants who delegate (i.e., "stake") GRT to one or more Indexers.
66

7-
Delegators play a crucial role on The Graph Network by delegating GRT to Indexers. This process supports network security and functionality without requiring Delegators to run a Graph Node.
7+
- They help secure the network without running a Graph Node themselves.
88

9-
## Benefits of Delegating
9+
- They earn a portion of an Indexer's query fees and rewards by delegating to them.
1010

11-
- Strengthen the network’s security and scalability by supporting Indexers.
12-
- Earn a portion of rewards generated by the Indexers.
11+
## How does this work?
1312

14-
## How Does Delegation Work?
13+
The number of queries an Indexer can process depends on their own stake, **the delegated stake**, and the price the Indexer charges for each query. Therefore, the more stake allocated to an Indexer, the more potential queries an Indexer can process.
1514

16-
An Indexer's ability to process queries and earn rewards depends on three key factors:
17-
18-
1. The Indexer's Self-Stake (GRT staked by the Indexer).
19-
2. The total GRT delegated to them by Delegators.
20-
3. The price the Indexer sets for queries.
21-
22-
The more GRT staked and delegated to an Indexer, the more queries they can serve, leading to higher potential rewards.
23-
24-
### What is Delegation Capacity?
25-
26-
Delegation Capacity refers to the maximum amount of GRT an Indexer can accept from Delegators, based on the Indexer's Self-Stake.
27-
28-
The Graph Network includes a delegation ratio of 16, meaning an Indexer can accept up to 16 times their Self-Stake in delegated tokens.
29-
30-
For example, if an Indexer has a Self-Stake of 1m GRT, their delegation capacity is 16m.
31-
32-
### Why Does Delegation Capacity Matter?
33-
34-
If an Indexer exceeds their Delegation Capacity, rewards for all Delegators become diluted because the excess delegated GRT cannot be used effectively within the protocol.
35-
36-
This makes it crucial for Delegators to evaluate an Indexer's current Delegation Capacity before selecting an Indexer.
37-
38-
Indexers can increase their Delegation Capacity by their Self-Stake, thereby raising the limit for delegated tokens.
39-
40-
## What Delegators Need to Know
41-
42-
<VideoEmbed youtube="xcegvXxgR4Y" />
15+
## Delegator Guide
4316

4417
Learn how to be an effective Delegator in The Graph Network.
4518

@@ -51,13 +24,13 @@ There are three sections in this guide:
5124

5225
- The risks of delegating tokens in The Graph Network
5326
- How to calculate expected returns as a Delegator
54-
- A video guide explaining
27+
- A video guide showing the steps to delegate in the Graph Network UI
5528

5629
## Delegation Risks
5730

5831
Listed below are the main risks of being a Delegator in the protocol.
5932

60-
### The Delegation Tax
33+
### The delegation tax
6134

6235
Delegators cannot be slashed for bad behavior, but there is a tax on Delegators to disincentivize poor decision-making that could harm the integrity of the network.
6336

@@ -67,13 +40,9 @@ As a Delegator, it's important to understand the following:
6740

6841
- In order to be safe, you should calculate your potential return when delegating to an Indexer. For example, you might calculate how many days it will take before you have earned back the 0.5% tax on your delegation.
6942

70-
### The Delegation Unbonding Period
71-
72-
Whene a Delegator chooses to undelegate, their tokens are subject to a 28-day unbonding period.
43+
### The delegation unbonding period
7344

74-
This means they cannot transfer their tokens or earn any rewards for 28 days.
75-
76-
After the unbonding period, GRT will return to your crypto wallet.
45+
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.
7746

7847
### Why is this important?
7948

@@ -156,6 +125,13 @@ Therefore, a Delegator should always consider the Delegation Capacity of an Inde
156125

157126
At times, attempts to delegate to Indexers via MetaMask can fail and result in prolonged periods of "Pending" or "Queued" transaction attempts.
158127

128+
#### Example
129+
130+
Let's say you attempt to delegate with an insufficient gas fee relative to the current prices.
131+
132+
- This action can cause the transaction attempt to display as "Pending" in your MetaMask wallet for 15+ minutes. When this happens, you can attempt subsequent transactions, but these will only be processed until the initial transaction is mined because transactions for an address must be processed in order.
133+
- In such cases, these transactions can be cancelled in MetaMask, but the transactions attempts will accrue gas fees without any guarantee that subsequent attempts will be successful.
134+
159135
A simple resolution to this bug is to restart the browser (e.g., using "abort:restart" in the address bar), which will cancel all previous attempts without gas being subtracted from the wallet. Several users who have encountered this issue have reported successful transactions after restarting their browser and attempting to delegate.
160136

161137
## Video Guide

0 commit comments

Comments
 (0)