> For the complete documentation index, see [llms.txt](https://docs.citrea.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.citrea.xyz/developer-documentation.md).

# Developer Documentation

- [Kickstart](https://docs.citrea.xyz/developer-documentation/developer-documentation.md)
- [Chain Information](https://docs.citrea.xyz/developer-documentation/chain-information.md)
- [Citrea USD: ctUSD](https://docs.citrea.xyz/developer-documentation/citrea-usd-ctusd.md)
- [CTR & xCTR](https://docs.citrea.xyz/developer-documentation/ctr-token.md)
- [CTR Token](https://docs.citrea.xyz/developer-documentation/ctr-token/ctr-token.md)
- [xCTR Staking](https://docs.citrea.xyz/developer-documentation/ctr-token/staking.md)
- [Canonical Contract Addresses](https://docs.citrea.xyz/developer-documentation/canonical-contract-addresses.md)
- [Canonical Bitcoin Addresses](https://docs.citrea.xyz/developer-documentation/canonical-bitcoin-addresses.md)
- [Run Citrea Full Node](https://docs.citrea.xyz/developer-documentation/run-a-node.md)
- [Bitcoin Mainnet](https://docs.citrea.xyz/developer-documentation/run-a-node/bitcoin-mainnet.md)
- [Mainnet Docker Setup](https://docs.citrea.xyz/developer-documentation/run-a-node/bitcoin-mainnet/mainnet-docker.md)
- [Build Bitcoin Core from Source](https://docs.citrea.xyz/developer-documentation/run-a-node/bitcoin-mainnet/mainnet-source.md)
- [Full Node Snapshots](https://docs.citrea.xyz/developer-documentation/run-a-node/snapshots.md)
- [Deployment Guide](https://docs.citrea.xyz/developer-documentation/deployment-guide.md)
- [Deploy a Smart Contract Using Remix](https://docs.citrea.xyz/developer-documentation/deployment-guide/deploy-a-smart-contract-using-remix.md)
- [Deploy a Token](https://docs.citrea.xyz/developer-documentation/deployment-guide/deploy-a-token.md)
- [Configure Hardhat](https://docs.citrea.xyz/developer-documentation/deployment-guide/configure-hardhat.md)
- [Ecosystem Tooling](https://docs.citrea.xyz/developer-documentation/ecosystem-tooling.md)
- [Interop, Bridges & Swaps](https://docs.citrea.xyz/developer-documentation/ecosystem-tooling/interop-bridges-swaps.md)
- [Oracles & VRF](https://docs.citrea.xyz/developer-documentation/ecosystem-tooling/oracles-vrf.md)
- [RPC & Indexers](https://docs.citrea.xyz/developer-documentation/ecosystem-tooling/rpc-indexers.md)
- [Wallets & Account Abstraction](https://docs.citrea.xyz/developer-documentation/ecosystem-tooling/wallets-aa.md)
- [System Contracts](https://docs.citrea.xyz/developer-documentation/system-contracts.md)
- [Bitcoin Light Client](https://docs.citrea.xyz/developer-documentation/system-contracts/bitcoin-light-client.md)
- [Bridge](https://docs.citrea.xyz/developer-documentation/system-contracts/bridge.md)
- [Fee Vaults](https://docs.citrea.xyz/developer-documentation/system-contracts/fee-vaults.md)
- [secp256r1 & Schnorr Precompiles](https://docs.citrea.xyz/developer-documentation/schnorr-secp256r1.md)
- [RPC Documentation](https://docs.citrea.xyz/developer-documentation/rpc-documentation.md)
- [Citrea JSON-RPC Endpoints](https://docs.citrea.xyz/developer-documentation/rpc-documentation/citrea-rpc-documentation.md)
- [EVM JSON-RPC Endpoints](https://docs.citrea.xyz/developer-documentation/rpc-documentation/eth-rpc-endpoints.md)
- [Bitcoin Appchains (L3)](https://docs.citrea.xyz/developer-documentation/bitcoin-appchain.md)
- [Deploy an L3 using Avail](https://docs.citrea.xyz/developer-documentation/bitcoin-appchain/deploy-an-l3-using-avail.md)
- [Deploy an L3 using Celestia](https://docs.citrea.xyz/developer-documentation/bitcoin-appchain/deploy-an-l3-using-celestia.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.citrea.xyz/developer-documentation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
