| Auth Proxy | POST /v1/account, /v1/otp_init, /v1/otp_verify | Supported |
| Query | get_sub_org_ids, get_wallets, get_wallet_accounts, get_user | Supported |
| Submit | create_sub_organization, oauth_login | Supported |
| Submit | stamp_login | Supported (requires browser WebAuthn) |
| Submit | eth_send_raw_transaction | Partial (executor wired; broadcast is a mock — endpoint: "mock", no real RPC) |
| Submit | eth_send_transaction, sol_send_transaction (unsigned high-level) | Coming soon (executor returns an error today; raw flow is the supported path) |
| Submit | create_oauth_providers | Partial (returns empty provider_ids list in Phase 1) |
| Submit / Query | create_webhook_endpoint, update_webhook_endpoint, delete_webhook_endpoint, list_webhook_endpoints | Partial (wired for ACTIVITY_UPDATES; update supports URL/name/active status, not subscription changes) |
| Submit | create_fiat_on_ramp_credential, init_fiat_on_ramp (and CRUD) | Coming soon (notarize-only executor, no real on-ramp wired) |
| Query | get_send_transaction_status, get_on_ramp_transaction_status, get_gas_usage, get_nonces | Coming soon (returns empty / zero-valued response) |
| Query | list_fiat_on_ramp_credentials | Coming soon (returns empty list — not yet backed by storage) |
| Query | get_policy_evaluations | Partial (Coordinator persists evaluations best-effort after a Policy ruling; data appears once a parser-backed activity has been evaluated) |
| Query | get_boot_proof, get_latest_boot_proof, list_app_proofs | Coming soon (returns empty response in Phase 1) |
| Query | get_balances, get_app_status (a.k.a. TVC App status) | N/A (no corresponding RPC in the current public_api.proto) |
| Query | get_attestation_document | Coming soon (stub returns empty bytes; production wiring routes through the enclave NSM) |
| Other activities / queries | Various create_*, sign_*, list_* | Partial / Coming soon (depends on Coordinator enablement) |