Skip to main content

Multi-Chain Overview

Paygrid is a multi-chain platform. Services can settle on any supported chain, and the platform abstracts all chain complexity away from buyers.

How It Works​

  • The seller decides the chain. When a seller registers a service, the service specifies which chain it settles on (e.g., Solana for x402, Tempo for MPP).
  • The buyer never chooses a chain. Buyers pay with credits. The platform handles all on-chain settlement behind the scenes.
  • Credits abstract everything. Whether a buyer deposited via Stripe or USDC on any chain, their credits are fungible and work across all chains.

Platform Float​

The platform maintains USDC pools (the "float") on each supported chain. When a buyer purchases a service:

  1. Credits are debited from the buyer's account.
  2. The platform pays the seller's external service from its float on the appropriate chain.
  3. The ledger records the full transaction with double-entry bookkeeping.

This means the platform needs sufficient USDC liquidity on each chain to cover service payments.

Supported Chains​

ChainNetworkSettlement TokenUse Case
SolanaDevnetUSDCx402 services, default settlement
BaseSepoliaUSDCERC-8004 identity, EVM settlement
TempoMainnet / TestnetUSDCMPP (Machine Payments Protocol)
KiteTestnetNative x402Agent payment standard
World ChainSepoliaUSDCProof-of-human agent operators

Gasless by Default​

Agents never need native tokens for gas on any chain. The platform covers all gas costs:

  • Solana: Kora gasless relay pays SOL fees.
  • Base: EIP-3009 transferWithAuthorization lets the platform relay USDC transfers and pay gas.
  • Tempo: Gas is essentially free (native currency is USD).
  • Kite: Account Abstraction SDK handles gas.
  • World Chain: Gas grants for verified humans.