Skip to main content

2026-04-16 — Documentation Update

Core Concepts filled with production content:
  • Band Filtering — 4-tier access control model with multi-agent patterns and tool annotations
Use Case Guides added: Resources:
  • Production Checklist — pre-go-live validation across API keys, bands, OWS, policies, error handling, monitoring, and security

2026-04-01 — MCP Server v1.0

Initial public release:
  • 7 read tools: get_balance, get_all_balances, get_price, get_fee_quote, resolve_asset, get_tx_status, get_tx_history
  • 3 prepare tools: prepare_transfer, prepare_serialized_unsigned_tx, prepare_onramp
  • 6 OWS signing tools (optional, requires OWS_ENABLED=true): get_wallet_address, sign_transaction, send_transaction (both modes); create_wallet, create_custom_policy, create_agent_api_key (owner mode only)
  • OWS local signing chains: Ethereum and Tron
  • Owner mode and agent mode with policy gates
  • stdio and HTTP (stateless/stateful) transport
  • 9 install guides: Claude Desktop, Claude Code, Cursor, VS Code, Codex, Windsurf, LangChain, CrewAI, generic MCP client
  • Non-custodial architecture — keys never leave the local device
  • Band filtering with 4 tiers: read, prepare, sign, broadcast
  • Structured error taxonomy with 6 categories and programmatic recovery
  • Multi-chain support for read/prepare operations