> 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/reference/faq.md).

# FAQ

## Which networks are live?

Base and Robinhood Chain are live in KK.one V2. Solana is planned but not enabled.

## What networks are selected by default for a new task?

Base and Robinhood Chain.

## Does a two-network launch create one cross-chain token?

No. It creates independent deployments with separate contracts, balances, markets, transactions, fees, rewards, and risks.

## Does creating a task launch a token immediately?

No. A running task waits for future qualifying public X content.

## What does the maximum concepts per post setting count?

It counts distinct concepts detected from one source post. Each concept may then produce one independent deployment on each selected live network.

## Do Deployment Limits and Task Launch Cap count networks separately?

No. In the current task model, both limit concepts/events at task level. Separate network deployments still consume their own network capacity and fees.

## What happens if Base succeeds and Robinhood Chain fails?

The Base token remains confirmed. KK.one records the Robinhood Chain result separately and only retries that deployment when safe.

## Can a task edit change tokens already launched?

No. Saved changes affect future tokens only.

## Is narrative analysis paid?

Default-model narrative analysis is currently free during beta. Onchain costs can still apply.

## Is the 2% creator rule a reward fee split?

No. It is the Creator Allocation at launch. Creator Rewards and current Creator Holding are separate concepts.

## Is the creator allocation locked or vested?

Under the current Base and Robinhood Chain product rule, the 2% allocation has no lockup or vesting.

## Can I claim Base and Robinhood Chain rewards together?

No. Claim one token or claim all eligible rewards on one selected network. Each network has its own authorization, fee, transaction, and result.

## Can I claim Solana rewards?

No. Solana Claim is not available in V2.

## Where do I choose an in-product or external trading wallet?

On Token Detail, use the Trading Wallet selector in the Buy/Sell area. In-product wallets require sign-in and Wallet Group selection; an external wallet requires a supported connection.

## Does switching the Trading Wallet change creator ownership?

No. Trading Wallet, creator account, and Creator Reward destination are separate.

## Is Send a bridge?

No. Send transfers an eligible asset on the selected network only.

## Does Submitted mean success?

No. Wait for Confirmed and verify the correct network explorer.

## Does Auto Sell guarantee an exit price?

No. Execution depends on market data, liquidity, slippage, balance, fees, network conditions, and protocol availability.

## Did the source X author endorse the token?

Not unless there is separate verifiable evidence. A source reference alone is not endorsement, sponsorship, or authorship.

## How do I contact KK.one?

Email <support@kk.one> or visit the official X account [@kkdotone](https://x.com/kkdotone). Never send a private key, seed phrase, verification code, or session token.


---

# 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/reference/faq.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.
