Docs / The Pipeline / Step 7 · Exits & Selling

Step 7 · Exits & Selling

Once a token is tracked, the Live view gives you three granularities of exit.

Sell everything

Emergency dump — every bundle wallet exits in parallel. The fastest possible out when the chart turns or external bots attack. Confirmation-gated because it is irreversible.

Sell a portion

The execute panel's Sell tab takes a percentage of the position — the engine splits it across the bundle wallets pro-rata and sells through the curve with a slippage floor from live reserves.

Sell one wallet

Each row in the Wallets table and the sniper panel has a per-wallet sell action — useful for trimming the largest holder without touching the rest.

Stop the bot

Stop halts the auto-buy loop instantly without selling anything. Positions stay; the scheduler dies.

API

RouteEffect
POST /api/sell {wallet_index?, pct?}single wallet or portion of position
POST /api/dumpparallel exit across all wallets
POST /api/stophalt auto-buy, keep positions

All of them require the unlocked vault and execute real transactions — there is no dry-run on exits because hesitation is the expensive part.