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

# $COD3R Token

> $COD3R is the native utility and governance token of the cod3r.ai ecosystem, to be launched on Ethereum. It will power access, governance, and protocol revenue distribution.

\ <mark style="color:purple;">**$COD3R**</mark>

Ethereum Token - cod3r.ai Ecosystem \
\
**Contract:** 0x5f0ce6272c00e2632bce3216de92270714f7be74

***

**Token Economics**

**Tax Structure - 3/3%**

| Transaction | Tax | Destination                      |
| ----------- | --- | -------------------------------- |
| Buy         | 3%  | Treasury → Buyback               |
| Sell        | 3%  | Treasury → Marketing/Development |

Every buy and every sell automatically contributes to the treasury. Accumulated funds are used for open-market buybacks of $COD3R and marketing, directly supporting token value through real transaction volume - not promises.

***

**Liquidity Lock**

80% of the total token supply is allocated to liquidity. This liquidity is locked via **Unicrypt** for a minimum of **6 months** from the date of launch.

This means no one - including the team - can remove liquidity during this period. The lock is verifiable on-chain by anyone at any time.\
\
\&#xNAN;***Liquidity lock will always be extended before expiration and may be increased at any time, it will never be unlocked.***

***

**Allocated Token Lock**

The 10% of tokens reserved for Marketing, Community & Incentives, locked and released on a controlled schedule.&#x20;

<table><thead><tr><th>Category</th><th width="342">Tokens</th></tr></thead><tbody><tr><td>Liquidity</td><td>800,000,000</td></tr><tr><td>Marketing</td><td>90,000,000</td></tr><tr><td>Community &#x26; Incentives</td><td>110,000,000</td></tr><tr><td>Team</td><td>0</td></tr><tr><td><strong>Total</strong></td><td><strong>1,000,000,000</strong></td></tr></tbody></table>

Instead of reserving a team allocation at launch, the team will acquire $COD3R exclusively through open-market purchases, the same way every other participant does. No advantages. No shortcuts.

***

**Why This Matters**

Most token projects fail because of two things: team dumps and liquidity pulls. COD3R.AI eliminates both from day one.

Liquidity is locked and publicly verifiable. Every transaction feeds the treasury. There is no mechanism for a rug pull - by design.


---

# 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://cod3r.gitbook.io/cod3r-documentation/token/usdcod3r-token.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.
