> For the complete documentation index, see [llms.txt](https://docs.coordinape.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coordinape.com/info/co-token-utility.md).

# CO Token Utility

The Coordinape app now emits the ability to attest with [GIVE](/social-oracle-tm-give.md) at higher rates for wallet addresses that hold the [CO token](https://etherscan.io/address/0xf828BA501B108FbC6c88eBDfF81C401BB6B94848).  Coordinape has created a utility for the CO token to encourage and empower individuals to contribute to and grow the social reputation footprint of the [Social Oracle](/social-oracle-tm-give.md). \
\
Now, if your logged in wallet also holds the CO token, your GIVE bank cap will be increased and so will your emission of GIVE itself.  The chart below shows the GIVE emission rates for each CO holding level:

| Amount of CO | GIVE emissions Rate | GIVE Cap |
| ------------ | ------------------- | -------- |
| < 1          | 1 per day           | 1        |
| 1 - 100      | 3 per day           | 3        |
| 101 - 1,000  | 10 per day          | 10       |
| 1,001-99,999 | 20 per day          | 20       |
| 100,000 +    | 100 per day         | 200      |

The CO token is governed by the CoDAO. You can learn more about the CoDAO and get involved by checking out the [CoDAO Charmverse site](https://app.charmverse.io/codao/1-codao-mission-20572971131480156).&#x20;


---

# 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.coordinape.com/info/co-token-utility.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.
