# Token Proposals

The tokens that can be implemented in smart contracts are decided by the DAO.

This is so the DAO can offer reward withdrawals for RIC holders in the said tokens.

If a Contributor implements fees, he must choose the address from the DAO.

![Access the fee proposals here](/files/VNspIJhzTSPd1ZGcy6kB)

### Fee Dao Address

The address where the token fees must be submitted are visible on the top of the page.

### Propose a fee token

To propose a new token, fill out a form. The creator of the Proposal must be holding RIC and must have a RANK of 1 at least.

#### Discussion link

The proposal must have a discussion link to comment on. You can create it in the  github discussions.

#### Token address

The token address msut be valid and deployed on Harmony mainnet.

### Voting

The voting is available on the same page. Proposals that pass are available for fees. The creator must close them manually.


---

# 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.ricardianfabric.com/guides/dao/token-proposals.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.
