You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/pages/pt/indexing/overview.mdx
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,37 +9,37 @@ O GRT em staking no protocolo é sujeito a um período de degelo, e pode passar
9
9
10
10
Indexers select Subgraphs to index based on the Subgraph’s curation signal, where Curators stake GRT in order to indicate which Subgraphs are high-quality and should be prioritized. Consumers (eg. applications) can also set parameters for which Indexers process queries for their Subgraphs and set preferences for query fee pricing.
11
11
12
-
## FAQ
12
+
## Perguntas Frequentes
13
13
14
-
### What is the minimum stake required to be an Indexer on the network?
14
+
### Qual o stake mínimo exigido para ser um Indexador na rede?
15
15
16
-
The minimum stake for an Indexer is currently set to 100K GRT.
16
+
O stake mínimo atual para um Indexador é de 100 mil GRT.
17
17
18
-
### What are the revenue streams for an Indexer?
18
+
### Quais são as fontes de renda para um Indexador?
19
19
20
-
**Query fee rebates**- Payments for serving queries on the network. These payments are mediated via state channels between an Indexer and a gateway. Each query request from a gateway contains a payment and the corresponding response a proof of query result validity.
20
+
**Rebates de taxas de query**— Pagamentos por serviço de queries na rede. Estes pagamentos são mediados por canais de estado entre um Indexador e um gateway. Cada pedido de query de um gateway contém um pagamento e a resposta correspondente: uma prova de validade de resultado de query.
21
21
22
22
**Indexing rewards** - Generated via a 3% annual protocol wide inflation, the indexing rewards are distributed to Indexers who are indexing Subgraph deployments for the network.
23
23
24
-
### How are indexing rewards distributed?
24
+
### Como são distribuídas as recompensas de indexação?
25
25
26
26
Indexing rewards come from protocol inflation which is set to 3% annual issuance. They are distributed across Subgraphs based on the proportion of all curation signal on each, then distributed proportionally to Indexers based on their allocated stake on that Subgraph. **An allocation must be closed with a valid proof of indexing (POI) that meets the standards set by the arbitration charter in order to be eligible for rewards.**
27
27
28
-
Numerous tools have been created by the community for calculating rewards; you'll find a collection of them organized in the [Community Guides collection](https://www.notion.so/Community-Guides-abbb10f4dba040d5ba81648ca093e70c). You can also find an up to date list of tools in the #Delegators and #Indexers channels on the [Discord server](https://discord.gg/graphprotocol). Here we link a [recommended allocation optimiser](https://github.com/graphprotocol/allocation-optimizer)integrated with the indexer software stack.
28
+
A comunidade criou várias ferramentas para calcular recompensas, organizadas na [coleção de guias da comunidade](https://www.notion.so/Community-Guides-abbb10f4dba040d5ba81648ca093e70c). Há também uma lista atualizada de ferramentas nos canais #Delegators e #Indexers no [servidor do Discord](https://discord.gg/graphprotocol). No próximo link, temos um [otimizador de alocações recomendadas](https://github.com/graphprotocol/allocation-optimizer)integrado com o stack de software de indexador.
29
29
30
-
### What is a proof of indexing (POI)?
30
+
### O que é uma prova de indexação (POI)?
31
31
32
32
POIs are used in the network to verify that an Indexer is indexing the Subgraphs they have allocated on. A POI for the first block of the current epoch must be submitted when closing an allocation for that allocation to be eligible for indexing rewards. A POI for a block is a digest for all entity store transactions for a specific Subgraph deployment up to and including that block.
33
33
34
-
### When are indexing rewards distributed?
34
+
### Quando são distribuídas as recompensas de indexação?
35
35
36
-
Allocations are continuously accruing rewards while they're active and allocated within 28 epochs. Rewards are collected by the Indexers, and distributed whenever their allocations are closed. That happens either manually, whenever the Indexer wants to force close them, or after 28 epochs a Delegator can close the allocation for the Indexer, but this results in no rewards. 28 epochs is the max allocation lifetime (right now, one epoch lasts for ~24h).
36
+
As alocações acumulam recompensas continuamente, enquanto permanecerem ativas e alocadas dentro de 28 epochs. As recompensas são coletadas pelos Indexadores, e distribuídas sempre que suas alocações são fechadas. Isto acontece ou manualmente, quando o Indexador quer fechá-las à força; ou após 28 epochs, quando um Delegante pode fechar a alocação para o Indexador, mas isto não rende recompensas. A vida máxima de uma alocação é de 28 epochs (no momento, um epoch dura cerca de 24 horas).
37
37
38
-
### Can pending indexing rewards be monitored?
38
+
### É possível monitorar recompensas de indexação pendentes?
39
39
40
-
The RewardsManager contract has a read-only [getRewards](https://github.com/graphprotocol/contracts/blob/main/packages/contracts/contracts/rewards/RewardsManager.sol#L316)function that can be used to check the pending rewards for a specific allocation.
40
+
O contrato RewardsManager tem uma função de apenas-leitura — [getRewards](https://github.com/graphprotocol/contracts/blob/main/packages/contracts/contracts/rewards/RewardsManager.sol#L316)— que pode ser usada para verificar as recompensas pendentes para uma alocação específica.
41
41
42
-
Many of the community-made dashboards include pending rewards values and they can be easily checked manually by following these steps:
42
+
Muitos dos painéis feitos pela comunidade incluem valores pendentes de recompensas, que podem facilmente ser conferidos de forma manual ao seguir os seguintes passos:
43
43
44
44
1. Query the [mainnet Subgraph](https://thegraph.com/explorer/subgraphs/9Co7EQe5PgW3ugCUJrJgRv4u9zdEuDJf8NvMWftNsBH8?view=Query&chain=arbitrum-one) to get the IDs for all active allocations:
45
45
@@ -57,13 +57,13 @@ query indexerAllocations {
57
57
}
58
58
```
59
59
60
-
Use Etherscan to call`getRewards()`:
60
+
Use o Etherscan para chamar o`getRewards()`:
61
61
62
-
-Navigate to [Etherscan interface to Rewards contract](https://etherscan.io/address/0x9Ac758AB77733b4150A901ebd659cbF8cB93ED66#readProxyContract)
63
-
-To call`getRewards()`:
64
-
-Expand the **9. getRewards** dropdown.
65
-
-Enter the **allocationID** in the input.
66
-
-Click the **Query** button.
62
+
-Navegue, na [interface do Etherscan, para o contrato Rewards](https://etherscan.io/address/0x9Ac758AB77733b4150A901ebd659cbF8cB93ED66#readProxyContract)
0 commit comments