Appearance
Positions and Exits
When the bot buys a token, it becomes an open position. The bot monitors it until an exit condition triggers a sell.
Viewing positions
Tap Positions on the home menu or send /positions. You will see:
- Your balance on each chain
- All open positions grouped by chain
- For each position:
- Token symbol and whether it is an auto or manual trade
- Token amount held
- Current estimated sell value and profit/loss percentage
- Entry amount and entry price
- How long the position has been held
- Per-chain summary showing total entry vs current value
INFO
The value shown is the estimated amount you would receive if you sold now, accounting for slippage, taxes, and price impact.
Auto vs manual positions
Positions are tagged as either AUTO or MANUAL:
| Type | How it opens | How it exits |
|---|---|---|
| Auto | Bot finds and buys through discovery | Bot sells based on your wallet exit rules (TP, SL, trailing, max hold) |
| Custom | You buy via Manual Buy and set custom exit rules | Bot sells based on the exit rules you set for this specific position |
| Manual | You buy via Manual Buy and choose manual exit | You sell it yourself whenever you want |
How exits work
The bot sells an auto position when any of these happen first:
- Take profit target is reached (with profit buffer applied)
- Stop loss is triggered
- Trailing stop drops below the trail threshold
- Max hold time expires
See Exit Strategy and Trailing Stop for details.
Manual sell
You can sell any open position manually at any time:
- Tap Positions on the home menu
- Tap the Sell button next to the position you want to close
- The bot shows a confirmation with the current profit/loss
- Tap Confirm Sell to execute or Cancel to keep the position open
Manual buy
You can buy a specific token by contract address using the Manual Buy button on the home menu.
The manual buy flow:
- Pick a chain
- Enter the token contract address
- The bot finds the pool and shows token info (liquidity, price)
- Enter the amount to buy
- The bot runs price impact and swap simulation checks
- Choose exit mode: Auto (bot manages exits) or Manual (you sell it yourself)
- If you chose Auto, optionally set custom exit rules for this position (or skip to use your wallet defaults)
- Review and confirm
Custom exit rules
When you pick Auto exit mode on a manual buy, you can set exit rules just for that position. This lets you override your wallet defaults without changing them globally.
You can customize:
- Take profit percentage
- Stop loss percentage
- Profit buffer percentage
- Trailing stop activation percentage
- Trailing stop drop percentage
Set any value to 0 to disable that rule for this position. Skip the step entirely to use your wallet config defaults.
Positions with custom exit rules show a Custom label instead of Auto.
WARNING
Manual buys skip some discovery filters but still check price impact and aggregate exposure limits. Use this only for tokens you have researched yourself.
Re-entry cooldown
After selling a token, the bot waits for a cooldown period before it can buy the same token again. This prevents the bot from repeatedly buying into a token that keeps dropping.
You set the cooldown duration (in hours) during the wizard. See Discovery Filters for details.