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

# Claim rewards

KK.one supports Creator Reward claims on **Base** and **Robinhood Chain** in V2. Claims are always isolated by network.

## Claim one token

From My Tokens or Token Detail, choose the claim action for an eligible token. Review:

* network;
* token and claimable amount;
* destination Wallet Group and shortened address;
* estimated network fee;
* authorization and transaction information shown for that claim.

## Claim all on one network

Choose **Base** or **Robinhood Chain**, then use Claim All for that selected network. KK.one does not combine Base and Robinhood Chain into a single cross-network transaction.

Solana Claim is not available in this release.

![Base claim confirmation](https://3432547454-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGNEktUyRlEG9fdq2CvXW%2Fuploads%2Fgit-blob-d277ac62869731235e71a22e9630ee88c9d0dbe7%2Fclaim-base.png?alt=media)

*Illustrative Base demo. Amounts, addresses, reward assets, fee estimates, and transaction counts are examples, not production constants. Claim confirmation appears in a centered modal because it is a high-impact authorization and transaction action. Robinhood Chain uses a separate network-specific flow.*

## Fees and small claims

The fee is paid according to the network-specific wallet and contract flow shown during confirmation. It is not automatically assumed to come out of the displayed reward. A claim can cost more than the reward, especially for very small amounts.

Estimates can change before submission. The confirmed onchain result is authoritative.

## Claim All outcomes

The review modal shows the selected network, eligible scope, and authorization or transaction information for that claim. Records shows the final confirmed, failed, or unresolved result. Retry is offered only when the unresolved or failed action is safe to repeat.

## Before retrying

If a claim remains submitted, confirming, or unknown, check Records and the network explorer. Do not authorize a duplicate solely because the interface refreshed slowly.


---

# 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://kkone.gitbook.io/kkone-docs/creator-tools/claim-rewards.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.
