> 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/claim-eth-reward.md).

# Claim ETH Reward

With Cashback, claiming your ETH rewards is a simple and transparent process. Once the monthly tally is done, you can easily view and claim the profits you’ve earned through your transactions and referrals. Here’s a step-by-step guide to help you retrieve your rewards:

1. **Visit the cashback Website**

* Start by navigating to our official platform.

2. **Connect Your Wallet**

* On the homepage, locate and click on the 'Connect Wallet' button.
* Follow the prompted steps to successfully link your Ethereum wallet to cashback.

3. **Review Your Account Overview**

**Once your wallet is connected:**

* Check the Account Overview section. This gives you a detailed breakdown of the total number of transactions you've initiated and the referrals you've made.

4. **Check Your Holding Overview**

* In the Holding Overview section, you'll find:
* Holding Amount: This displays the total number of cash tokens you currently hold in your wallet.
* TX Rewards: Here, you'll see the corresponding number of transactions you’ve gained as a reward for holding cash tokens. These rewards are based on the daily snapshots of your cash token balance

5. **Claim Your ETH Rewards**

After verifying your transaction and holding data:

* Click on the 'Claim ETH Rewards' button.
* Cashback will verify thanks to Merkle Tree the legitimacy of your claim. This ensures that only eligible users receive the rewards they are entitled to.
* Once your claim is validated, your ETH reward will be sent directly to your connected Ethereum wallet.

6. **Confirmation and Completion**

Wait for the Ethereum network to confirm the transaction. Once done, your ETH rewards will reflect in your wallet's balance.

***

And that’s it! Cashback ensures that your rewards claiming process is as smooth as your transaction experience. Keep sending transactions, referring friends, and holding your CASH to continue maximizing your returns. Your rewards are always just a few clicks away.

<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://cashback-eth-1.gitbook.io/cashback-docs/product-guides/claim-eth-reward.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.
