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

# Tokenomics

#### $ARC introduction:

$ARC is ARCO platform's governance Token name. All users who take part in ARCO will receive some $ARC tokens as rewards. $ARC tokens will be operating on Aptos and Sui, adopting the MOVE protocol. $ARC tokens are crucial for maintaining ARCO operating systems, it is also the only credential for users to participate in verification projects.

Once the platform is stable, we plan to open up DAO (Decentralized Autonomous Organization) management model. Users will then be able to use $ARC token to raise issues and to call for a vote to adjust interest rates and lending parameters or support more crypto coins etc.

Contract address: come soon

#### $ARC distributution:

| Category               | Amount      | Proportion   |
| ---------------------- | ----------- | ------------ |
| **Total**              | 100 Million |              |
| loan mining            | 45 Million  | 35%          |
| yield farming          | 30 Million  | 30%          |
| Development Dev        | 3 Million   | 3% (locked)  |
| operating funds        | 5 Million   | 5%           |
| Investors and Advisors | 15 Million  | 15% (locked) |
| IDO                    | 10 Million  | 10%          |
| Airdrop                | 2 Million   | 2%           |

50% of the platform revenue is put into the repurchase and destruction pool. When the market price is lower than the three-day average price, the smart contract will trigger the execution of the repurchase and destruction operation

#### $USDO introduction:

$USDO is a decentralized, collateral-backed stablecoin, pegged to the USD which is native to ARCO. Decisions related to $USDO will be settled via ARCO governance so some aspects of the stable are not fixed yet.

Users or borrowers will be able to mint $USDO on the ARCO protocol. They will first need to deposit collateral before they can mint $USDO. When a debt position is repaid or liquidated, the $USDO protocol will burn $USDO accordingly.


---

# 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://ezfi.gitbook.io/arcogitbook/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.
