> 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/automation-and-records/auto-sell.md).

# Auto Sell

Auto Sell lets an eligible creator define a future sell rule for a specific token balance. It is an execution tool, not a guarantee of price, timing, liquidity, or profit.

## Eligible tokens

The token selector opens as a right-side drawer and lists eligible KK.one-launched tokens with an available balance. A selection binds the rule to an exact:

* network;
* Wallet Group;
* token contract;
* balance source.

V2 supports eligible Base and Robinhood Chain tokens. Solana Auto Sell is not available.

## Rule types

KK.one V2 defines three Auto Sell rule types:

* **Market Cap Stop** — sell when the configured market-cap condition is met.
* **Take Profit** — sell when the configured upward target is met.
* **Trailing Take Profit** — track a qualifying high and sell after the configured trailing condition.

The exact trigger values, sell amount, slippage, and other visible parameters must be reviewed before saving.

## Rule lifecycle

Typical states include Draft, Running, Paused, Triggered, Executing, Completed, and Failed. A trigger does not mean the transaction has confirmed.

Rule Detail separates:

* saved trigger and execution settings;
* current market observations;
* wallet and network identity;
* execution records and transaction status.

## Editing and stopping

Edits affect future evaluations. Pausing or deleting a rule does not cancel a transaction that was already submitted. Once a rule is triggered, market movement, liquidity, slippage limits, wallet balance, network fees, RPC availability, and protocol behavior can change or prevent execution.

## Safety

* Confirm the network, contract, and Wallet Group before saving.
* Keep enough native asset for network fees when the flow requires it.
* Treat market data as delayed or unavailable unless the interface shows a current successful update.
* Check Records before manually repeating an action that appears stuck.
* Never treat Auto Sell as a stop-loss guarantee.


---

# 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/automation-and-records/auto-sell.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.
