Paygrid

Paygrid

Developer Platform

Now in Early Development

Build the future offinancial clearing

Integrate your institution with Paygrid's verifiable clearing network. Reduce capital requirements, eliminate settlement risk, and connect to the global financial network with a single API.

Quick Start

Why Paygrid?

Built for financial institutions that need speed, security, and capital efficiency

Multilateral Netting
Up to 90% reduction

Reduce settlement volume by 70-90% through intelligent payment batching and cycle detection

Atomic Settlement
Zero settlement risk

Payment-vs-payment settlement with cryptographic guarantees eliminates settlement risk

30-Minute Epochs
30 min cycles

Fast clearing cycles with deterministic finality for operational efficiency

Capital Efficiency
Minimal prefunding

Minimize locked capital through JIT funding and multilateral optimization

Simple. Powerful. Secure.

Submit a Payment in 3 Lines
TypeScript SDK for seamless integration
const paygrid = new PaygridClient({ apiKey });

// Create and sign a payment
const payment = await paygrid.createPayment({
  payeeId: "institution-bravo",
  amount: "1000000", // 1 USDC
  asset: "eip155:8453/erc20:0x..."
});

// Payment automatically batched and netted
// Settlement in the next 30-minute epoch

Three Powerful APIs

Everything you need to integrate with the clearing network

Discovery API
Find Counterparties
Privacy-preserving institution discovery with capability matching
Lookup by institution ID
Asset & chain compatibility
Connection endpoints
Accord API
Submit Payments
Bilateral payment negotiation with cryptographic signatures
EIP-712 signed messages
Automatic acknowledgements
Settlement intent formation
Vector API
Track Settlements
Monitor epochs, net positions, and settlement proofs
Real-time epoch status
Net position calculations
Merkle inclusion proofs

Integration Flow

1

Discover

Find compatible institutions

2

Submit

Send signed payment

3

Acknowledge

Receive confirmation

4

Settle

Atomic on-chain finality

Resources

SDKs & Tools
TypeScript SDK

Full-featured client library

API Sandbox

Test environment with mock data