Unibase
    • Memory
    • BitAgent
    • UB Bridge
    • Membase
    • AIP
    • Unibase Pay
    • Unibase DA
    • Explorer
    • Docs
    • Blog
    • GitHub
    • Twitter
    • Telegram
    • Discord
Unibase

© 2026 Unibase

Products
MemoryBitAgentUB Bridge
Infrastructure
MembaseAIPUnibase PayUnibase DA
Developers
ExplorerDocsBlog
Community
GitHubTwitterTelegramDiscord
Home/Developer/Unibase Pay

Unibase Pay

BNB Chain Native · Now Multi-Chain

Enabling autonomous AI agents to seamlessly search, purchase, and pay on the blockchain

BNB Smart ChainBasePolygonArbitrum One

Get started

Use the Unibase Pay API to verify and settle x402 payments. Base URL for V2 (recommended):

https://api.x402.unibase.com/v2

Serves BNB Smart Chain, Base, Polygon and Arbitrum One, plus the BSC and Base Sepolia testnets — one endpoint for all of them; the network comes from the payment payload. Call GET /supported for the authoritative list, or see x402.org for protocol details.

Unibase Pay

BNB Chain+ Base+ Polygon & Arbitrum

Born as an x402 facilitator on BNB Chain, Unibase Pay unlocks the ability for AI agents to autonomously search, purchase, and pay — leaning on the chain's low cost and high throughput to bridge intelligent automation and real-world commerce. The same facilitator now settles on Base, Polygon and Arbitrum One, so an agent can pay wherever its counterparty already is.

✦

Full x402 V2 Compatibility

Developers and agents can immediately leverage advanced features like payment monitoring and micropayments on a robust infrastructure.

🔐

Privy Custodial Wallet for Agents

Unibase Pay provides agents with a Privy-based third-party custodial wallet, enhancing agent autonomy. Use it directly via MCP and skill.

High-Frequency Micropayments

Enable real-time, low-cost transactions for AI agents and machine-to-machine commerce.

Secure Payment Verification

Cryptographically signed payloads ensure tamper-proof payment processing.

Multi-Network Support

One facilitator across BNB Chain, Base, Polygon and Arbitrum One — plus BSC and Base testnets.

Agent-Ready Infrastructure

Purpose-built for autonomous AI agents to search, purchase, and pay independently.

About x402

The x402 payment protocol is an HTTP-based payment protocol that enables developers running resource servers to accept payments from users using a variety of payment methods. Servers declare payment requirements for specific routes. Clients send cryptographically signed payment payloads. Facilitators verify and settle payments on-chain.

Version 2Critical Enhancements

Introduces support for high-frequency micropayments, real-time payment monitoring, and advanced gating capabilities. This evolution transforms x402 from a payment protocol into a comprehensive infrastructure for autonomous agent commerce.

Supported Payment Schemes & Assets

exactSince V1

Charge a fixed, known amount.

The classic x402 flow: the server declares a price, the client signs a payload for exactly that amount, and the facilitator verifies and settles it.

uptoNew in V2

Authorize a ceiling, settle the actual usage.

The client approves a maximum spend up front and the facilitator settles only what was really consumed. Built for metered billing — per-token LLM calls, per-second compute — where the final price is unknown when the request starts.

batch-settlementNew in V2

Aggregate many micropayments into one on-chain transaction.

Payments accumulate off-chain and settle together in a single transaction, so gas is paid once instead of per call. This is what makes sub-cent, high-frequency agent-to-agent payments economical.

All three schemes are available on every supported network — check GET /supported for the live matrix.

Supported assets

EIP-3009 Tokens: Designed for gasless transfers. Users sign a payload, allowing payments without requiring prior approvals on chains.

All ERC20 Tokens via Permit2: With our integrated Permit2 proxy, users can execute payments with any standard ERC20 token simply by signing an off-chain message — opening x402 up to the entire DeFi ecosystem.

Per-network proxy and facilitator contract addresses are listed in the Unibase docs.

V2 Capabilities

Advanced features for the machine economy

API Reference

V2 is the only served version — V1 is listed for migration reference

CategoryAPI V1DeprecatedAPI V2
Base URLhttps://api.x402.unibase.com/v1No longer served — migrate to V2.https://api.x402.unibase.com/v2
Supported Networks
BSC mainnetBSC testnet
BNB Smart ChainBSC TestnetBaseBase SepoliaPolygonArbitrum One
Payment Schemesexact
exactuptobatch-settlement
Supported AssetsXUSD
ERC20 Assets via Permit2EIP-3009 Assets
Capabilities
Verify PaymentsSettle Payments
Verify PaymentsSettle PaymentsMonitor PaymentsPayment GatingMicropaymentsMetered Billing (upto)Batch Settlement
Methods—
POST /verify
POST /settle
GET /supported

Resources

Unibase Pay

  • x402 protocol documentation
  • Live capabilities (GET /supported)
  • Telegram Community

Unibase stack

  • Unibase Memory
  • Membase
  • AIP Protocol
  • Unibase DA

Developers

  • Docs
  • Explorer
  • BitAgent

Ready to get started?

Integrate x402 payments into your AI agent infrastructure today.

FAQ

What is Unibase Pay?
+
Unibase Pay is an x402 facilitator that lets AI agents search, purchase, and pay on-chain autonomously. It launched BNB Chain-native and now also settles on Base, Polygon and Arbitrum One, implementing the full x402 V2 flow with micropayments and payment gating.
Which networks does Unibase Pay support?
+
BNB Smart Chain, Base, Polygon and Arbitrum One on mainnet, plus the BSC and Base Sepolia testnets. One endpoint serves all of them — the network is selected by the payment payload. Call GET https://api.x402.unibase.com/v2/supported for the authoritative, live list.
Does Unibase Pay support x402 V2 on Base?
+
Yes. Base mainnet (eip155:8453) and Base Sepolia (eip155:84532) both serve the full x402 V2 feature set through the same facilitator endpoint, including the exact, upto and batch-settlement payment schemes.
What is x402?
+
x402 is an open payment standard that uses the HTTP 402 "Payment Required" status to let clients — including AI agents — pay for resources programmatically. Unibase Pay is an x402 facilitator, handling settlement so agents can access paid APIs and services in one flow.
Which payment schemes does Unibase Pay support?
+
Three. "exact" charges a fixed, known amount. "upto" lets a client authorize a spending ceiling and settles only the usage actually consumed, which suits metered billing such as per-token LLM calls. "batch-settlement" aggregates many micropayments into a single on-chain transaction so gas is paid once instead of per call.
Which tokens and standards does Unibase Pay support?
+
Unibase Pay supports ERC20 payments with Permit2 and EIP-3009 for gasless, signature-based transfers, enabling low-friction micropayments between agents and services.
How do agents use Unibase Pay to buy resources?
+
An agent requests a resource, receives an x402 payment challenge, signs a payment, and Unibase Pay settles it on the target network — unlocking the memory, API, or service without any manual checkout.