# Chain Information

## Citrea Mainnet

Here are the configs that you can use to connect to the Citrea Mainnet:

| Config          | Value                                 |
| --------------- | ------------------------------------- |
| Chain ID        | 4114                                  |
| Endpoint        | <https://rpc.mainnet.citrea.xyz>      |
| Explorer        | <https://explorer.mainnet.citrea.xyz> |
| Chain Name      | Citrea Mainnet                        |
| Currency Symbol | cBTC                                  |

## Citrea Testnet

Here are the configs that you can use to connect to the Citrea Testnet:

| Config          | Value                                 |
| --------------- | ------------------------------------- |
| Chain ID        | 5115                                  |
| Endpoint        | <https://rpc.testnet.citrea.xyz>      |
| Explorer        | <https://explorer.testnet.citrea.xyz> |
| Chain Name      | Citrea Testnet                        |
| Currency Symbol | cBTC                                  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.citrea.xyz/developer-documentation/chain-information.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
