Skip to content
Skip to content

Trading Settings

Trading Settings let you configure defaults that apply across all your bots. Access it from Studio > Trading > Settings.

Global trading configuration

SettingDescriptionDefault
Default slippageMaximum acceptable price deviation1% (Solana), 0.5% (EVM)
Auto-approve thresholdOrders below this amount execute immediately without approvalVaries by risk policy
Preferred DEXDefault aggregator for swapsJupiter (Solana), 0x (EVM)
Gas priorityTransaction priority level on-chainMedium

Default order profile

The order profile defines the baseline behavior for new trades. Each bot can override these defaults in its own settings.

FieldDescription
Slippage toleranceMax slippage before the trade reverts
Partial fillAllow partial execution if full amount unavailable
MEV protectionUse private mempool to avoid sandwich attacks (Solana)
Simulation requiredRun 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

  1. Go to Studio > Trading > Settings
  2. Adjust the fields in the Default Order Profile section
  3. 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.

Connection lost. Retrying...