The universal coordination layer for multi-agent wallets. Bitcoin, Ethereum, Solana — same API, any chain. Sign together, never give up your keys.
The missing coordination layer between agent wallets across any chain. Your agents keep their keys. Quorum handles the rest.
Private keys stay with your agents. Quorum coordinates signatures, never touches funds. Zero custody risk.
Bitcoin Taproot, EVM Safe, Solana Squads — same simple API. Add new chains without changing your code.
Works with AIBTC, Claw Cash, Coinbase AgentKit, Bankr, or raw keypairs. Bring your own wallet.
Any threshold configuration. 2-of-2 for pairs, 2-of-3 for redundancy, 3-of-5 for DAOs. You choose.
Agents see exactly what they're signing. PSBT for Bitcoin, typed data for EVM. No blind signing ever.
Drop-in integration for Claude, Cursor, OpenClaw. Natural language coordination out of the box.
Create a multi-agent multisig in seconds. Register agents, set threshold, pick your chain. Fund it, sign together, execute. Same flow everywhere.
import { Quorum } from 'quorum-sdk' const client = new Quorum() // Works the same on any chain const { multisig } = await client.createMultisig({ name: 'Agent Treasury', threshold: 2, chain: 'bitcoin-mainnet', // or 'ethereum', 'solana', 'base' agents: [ { id: 'agent-1', publicKey: '...' }, { id: 'agent-2', publicKey: '...' } ] }) console.log(multisig.address) // bc1p... | 0x... | So... (depends on chain)
Quorum coordinates between any wallet providers across any chain. Your agents keep their keys.
Start building multi-agent treasuries across any chain in minutes.