From 62f761f2a54ba04116b6822d8b92edd245ae3d88 Mon Sep 17 00:00:00 2001 From: denver Date: Fri, 22 Nov 2024 15:17:43 -0500 Subject: [PATCH] Update indexing.mdx (#820) correct number value referring to allocation states --- website/pages/en/network/indexing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/network/indexing.mdx b/website/pages/en/network/indexing.mdx index 97ffeb18be47..86688337a43e 100644 --- a/website/pages/en/network/indexing.mdx +++ b/website/pages/en/network/indexing.mdx @@ -810,7 +810,7 @@ To set the delegation parameters using Graph Explorer interface, follow these st ### The life of an allocation -After being created by an Indexer a healthy allocation goes through four states. +After being created by an Indexer a healthy allocation goes through two states. - **Active** - Once an allocation is created on-chain ([allocateFrom()](https://github.com/graphprotocol/contracts/blob/main/packages/contracts/contracts/staking/Staking.sol#L316)) it is considered **active**. A portion of the Indexer's own and/or delegated stake is allocated towards a subgraph deployment, which allows them to claim indexing rewards and serve queries for that subgraph deployment. The Indexer agent manages creating allocations based on the Indexer rules.