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
Gasless Transactions
Users pay zero gas. Relayer network sponsors all blockchain fees automatically.
Non-Custodial
Keys encrypted client-side with AES-256. Monipay never touches private keys.
Multi-Chain
One API, multiple networks. Route payments across Base, BSC, Solana, and Tempo.
AI Agent Native
Scoped API keys and permissions designed for LLM-driven autonomous agents.
Payment Gateway
Accept crypto payments on any website. Embeddable checkout, webhooks, and SDKs.
Payment Links
Generate shareable links. Anyone pays with one click — no wallet extension needed.
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 relayerReady to integrate?
Create a free account and start accepting gasless payments in minutes.