config.set
Update bot configuration at runtime. Adjust daily budget (max USDC per day) and minimum conviction (minimum trade size to copy). Changes take effect immediately and persist across restarts. Pro feature.
Instructions
Update bot configuration at runtime. Supports daily_budget (max USDC per day) and min_conviction (minimum trade size to copy). Changes take effect immediately and persist across restarts. Pro feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Config key: daily_budget=max USDC spend per day, min_conviction=minimum trade size in USDC to copy | |
| value | Yes | New value as a string (e.g. '50' for $50 daily budget) |