# The Graph rotki decodes The Graph GRT delegations and undelegations, indexer reward distributions, and delegation transfers from Ethereum to Arbitrum. You choose which RPC endpoint handles the queries. ## Features - GRT delegations and undelegations decoded as protocol events. - Indexer reward distributions decoded as income. - Delegation transfers from Ethereum to Arbitrum (L2) decoded. ## Setup 1. In rotki, add your Ethereum address (and your Arbitrum address if you moved delegations to L2). 2. Open History and let the initial sync run. The Graph events are decoded automatically. ## FAQ ### Which RPC does rotki use for The Graph activity? rotki is a local application that talks directly to the RPC endpoint you configure for each chain - the public default, a third-party provider, or your own node. Each query goes from your computer to that endpoint without passing through any rotki-operated server.