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

# KK.one Documentation

![KK.one](https://3432547454-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGNEktUyRlEG9fdq2CvXW%2Fuploads%2Fgit-blob-3775e71e396ad971ef3fe9836e6a24dff56497a7%2Fkkone-logo.png?alt=media)

KK.one is live narrative infrastructure for discovering emerging conversations on X and launching narrative-driven tokens onchain.

The current KK.one V2 release supports **Base** and **Robinhood Chain**. **Solana is part of KK.one's planned multi-chain direction, but it is not enabled in this release.** No Solana launch, transfer, claim, trade, or automation action should be treated as currently available.

{% hint style="info" %}
KK.one is the current product brand formerly known as Gemx.bot. This documentation describes KK.one V2 and replaces the old Base-only Gemx documentation wherever the two conflict.
{% endhint %}

## What you can do

* Follow live narratives detected from public X content.
* Open a narrative to see its source post and the tokens launched from it.
* Create an Auto Launch Task that monitors selected X accounts and launches from qualifying narratives.
* Launch independently on Base, Robinhood Chain, or both.
* Use KK.one Wallet Groups to fund launches and manage assets.
* Trade from Token Detail with an in-product wallet or a supported external wallet, depending on login and connection state.
* View creator allocations, claim network-specific creator rewards, and manage Auto Sell rules.
* Review launch, transfer, claim, and automation activity in Records.

## Important distinction: one concept, separate deployments

Selecting more than one network does not create a bridged or shared asset. KK.one analyzes a narrative concept once, then creates a separate deployment on each selected network. Each deployment has its own contract, balance, market, transaction history, fees, rewards, status, and risk.

## Beta notice

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

## Start here

* [What is KK.one?](/kkone-docs/getting-started/what-is-kk-one.md)
* [Network availability](/kkone-docs/getting-started/network-availability.md)
* [Quick start](/kkone-docs/getting-started/quick-start.md)
* [Understand fees and risk](/kkone-docs/reference/fees-and-risk.md)

For help, contact <support@kk.one>.


---

# 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/readme.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.
