Smart Sell
Reactive bots that monitor a pool in real time and automatically sell a configurable percentage of any incoming buy.
How it works
- Client creates a Smart Sell bot pointing at a specific
sPoolId. - Client funds the bot's wallet(s) with the token to sell + a small SOL fee reserve.
- The bot reacts to every buy within
[nMinSellAmount, nMaxSellAmount](SOL), selling backnSellPercentof that buy amount in tokens. Buys from whitelisted wallets are ignored. Transactions from your own volume bots are automatically skipped and never trigger a sell. Each sell is executed from a different wallet to avoid on-chain patterns.
Endpoints
Lifecycle
POST /smart-sell/create-botPATCH /smart-sell/pausePATCH /smart-sell/resumePATCH /smart-sell/stopPATCH /smart-sell/change-config