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

# What is CDX?

CDX is the utility token powering Cod3x, an AI-powered trading terminal. It serves three core functions:

* Staking for discounts: Stake CDX to unlock credit discounts up to 30%
* Yield generation: Earn USDC from protocol profit
* Rewards: Earn CDX through leaderboards, achievements, and referrals

### Token Metrics

<table data-header-hidden><thead><tr><th width="176.3333740234375"></th><th></th></tr></thead><tbody><tr><td><strong>Parameter</strong></td><td><strong>Value</strong></td></tr><tr><td>Max Supply</td><td>100,000,000 CDX</td></tr><tr><td>Circulating Supply</td><td>50,000,000 CDX</td></tr><tr><td>Network</td><td>Base</td></tr><tr><td>Contact Address</td><td><a href="https://www.geckoterminal.com/base/pools/0xb392363e7ab01cd50a68b895323f254a82d9107f1097515eba04436ca71ad77f">0xc0d3700000c0e32716863323bfd936b54a1633d1</a></td></tr></tbody></table>

### How It Works

When you buy credits on Cod3x, the profit flows through a smart split:

* Buyback & Burn: A portion buys CDX from the market and burns it forever
* Staker Yield: The rest goes to stakers as USDC

This creates a flywheel: more usage → more burns → reduced supply → more value to stakers.


---

# 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.cod3x.org/cdx-token/what-is-cdx.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.
