config.safety_limits
Set trading safety limits for maximum order size, total exposure, and spread tolerance to enforce risk controls on all buy/sell operations.
Instructions
Configure trading safety guardrails: maximum order size in USDC, total exposure cap, and maximum spread tolerance. These limits are enforced on all subsequent buy/sell operations. Changes persist in the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_order_size | No | Max single order size in USDC | |
| max_exposure | No | Max total open position exposure in USDC | |
| max_per_market | No | Max investment in a single market in USDC | |
| min_liquidity | No | Min required market liquidity in USDC | |
| max_spread | No | Max acceptable spread (e.g. 0.10 = 10%) | |
| show | No | Show current limits without changing |