> 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/getting-started/what-is-kk-one.md).

# What is KK.one?

KK.one connects three parts of a single workflow:

1. **Narrative discovery** — follow emerging public conversations from X.
2. **Onchain launch** — turn a detected narrative concept into a token deployment on a supported network.
3. **Post-launch management** — view token history, manage wallets, claim creator rewards, and configure Auto Sell rules.

## Public discovery and signed-in tools

Live Narratives, Narrative Detail, and Token Detail are public discovery surfaces. Signing in unlocks account-specific features such as Auto Launch Tasks, Wallet Groups, My Tokens, Creator Tools, Auto Sell, Records, and account settings.

Creating a task does not immediately launch a token. The task begins monitoring the selected X accounts and applies the rules you saved when a new post or narrative qualifies.

## Narrative, concept, and deployment

These terms describe different objects:

* A **source post** is public content from X.
* A **narrative** is KK.one's detected context or theme around that content.
* A **token concept** is the generated name, ticker, description, image, and link snapshot used for a launch opportunity.
* A **deployment** is the independent onchain token created on one network.

If a task selects both Base and Robinhood Chain, one qualifying concept can produce up to two independent deployments. A success on one network does not imply success on the other.

## Automation is rule-based, not a guarantee

KK.one can prepare or execute actions according to the settings and permissions a user has approved. Results can still be delayed, rejected, or fail because of insufficient balances, network congestion, price movement, protocol restrictions, service outages, or wallet authorization.

KK.one does not provide investment, legal, or tax advice, and no narrative, token, estimate, ranking, or automated action guarantees liquidity, price, execution, or profit.


---

# 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/getting-started/what-is-kk-one.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.
