# Mandatory Requirements

3A DAO relies on these underlying factors to assess a protocol’s creditworthiness and decides if a token can get whitelisted as collateral.

**Mandatory Whitelisting Requirements:**

* The token must be TRADING and have a live USD or EUR price feed
* Minimum of 6 months of trading history
* Listed on at least 2 exchanges/market/pools listed on Coingecko or CoinMarketCap
* Minimum daily volume > $100,000
* Total MarketCap > $25 million
* Code repository that was audited by a specialized 3rd Party
* The token has to trade on the chain where 3A is deployed


---

# 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.3adao.org/3a-protocol/whitelisting-criteria/mandatory-requirements.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.
