Trading Settings
Trading Settings let you configure defaults that apply across all your bots. Access it from Studio > Trading > Settings.
Global trading configuration
| Setting | Description | Default |
|---|---|---|
| Default slippage | Maximum acceptable price deviation | 1% (Solana), 0.5% (EVM) |
| Auto-approve threshold | Orders below this amount execute immediately without approval | Varies by risk policy |
| Preferred DEX | Default aggregator for swaps | Jupiter (Solana), 0x (EVM) |
| Gas priority | Transaction priority level on-chain | Medium |
Default order profile
The order profile defines the baseline behavior for new trades. Each bot can override these defaults in its own settings.
| Field | Description |
|---|---|
| Slippage tolerance | Max slippage before the trade reverts |
| Partial fill | Allow partial execution if full amount unavailable |
| MEV protection | Use private mempool to avoid sandwich attacks (Solana) |
| Simulation required | Run Tenderly simulation before EVM trades |
MEV Protection sends your swap through a private mempool (e.g., Flashbots on EVM) to prevent sandwich attacks. When enabled, your transaction is not visible to front-running bots before confirmation.
Simulation Required runs a dry-run of your swap transaction before broadcasting. If the simulation fails (e.g., insufficient output, revert), the trade is blocked before spending gas fees.
Partial Fill allows limit orders to execute partially if only a portion of the requested amount is available at the target price. The remaining amount stays as a pending order.
Updating the order profile
- Go to Studio > Trading > Settings
- Adjust the fields in the Default Order Profile section
- Click Save
Changes apply to future trades only. Existing open orders are not affected.
Tip: Set conservative defaults here and let individual bots override when needed. This prevents accidental high-risk trades from newly created bots.
Risk policy
Global risk settings that act as guardrails across all bots:
- Maximum single trade size — cap on any individual order
- Daily trading limit — total value of trades allowed per 24h
- Required approval above — orders above this threshold need manual approval
Warning: Changing risk policy settings affects ALL bots immediately. Review your active strategies before making changes.
Related pages
- Trading Dashboard — positions and orders
- Automation and DCA — strategies and risk
- Wallets — wallet management
- Fees and Limits — fee structure