> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orbitaio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# RPCs

> RPCs are required for running several modules/tasks.

<Tip>
  OrbitAIO will generate a `rpcs.csv` file in the same directory as the executable.
</Tip>

### Adding RPCs

| Field       | Example                                                                  |                              Explanation                              |
| :---------- | :----------------------------------------------------------------------- | :-------------------------------------------------------------------: |
| alias       | orbit\_sol                                                               | Alias (name) for the RPC, which will be referenced in the task files. |
| url         | [https://nyc.orbitflare.com](https://nyc.orbitflare.com)                 |                     HTTP endpoint URL for the RPC.                    |
| ws\_url     | wss\://nyc.orbitflare.com                                                |                  Websocket endpoint URL for the RPC.                  |
| grpc\_url   | [https://nyc.orbitflare.com/geyser/](https://nyc.orbitflare.com/geyser/) |              Geyser endpoint URL for the RPC (SOL only).              |
| grpc\_token | 00000000-0000-0000-0000-00                                               |              X-Token of your Geyser endpoint (SOL only).              |

### Examples

| alias      | url                                                                        | ws\_url                            | grpc\_url | grpc\_token | chain |
| ---------- | -------------------------------------------------------------------------- | ---------------------------------- | --------- | ----------- | ----- |
| orbit\_sol | [https://api.mainnet-beta.solana.com](https://api.mainnet-beta.solana.com) | wss\://api.mainnet-beta.solana.com |           |             | sol   |
| orbit\_eth | [https://eth.drpc.org](https://eth.drpc.org)                               |                                    |           |             | eth   |
| orbit\_sei | [https://sei-rpc.polkachu.com](https://sei-rpc.polkachu.com)               |                                    |           |             | sei   |
