> 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/my-tokens-and-rewards.md).

# My Tokens and creator rewards

My Tokens is the signed-in creator workspace for tokens launched by your KK.one tasks. The current V2 release enables Base and Robinhood Chain claims. Solana remains unavailable and has no Claim action.

## Find a token

Use search and filters to narrow by:

* name, ticker, contract, or task;
* Base or Robinhood Chain;
* Wallet Group;
* newest or reward-related state.

The page separates launched-token count, tokens with rewards, claimed rewards, and currently claimable rewards. Loading, true zero, unavailable, and pending states are not interchangeable.

## Creator allocation

Current Base and Robinhood Chain launches allocate **2% of total token supply** to the creator at launch, with no lockup or vesting under the current product rule.

The current Creator Holding can be lower or higher than 2% after transfers, purchases, sales, or other onchain changes. Always distinguish:

* initial Creator Allocation;
* current Creator Holding;
* separate Creator Rewards that may be claimable.

## Creator rewards

Rewards are calculated and accounted for independently on each network. Their asset, availability, and final amount depend on the applicable onchain configuration and confirmed chain data.

KK.one does not promise that a token will generate rewards or that the amount will exceed the cost of claiming.

## Creator access

Creator management requires a signed-in account that KK.one verifies as the creator. Connecting an external wallet alone does not grant Creator Tools, Claim, or Auto Sell management rights.

## Data states

* **No rewards** means a successful query found no claimable reward.
* **Claimable** means an amount is currently eligible for a claim flow.
* **Claim pending** means a related transaction or batch is unresolved.
* **Unavailable** means the feature or data cannot currently be provided.
* A small amount can be real even if the display rounds it with a `<` symbol.


---

# 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/my-tokens-and-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.
