Skip to content

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:

TypeHow it opensHow it exits
AutoBot finds and buys through discoveryBot sells based on your wallet exit rules (TP, SL, trailing, max hold)
CustomYou buy via Manual Buy and set custom exit rulesBot sells based on the exit rules you set for this specific position
ManualYou buy via Manual Buy and choose manual exitYou sell it yourself whenever you want

How exits work

The bot sells an auto position when any of these happen first:

  1. Take profit target is reached (with profit buffer applied)
  2. Stop loss is triggered
  3. Trailing stop drops below the trail threshold
  4. Max hold time expires

See Exit Strategy and Trailing Stop for details.

Manual sell

You can sell any open position manually at any time:

  1. Tap Positions on the home menu
  2. Tap the Sell button next to the position you want to close
  3. The bot shows a confirmation with the current profit/loss
  4. 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:

  1. Pick a chain
  2. Enter the token contract address
  3. The bot finds the pool and shows token info (liquidity, price)
  4. Enter the amount to buy
  5. The bot runs price impact and swap simulation checks
  6. Choose exit mode: Auto (bot manages exits) or Manual (you sell it yourself)
  7. If you chose Auto, optionally set custom exit rules for this position (or skip to use your wallet defaults)
  8. 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.

Drift Algo