> 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/create-and-manage-task.md).

# Create and manage a task

Open **Launch → New task** to create an Auto Launch Task. The page is ready with recommended defaults, so you can either create immediately or edit individual settings.

## Recommended starting defaults

| Setting                     | V2 default                                                 |
| --------------------------- | ---------------------------------------------------------- |
| Monitored KOLs              | 30 selected accounts                                       |
| Narrative types             | All available types                                        |
| Launch networks             | Base + Robinhood Chain                                     |
| Launch wallet               | W1                                                         |
| Deployment limits           | 30 per hour · 300 per day                                  |
| Cooldown                    | Off                                                        |
| Task launch cap             | Unlimited                                                  |
| Post types                  | Post + Reply                                               |
| Filter keywords             | None                                                       |
| Duplicate narrative keyword | Skip within 24 hours                                       |
| Leading `$` symbol          | Ignore for token concept detection                         |
| Coin name / ticker          | Automatically generated                                    |
| Name and ticker case        | Auto                                                       |
| Maximum concepts per post   | 1                                                          |
| Description                 | Automatically generated                                    |
| Image                       | Source-post image first; configured author-avatar fallback |
| Website                     | No link                                                    |
| X link                      | Source post                                                |
| Telegram                    | No link                                                    |
| Base network fee            | Default + 10%                                              |
| Robinhood Chain network fee | Automatic                                                  |

Defaults are a starting point, not a performance guarantee.

## Editing a setting

Most settings open in a right-side drawer:

1. Opening the drawer copies the saved value into a temporary draft.
2. Selecting an option changes only that draft.
3. **Apply** validates the draft and updates the task form.
4. **Cancel**, close, overlay click, or Escape discards changes made since the drawer opened.
5. The outer **Create task** or **Save changes** action persists the complete task.

Informational settings such as automatically generated name, ticker, or description may use a **Got it** action because they are not editable in V2.

## Funding and capacity

The selected Wallet Group is resolved separately for each selected network. Before a deployment, KK.one checks the relevant network's usable balance, estimated fee, and launch entitlement.

If your account shows included Base launches, they are Base-only and cannot be transferred to Robinhood Chain. The number shown in the product comes from your current account entitlement and should not be treated as a permanent universal allowance.

## Task states

| State            | Meaning                                                                           |
| ---------------- | --------------------------------------------------------------------------------- |
| Draft            | Saved setup is incomplete or has not started monitoring.                          |
| Running          | The task can monitor and process future eligible posts.                           |
| Paused           | Future task activity is paused; submitted transactions are unaffected.            |
| Needs funding    | No selected network currently has the required usable capacity.                   |
| Partially active | At least one selected network is usable and at least one is persistently blocked. |
| Completed        | The task reached its configured total launch cap.                                 |

## Task detail

Task Detail separates the task's saved configuration from the result of each launch group. Use the per-network status and Records entry to determine whether an action is preparing, submitted, confirming, confirmed, failed, or awaiting funding.

Deleting a task removes or deactivates the task record according to the product confirmation shown. It cannot erase already confirmed onchain tokens or transactions.


---

# 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/create-and-manage-task.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.
