sell_token
Sell any token for USDB on BNB Smart Chain. Specify amount or percentage of balance, with adjustable slippage for token taxes.
Instructions
Sell a token for USDB. Checks balance first. Use percentage to scale out. NOTE: Floor+ tokens (multiplier 1-99) and prediction market tokens have 1.5% tax, other tokens have 0.5% — account for this in slippage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Token name or address | |
| amount | No | Token amount to sell | |
| percentage | No | 1-100, sell this % of balance | |
| slippage_percent | No | Max slippage % (default: 1) | |
| to_usdb | No | Swap all the way to USDB (default: true). False stops at MAINTOKEN. |