The SUBTC Protocol is designed as a lightweight API layer for Bitcoin, meaning no RPC or node management is required for developers or AI agents. This design choice focuses on simplicity, privacy, and accessibility. Why No RPC? Traditional Bitcoin integrations require: Running a full Bitcoin node Using bitcoin-cli or JSON-RPC calls Managing blockchain synchronization SUBTC removes all of this complexity: Developers don’t need a node No RPC credentials to manage No local blockchain storage How It Works All actions are executed via the SUBTC API: wallet_create → create wallets wallet_receive → generate addresses wallet_balance → check balances wallet_send → send BTC wallet_poll / wallet_wait_event → monitor transactions Everything is stateless, deterministic, and works with curl commands. Benefits Developer-Friendly: Start testing instantly, no blockchain setup required Privacy: No local node means no traceable logs Automation: AI agents or scripts can i