7 minutes
Glossaire
-
The Graph : Un protocole décentralisé pour l’indexation et l’interrogation des données.
-
Query: A request for data. In the case of The Graph, a query is a request for data from a Subgraph that will be answered by an Indexer.
-
GraphQL: A query language for APIs and a runtime for fulfilling those queries with your existing data. The Graph uses GraphQL to query Subgraphs.
-
Endpoint: A URL that can be used to query a Subgraph. The testing endpoint for Subgraph Studio is
https://api.studio.thegraph.com/query/<ID>/<SUBGRAPH_NAME>/<VERSION>
and the Graph Explorer endpoint ishttps://gateway.thegraph.com/api/<API_KEY>/subgraphs/id/<SUBGRAPH_ID>
. The Graph Explorer endpoint is used to query Subgraphs on The Graph’s decentralized network. -
Subgraph: An open API that extracts data from a blockchain, processes it, and stores it so that it can be easily queried via GraphQL. Developers can build, deploy, and publish Subgraphs to The Graph Network. Once it is indexed, the Subgraph can be queried by anyone.
-
Indexeur : Participants au réseau qui gèrent des nœuds d’indexation pour indexer les données des blockchains et répondre aux requêtes GraphQL.
-
Flux de revenus pour les Indexeurs : Les Indexeurs sont récompensés en GRT par deux éléments : les remises sur les frais de requête et les récompenses pour l’indexation.
-
Query Fee Rebates: Payments from Subgraph consumers for serving queries on the network.
-
Indexing Rewards: The rewards that Indexers receive for indexing Subgraphs. Indexing rewards are generated via new issuance of 3% GRT annually.
-
-
Indexer’s Self-Stake : Le montant de GRT que les Indexeurs stakent pour participer au réseau décentralisé. Le minimum est de 100 000 GRT, et il n’y a pas de limite supérieure.
-
Delegation Capacity : C’est le montant maximum de GRT qu’un Indexeur peut accepter de la part des Déléguateurs. Les Indexeurs ne peuvent accepter que jusqu’à 16 fois leur propre Indexer Self-Stake, et toute délégation supplémentaire entraîne une dilution des récompenses. Par exemple, si un Indexeur a une Indexer Self-Stake de 1M GRT, sa capacité de délégation est de 16M. Cependant, les indexeurs peuvent augmenter leur capacité de délégation en augmentant leur Indexer Self-Stake.
-
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.
-
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.
-
Taxe de délégation : Une taxe de 0,5 % payée par les Déléguateurs lorsqu’ils délèguent des GRT aux Indexeurs. Les GRT utilisés pour payer la taxe sont brûlés.
-
Curator: Network participants that identify high-quality Subgraphs, and signal GRT on them in exchange for curation shares. When Indexers claim query fees on a Subgraph, 10% is distributed to the Curators of that Subgraph. There is a positive correlation between the amount of GRT signaled and the number of Indexers indexing a Subgraph.
-
Curation Tax: A 1% fee paid by Curators when they signal GRT on Subgraphs. The GRT used to pay the fee is burned.
-
Data Consumer: Any application or user that queries a Subgraph.
-
Subgraph Developer: A developer who builds and deploys a Subgraph to The Graph’s decentralized network.
-
Subgraph Manifest: A YAML file that describes the Subgraph’s GraphQL schema, data sources, and other metadata. Here is an example.
-
Epoque : Unité de temps au sein du réseau. Actuellement, une époque correspond à 6 646 blocs, soit environ 1 jour.
-
Allocation: An Indexer can allocate their total GRT stake (including Delegators’ stake) towards Subgraphs that have been published on The Graph’s decentralized network. Allocations can have different statuses:
-
Active: An allocation is considered active when it is created onchain. This is called opening an allocation, and indicates to the network that the Indexer is actively indexing and serving queries for a particular Subgraph. Active allocations accrue indexing rewards proportional to the signal on the Subgraph, and the amount of GRT allocated.
-
Closed: An Indexer may claim the accrued indexing rewards on a given Subgraph by submitting a recent, and valid, Proof of Indexing (POI). This is known as closing an allocation. An allocation must have been open for a minimum of one epoch before it can be closed. The maximum allocation period is 28 epochs. If an Indexer leaves an allocation open beyond 28 epochs, it is known as a stale allocation. When an allocation is in the Closed state, a Fisherman can still open a dispute to challenge an Indexer for serving false data.
-
-
Subgraph Studio: A powerful dapp for building, deploying, and publishing Subgraphs.
-
Fishermen : Un rôle au sein de The Graph Network tenu par les participants qui surveillent l’exactitude et l’intégrité des données servies par les Indexeurs. Lorsqu’un Fisherman identifie une réponse à une requête ou un POI qu’il estime incorrect, il peut lancer un litige contre l’indexeur. Si le litige est tranché en faveur du Fisherman, l’indexeur perd 2,5 % de son staking. Sur ce montant, 50 % sont attribués au Fisherman à titre de récompense pour sa vigilance, et les 50 % restants sont retirés de la circulation (brûlés). Ce mécanisme est conçu pour encourager les pêcheurs à contribuer au maintien de la fiabilité du réseau en veillant à ce que les Indexeurs soient tenus responsables des données qu’ils fournissent.
-
Arbitres : Les arbitres sont des participants au réseau nommés dans le cadre d’un processus de gouvernance. Le rôle de l’arbitre est de décider de l’issue des litiges relatifs à l’indexation et aux requêtes. Leur objectif est de maximiser l’utilité et la fiabilité de The Graph.
-
Slashing(Taillade) : Les Indexeurs peuvent se voir retirer leur GRT pour avoir fourni un POI incorrect ou pour avoir diffusé des données inexactes. Le pourcentage de réduction est un paramètre protocolaire actuellement fixé à 2,5 % du staking personnel de l’Indexeur. 50 % des GRT réduit est versé au pêcheur qui a contesté les données inexactes ou le point d’intérêt incorrect. Les 50 % restants sont brûlés.
-
Indexing Rewards: The rewards that Indexers receive for indexing Subgraphs. Indexing rewards are distributed in GRT.
-
Récompenses de délégation : Les récompenses que les Déléguateurs reçoivent pour avoir délégué des GRT aux Indexeurs. Les récompenses de délégation sont distribuées en GRT.
-
GRT : Le jeton d’utilité du travail de The Graph. Le GRT fournit des incitations économiques aux participants du réseau pour leur contribution au réseau.
-
Proof of Indexing (POI): When an Indexer closes their allocation and wants to claim their accrued indexing rewards on a given Subgraph, they must provide a valid and recent POI. Fishermen may dispute the POI provided by an Indexer. A dispute resolved in the Fisherman’s favor will result in slashing of the Indexer.
-
Graph Node: Graph Node is the component that indexes Subgraphs and makes the resulting data available to query via a GraphQL API. As such it is central to the Indexer stack, and correct operation of Graph Node is crucial to running a successful Indexer.
-
Indexer agent: The Indexer agent is part of the Indexer stack. It facilitates the Indexer’s interactions onchain, including registering on the network, managing Subgraph deployments to its Graph Node(s), and managing allocations.
-
The Graph Client : Une bibliothèque pour construire des dapps basées sur GraphQL de manière décentralisée.
-
Graph Explorer: A dapp designed for network participants to explore Subgraphs and interact with the protocol.
-
Graph CLI : Un outil d’interface de ligne de commande pour construire et déployer sur The Graph.
-
Cooldown Period : Le temps restant avant qu’un indexeur qui a modifié ses paramètres de délégation puisse le faire à nouveau.
-
L2 Transfer Tools: Smart contracts and UI that enable network participants to transfer network related assets from Ethereum mainnet to Arbitrum One. Network participants can transfer delegated GRT, Subgraphs, curation shares, and Indexer’s self-stake.
-
Updating a Subgraph: The process of releasing a new Subgraph version with updates to the Subgraph’s manifest, schema, or mappings.
-
Migrating: The process of curation shares moving from an old version of a Subgraph to a new version of a Subgraph (e.g. when v0.0.1 is updated to v0.0.2).