Skip to content

Commit 1040290

Browse files
committed
New translations overview.mdx (Portuguese)
1 parent e585b3b commit 1040290

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

website/src/pages/pt/indexing/overview.mdx

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,37 @@ O GRT em staking no protocolo é sujeito a um período de degelo, e pode passar
99

1010
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.
1111

12-
## FAQ
12+
## Perguntas Frequentes
1313

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?
1515

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.
1717

18-
### What are the revenue streams for an Indexer?
18+
### Quais são as fontes de renda para um Indexador?
1919

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.
2121

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

24-
### How are indexing rewards distributed?
24+
### Como são distribuídas as recompensas de indexação?
2525

2626
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.**
2727

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.
2929

30-
### What is a proof of indexing (POI)?
30+
### O que é uma prova de indexação (POI)?
3131

3232
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.
3333

34-
### When are indexing rewards distributed?
34+
### Quando são distribuídas as recompensas de indexação?
3535

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).
3737

38-
### Can pending indexing rewards be monitored?
38+
### É possível monitorar recompensas de indexação pendentes?
3939

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.
4141

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:
4343

4444
1. Query the [mainnet Subgraph](https://thegraph.com/explorer/subgraphs/9Co7EQe5PgW3ugCUJrJgRv4u9zdEuDJf8NvMWftNsBH8?view=Query&chain=arbitrum-one) to get the IDs for all active allocations:
4545

@@ -57,13 +57,13 @@ query indexerAllocations {
5757
}
5858
```
5959

60-
Use Etherscan to call `getRewards()`:
60+
Use o Etherscan para chamar o `getRewards()`:
6161

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)
63+
- Para chamar o `getRewards()`:
64+
- Abra o dropdown **9. getRewards**.
65+
- Preencha o campo da **allocationID**.
66+
- Clique no botão **Query**.
6767

6868
### What are disputes and where can I view them?
6969

0 commit comments

Comments
 (0)