# Overview

CTR is the coordination asset for the Bitcoin economy, handing control of the Citrea ecosystem to its users.

## Overview

CTR has no voting power on its own. Users stake CTR to receive xCTR — a non-transferable token that grants voting power over the Citrea Governance Treasury and the Citrea Network.

## Key Features

* **Staking**: Stake CTR to receive xCTR with a 90-day unstaking window
* **Governance**: xCTR holders vote on treasury allocations, council selection, and network operations
* **Dual Treasury**: Governance Treasury (controlled by xCTR holders) and Foundation Treasury (R\&D, grants, operations)
* **Fixed Supply**: 10 billion CTR, no inflation

## Token Details

| Property     | Value          |
| ------------ | -------------- |
| Name         | Citrea         |
| Symbol       | CTR            |
| Decimals     | 18             |
| Type         | ERC-20         |
| Total Supply | 10,000,000,000 |
| Native Chain | Citrea Network |

## Contract Addresses

| Network | Contract      | Address                                                                                                                                |
| ------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Citrea  | CTR           | [`0x547AfD93B9c47D552059FEb556909e017f8a9b25`](https://explorer.mainnet.citrea.xyz/token/0x547AfD93B9c47D552059FEb556909e017f8a9b25)   |
| Citrea  | xCTR          | [`0x2015F35030A8Ff2C0CA161a865414996F8E80AA4`](https://explorer.mainnet.citrea.xyz/address/0x2015F35030A8Ff2C0CA161a865414996F8E80AA4) |
| Base    | CTR (bridged) | [`0x11030f79109269d796fd0fb956d6244e502757f7`](https://basescan.org/token/0x11030f79109269d796fd0fb956d6244e502757f7)                  |

## Sections

* [Staking & Governance](/ctr-token/staking-and-governance.md) — Stake CTR, earn rewards, participate in governance
* [Supply & Allocations](/ctr-token/supply-and-allocations.md) — Token distribution and circulating supply


---

# 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/ctr-token/ctr-token.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.
