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

# Tokenomics

### Token Overview

* **Name**: ArcadiaOS
* **Contract Address:** `0x7E4c9923Fd8F18442532A737365C1BfB52579D2F`
* **Symbol**: `ARCOS`
* **Network**: Ethereum (ERC-20)
* **Total Supply**: 1,000,000,000 (1 Billion) Tokens
* **Decimals** : 18

### Token Distribution

The total supply of 1 billion tokens is distributed as follows:

| Allocation     | Percentage | Token Amount |
| -------------- | ---------- | ------------ |
| Liquidity Pool | 76%        | 760,000,000  |
| Team           | 8%         | 80,000,000   |
| Marketing      | 8%         | 80,000,000   |
| CEX Listings   | 8%         | 80,000,000   |

### Allocation Purposes

#### Liquidity Pool (76%) `0x55fc275c668d79d2881f974604c651488d7d408c`

* 760,000,000 tokens allocated to ensure sufficient trading liquidity
* Enables stable token price and reduces market volatility
* Facilitates seamless trading experience for all participants

#### Team (8%)  `arcadiateam.eth`

* 80,000,000 tokens reserved for the core development team
* Incentivizes continued development and platform growth

#### Marketing (8%) `arcadiamarketing.eth`

* 80,000,000 tokens dedicated to marketing initiatives
* Covers community growth, strategic partnerships, and awareness campaigns
* Supports ongoing market expansion and user acquisition

#### CEX Listings (8%) `arcadiacex.eth`

* 80,000,000 tokens allocated for centralized exchange listings
* Ensures sufficient liquidity for major exchange platforms
* Expands trading availability and accessibility for users

### Relevant Links

* **Uniswap Link:** <https://app.uniswap.org/explore/tokens/ethereum/0x7E4c9923Fd8F18442532A737365C1BfB52579D2F>
* **Contract Code:** <https://etherscan.io/token/0x7e4c9923fd8f18442532a737365c1bfb52579d2f#code>
* **Holders:** <https://etherscan.io/token/0x7e4c9923fd8f18442532a737365c1bfb52579d2f#balances>
* **Liquidity Lock:** <https://app.uncx.network/lockers/univ2/chain/1/address/0x55fc275c668d79d2881f974604c651488d7d408c/lock/0x663a5c229c09b049e36dcc11a9b0d4a8eb9db2140x55fc275c668d79d2881f974604c651488d7d408c0>

### Visual Distribution

<figure><img src="/files/mSl3BFeN72PDKyKQvWWq" alt=""><figcaption></figcaption></figure>


---

# 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.arcadiaos.ai/tokenomics/tokenomics.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.
