v2.1 · Multi-chain live

Build payments that just work

Non-custodial, gasless stablecoin payments across Base, BSC, Solana, Tempo, Ink, and Celo. One API. Zero gas fees. Instant settlement.

Quick Links

Core Features

Supported Chains

BaseUSDC
BNB ChainUSDT
SolanaUSDC
TempoaUSD
InkUSDT0
CelocUSD

Quick Integration

create-order.ts
import { Monipay } from '@monipay/sdk'

const client = new Monipay('sk_live_...')

const order = await client.orders.create({
  amount: 10.00,
  currency: 'USDC',
  chain: 'base',
  recipient: '@merchant_tag'
})

// → Order created, gasless tx routed via relayer

Ready to integrate?

Create a free account and start accepting gasless payments in minutes.

Create Account