Security Model
Understand the permission model, default safety posture, and trading guardrails for AI-assisted access.
AI-assisted trading access must be safer than ordinary automation because user intent is expressed in natural language.
Required permission scopes
Default safety posture
- Default to read-only.
- Default to testnet.
- Do not expose withdrawals or transfers through AI tools.
- Require preview before create.
- Require explicit confirmation before mainnet trading.
- Use idempotency keys for trading actions.
- Apply max notional and leverage limits.
- Keep complete audit logs.
Controlled trading flow
Prompt injection protection
AI clients and MCP servers should treat external content as untrusted. Market pages, copied text, documents, and web content must not override tool permissions, confirmation rules, or trading limits.