| 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 (unsigned high-level, incl. Gas Station sponsor) | Partial — custodial sponsored / self-paid path wired for supported EVM chains; see Gas Station docs |
| Submit | sol_send_transaction (unsigned high-level, incl. sponsor) | Supported — custodial self-paid + Solana fee sponsorship (platform fee-payer dual-sign); see Sponsored Solana sends |
| Submit | tron_send_transaction (unsigned high-level; TRX + TRC-20) | Supported — custodial build, broadcast, and status monitoring; no fee sponsorship yet; see Tron |
| Submit | create_oauth_providers (V1/V2) | Supported — binds a cryptographically-verified (iss, sub) OIDC identity to a user |
| Submit / Query | create_oidc_provider, update_oidc_provider, delete_oidc_provider, get_oidc_providers | Supported — org-level, root-quorum-only trusted-issuer registry for OIDC Federation |
| 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 | Supported — populated by BootProofWorker when qos_host_control is configured |
| 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 | Supported — live NSM via qos_host (60s cache), store fallback; never returns empty success |
| Other activities / queries | Various create_*, sign_*, list_* | Partial / Coming soon (depends on Coordinator enablement) |