> For the complete documentation index, see [llms.txt](https://cashback-eth-1.gitbook.io/cashback-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cashback-eth-1.gitbook.io/cashback-docs/product-guides/token-usecase.md).

# Token Usecase

Holding CASH tokens in your wallet now comes with significant rewards, without the necessity of staking. Our system is designed to reward you based on the number of CASH tokens you hold, determined by a daily snapshot of your wallet. Here's a breakdown of how the reward system operates:

* **Daily Snapshot:** At 11 AM UTC each day, we record the amount of CASH tokens each user has in their wallet.
* **Reward Calculation:** Rewards are calculated based on the number of CASH tokens you hold relative to a maximum value of 30,000 CASH. The number of transactions (tx) credited to you each day is proportional to your token count compared to this maximum value.
* If you hold the maximum value of 30,000 CASH tokens, you receive 1 tx per day.
* If you hold less, your daily tx count is proportionally less. For example, if you hold 15,000 CASH tokens (50% of the maximum), you will receive 0.5 tx per day.
* **Monthly Revenue Distribution:** Once a month, we distribute revenue among our users.
* 40% of this revenue is allocated to users based on the transactions they send.
* 50% is distributed among users holding CASH tokens, based on their proportional transaction **counts accrued over the month.**
* **Zero Tokens, Zero Rewards:** If at the time of the snapshot you hold no tokens, your transaction count from holding CASH resets to zero.

### Practical Example with 1 ETH Reward: <a href="#practical-example-with-1-eth-reward" id="practical-example-with-1-eth-reward"></a>

Let's assume the total reward pool for CASH token holders is 1 ETH for a particular month:

1. User A holds 15,000 CASH tokens.
2. User B holds 30,000 CASH tokens.

The maximum value is set at 30,000 CASH tokens. The reward allocation works as follows:

* User B, holding the maximum of 30,000 CASH, receives +1 transaction (tx) count each day. Over a month (30 days), this accumulates to 30 tx.
* User A, holding 15,000 CASH (50% of the maximum), would receive a transaction count proportionally less. This means for each day, User A gets +0.5 tx, accumulating to 15 tx over a month.

When distributing 1 ETH among these users:

* Total Transactions: 45 tx (30 from User B + 15 from User A).
* User B's Share: User B has 30 tx out of 45. They receive 30/45 of 1 ETH, which is approximately 0.6667 ETH.
* User A's Share: User A has 15 tx out of 45. They receive 15/45 of 1 ETH, which is approximately 0.3333 ETH.

This model ensures a fair and proportional distribution of rewards


---

# 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://cashback-eth-1.gitbook.io/cashback-docs/product-guides/token-usecase.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.
