> 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/auto-launch/auto-launch-overview.md).

# Auto Launch overview

An Auto Launch Task monitors selected public X accounts, applies your narrative and post rules, generates a token concept, and attempts independent deployments on your selected supported networks.

## End-to-end flow

1. You select the X accounts, narrative types, post types, and filters to monitor.
2. KK.one observes new eligible public content.
3. The narrative system decides whether a post contains a qualifying concept.
4. KK.one generates a shared metadata snapshot for that concept.
5. KK.one prepares one deployment for each selected live network.
6. Each network proceeds, fails, confirms, and indexes independently.
7. The task, My Tokens, Token Detail, Wallet, and Records update as results become available.

Creating or saving the task does not launch immediately. Launch attempts begin only when the task is running and a future source post qualifies.

## Current network behavior

* New tasks default to **Base + Robinhood Chain**.
* You can choose Base only, Robinhood Chain only, or both.
* Solana is planned but not selectable for a live V2 task.
* Choosing both networks is not a bridge and does not create a shared pool.

## Partial results

One network can confirm while another is pending or fails. KK.one preserves successful deployments and exposes the other network's state separately; it does not roll back a confirmed token because another deployment failed.

Retry targets the failed or unresolved deployment. It must not recreate an already confirmed token.

## Changes apply to future tokens

Editing a task affects only future qualifying posts and future deployments after the updated task is saved. It does not rename, remove, relaunch, or otherwise change tokens that already exist onchain.

Pausing a task stops future monitoring or launches as defined by the current task state. It does not cancel a transaction already submitted to a network.

## Beta analysis

Default-model narrative analysis is currently free during beta. Network and protocol costs can still apply to onchain actions.


---

# 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/auto-launch/auto-launch-overview.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.
