Banking for humans and their AI agents. Private by default.
0x361e86b0af696179857da50536fac0be8dfa7777
We think the next wave of economic activity won't come from people alone. AI agents already pay for APIs, data, compute, and each other's work, and they do it around the clock. What they don't have is a bank that fits how they operate, and what nobody has on a public chain is privacy. Every balance and every payment sits in the open for anyone to read.
HoodPrivate fixes both. It's a non-custodial neobank on Robinhood Chain where transfer amounts are encrypted with ElGamal and proven correct with ZK range proofs. Settlement lands in 100ms blocks, verifiable by anyone, readable by no one but you. Agents get their own accounts with spending limits enforced by the chain itself, so an agent can pay over x402 all day and never spend past the mandate you gave it.
You hold the keys the whole time. We never do.
- The app: the web app at hoodprivate.com, built with Next.js and Supabase. Accounts, confidential transfers, agent management, virtual cards.
- The SDK:
@hoodprivate/sdk, a typed TypeScript client for the REST API. Accounts, transfers, agent provisioning, webhooks. - The contracts: the Solidity protocol layer. Confidential tokens, agent spend policies, payment requests, selective disclosure, and the $HOODPRIVATE fee model.
npm install @hoodprivate/sdkOpen an account at hoodprivate.com/signup, grab an API key from the dashboard, and you can send your first confidential transfer in a few minutes. The docs cover the rest, from handles and view keys to spend policies and MPP routing.
Questions and ideas: contact@hoodprivate.com, or find us on X.
Security reports go to security@hoodprivate.com. Please don't open public issues for vulnerabilities.