> For the complete documentation index, see [llms.txt](https://clanker.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clanker.gitbook.io/documentation/general/unclaimed-rewards-balance.md).

# Unclaimed Rewards Balance

If you've deployed a token with Clanker that has been traded at least once, you have earned rewards.

You can check the balance of unclaimed rewards that you've accrued by looking up the balance of `Unclaimed Fees` on the initial LP of your token.

1. Go to your token's page on <https://www.clanker.world/clanker> and select `BaseScan`<br>

   <figure><img src="/files/3rTJPvocVIlaXHQMAn4a" alt=""><figcaption></figcaption></figure>
2. Click on the contract address for the token's contract<br>

   <figure><img src="/files/d7Ke8JIdwLgmZXnRkqW8" alt=""><figcaption></figcaption></figure>
3. Click on the contract creation transaction<br>

   <figure><img src="/files/VqwVQNeISl8UoraB2Kjk" alt=""><figcaption></figcaption></figure>
4. Obtain the `Token ID` for the LP<br>

   <figure><img src="/files/HWKiOf215XjUFksKpAgo" alt=""><figcaption></figcaption></figure>
5. Visit [`https://app.uniswap.org/positions/v3/base/[YOUR TOKEN ID HERE]`](https://app.uniswap.org/positions/v3/base/1119330) and replace the bracketed section with your `Token ID` from the previous step.&#x20;
6. 40% of the `Uncollected fees` is the current unclaimed rewards balance that token creators can claim. Please note that the dollar values of the rewards is an estimate and will fluctuate along with the prices of the underlying tokens in the pool, $CLANKER and $WETH in this case.\
   \
   Using $CLANKER as an example, the creator could claim:\
   \
   148.28 $CLANKER \* 40% = **\~59.312 $CLANKER** in creator rewards\
   3.73 $WETH \* 40% = **\~1.492 $WETH** in creator rewards\ <br>

   <figure><img src="/files/GrvdeTWA7W5RaNDwB0IP" alt=""><figcaption></figcaption></figure>
7. Please see [Broken mention](broken://pages/KUAepRPNzNJip3WmCGNQ) for detail on claiming creator 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://clanker.gitbook.io/documentation/general/unclaimed-rewards-balance.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.
