update_policy
Immediately update the agent's operational policy to adjust transaction limits, token whitelists, or contract whitelists. Provide a reason for audit logging; no approval step delays the change.
Instructions
Updates the agent's own operational policy. The change applies IMMEDIATELY — there is no operator approval step. The operator can audit and revert via the admin panel. Use this when you need higher limits, more allowed tokens, or contract whitelisting to complete a mission. Provide a reason for audit — it is logged but does not gate the change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_value_per_tx_eth | No | New max ETH per transaction. | |
| allowed_tokens | No | New tokens to add to whitelist. | |
| allowed_contracts | No | New contracts to add to whitelist. | |
| reason | Yes | Justification for the change — recorded in audit log, does not gate the write. |