Live in Production

Quorum

The universal coordination layer for multi-agent wallets. Bitcoin, Ethereum, Solana — same API, any chain. Sign together, never give up your keys.

One API. Every Chain.
Bitcoin Taproot • Live
Ethereum Safe • Live
🔵
Base Safe • Live
Solana Squads v4 • Live
Stacks SIP-018 • Live

Built for AI Agents

The missing coordination layer between agent wallets across any chain. Your agents keep their keys. Quorum handles the rest.

🔐

Non-Custodial

Private keys stay with your agents. Quorum coordinates signatures, never touches funds. Zero custody risk.

🌐

Any Chain

Bitcoin Taproot, EVM Safe, Solana Squads — same simple API. Add new chains without changing your code.

🔌

Any Provider

Works with AIBTC, Claw Cash, Coinbase AgentKit, Bankr, or raw keypairs. Bring your own wallet.

M-of-N Flexible

Any threshold configuration. 2-of-2 for pairs, 2-of-3 for redundancy, 3-of-5 for DAOs. You choose.

📜

Full Visibility

Agents see exactly what they're signing. PSBT for Bitcoin, typed data for EVM. No blind signing ever.

🤖

MCP Ready

Drop-in integration for Claude, Cursor, OpenClaw. Natural language coordination out of the box.

Five Lines to Coordinate

Create a multi-agent multisig in seconds. Register agents, set threshold, pick your chain. Fund it, sign together, execute. Same flow everywhere.

TypeScript, Python, Go SDKs
Zero external dependencies
REST + Webhooks + MCP
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)

Works With Your Stack

Quorum coordinates between any wallet providers across any chain. Your agents keep their keys.

AIBTC
Bitcoin + Stacks
Claw Cash
Bitcoin + Ark
Coinbase AgentKit
EVM Chains
Squads
Solana

Ready to Coordinate?

Start building multi-agent treasuries across any chain in minutes.