# 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 Testnet4](https://docs.citrea.xyz/developer-documentation/run-a-node/bitcoin-testnet4.md)
- [Testnet4 Docker Setup](https://docs.citrea.xyz/developer-documentation/run-a-node/bitcoin-testnet4/testnet4-docker.md)
- [Build Testnet4 from Source](https://docs.citrea.xyz/developer-documentation/run-a-node/bitcoin-testnet4/testnet4-source.md)
- [Citrea Full Node](https://docs.citrea.xyz/developer-documentation/run-a-node/citrea-testnet.md)
- [Citrea Binary Executable](https://docs.citrea.xyz/developer-documentation/run-a-node/citrea-testnet/citrea-testnet-executable.md)
- [Build Citrea from Source](https://docs.citrea.xyz/developer-documentation/run-a-node/citrea-testnet/citrea-testnet-source.md)
- [Full Node Snapshots](https://docs.citrea.xyz/developer-documentation/run-a-node/citrea-testnet/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)
- [Clementine CLI](https://docs.citrea.xyz/developer-documentation/clementine-cli.md)
- [Download & Verify](https://docs.citrea.xyz/developer-documentation/clementine-cli/download-verify.md)
- [Wallet Operations](https://docs.citrea.xyz/developer-documentation/clementine-cli/wallet.md)
- [Deposit Guide](https://docs.citrea.xyz/developer-documentation/clementine-cli/deposit.md)
- [Withdrawal Guide](https://docs.citrea.xyz/developer-documentation/clementine-cli/withdraw.md)
- [Advanced Usage](https://docs.citrea.xyz/developer-documentation/clementine-cli/advanced.md)
- [Reproducible Builds](https://docs.citrea.xyz/developer-documentation/clementine-cli/reproducible-builds.md)


---

# 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.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.
