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

# Token Utilities

### **Data User Incentives**

Cassava Protocol network operates on a contribution system, where any user can authorize data contribution (through authorized Dapps) and receive **CSV** token incentives from the network based on algorithms.

### **Node Incentives**

The network provides incentives in the form of **CSV** tokens through smart contracts to various types of nodes that contribute to the network.

### **Data Consumers' Payments**

Data demanders, including enterprises and individual users, need to pay **CSV** tokens to obtain the desired data from the network. These payments form part of the network's revenue.

### **Means of Payment for Network Resources**

In addition to data, the network is a privacy computing and AI computing center. Through affordable computing power supply, we can not only reduce the costs of AI operations but also allow idle resources to generate income through contributions.

### [**DAO Governance**](#dao-governance)

Cassava Network is governed through a DAO (Decentralized Autonomous Organization) mechanism. Users holding **CSV** tokens can participate in governance by voting on significant roles, node elections, and other network matters.

{% content-ref url="/pages/bRJXWVP6Uk5BEGU9DGGH" %}
[DAO Governance](/document/overview/token-utilities/dao-governance.md)
{% endcontent-ref %}

### Staking of Rights

Cassava Network establishes a series of staking pools, offering different Annual Percentage Rates (APR) of income. These pools include governance pools, node staking pools, revenue pools, etc. Users can earn income and support the operation of the network through staking.

### Burn and re-purchase

The network also periodically introduces burning programs to repurchase and burn **CSV** tokens with network revenue, accelerating the economic deflation of the network and the rotation of the value wheel.

<br>


---

# 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://cassava.gitbook.io/document/overview/token-utilities.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.
