CA0xb73b18267d23087e3af1390edfeb8c4308921d59
$VERGEonPons
x402

x402 payment rails

for the agent| economy

One line of code

Two lines to monetize any endpoint.

Drop the middleware in front of any route. Set a price in USDG. Your endpoint now speaks x402.

Instant USDG settlement
Nonce-signed, replay-safe
Express / Hono SDKs
Self-host with BYO Robinhood RPC
server.ts
import express from "express";
import { paywall } from "@vergex402/express";

const app = express();

app.use("/api/premium", paywall({
  amount: 0.001,            // USDG
  recipient: process.env.WALLET,
  network: "robinhood-mainnet",
}));

Agent Commerce

Agents and applications can charge for API access through a complete HTTP 402 loop: challenge, stablecoin settlement, proof retry, nonce validation, and replay protection. Wallet authorization is only needed for private portal tools.

Issued nonce challenge

Every 402 response carries a one-time nonce, amount, recipient, token, network, and memo for the caller to satisfy.

Proof retry

The caller retries with X-Pay-Tx and X-Pay-Nonce. Verge validates settlement before your handler runs.

Replay protection

Successful transaction hashes are rejected on reuse. Bring Redis/Postgres stores when you run multiple workers.

Agent or app ready

Agents can automate the whole loop, while apps and scripts can use the same paid endpoint contract.

MULTICHAIN PAYMENT RAILS

One gateway.
Seven ways to settle.

Choose the network that fits your users. Robinhood Chain settles in USDG; Ethereum, Base, Arbitrum, Polygon, Solana and Sui settle in USDC.

Explore the live rail catalog
FLAGSHIP

Robinhood Chain

EVM · 4663

Settlement assetUSDG

Ethereum

EVM · 1

Settlement assetUSDC

Base

EVM · 8453

Settlement assetUSDC

Arbitrum One

EVM · 42161

Settlement assetUSDC

Polygon

EVM · 137

Settlement assetUSDC

Solana

SVM

Settlement assetUSDC

Sui

Move

Settlement assetUSDC
Dashboard noteMerchant wallet balances and activity are currently read from Robinhood Chain. The other six rails are available through the Verge SDK/catalog; wallet analytics are not yet unified across chains.
OPEN ECOSYSTEM

Built to work across the stack.

Protocol, settlement, RPC and liquidity components — clearly separated from Verge’s own products.

Building on Verge?

Browse the gateway, inspect the catalog, or start with an SDK.

Built-in, per-transaction cashback

Every Transaction Earns

Automatic rewards

Every settled x402 payment earns cashback. No staking, no claims — it's built into the protocol.

Decaying rate

Early adopters earn more. Cashback rate decreases as total volume grows — get in early.

USDG payouts

Rewards are paid in USDG directly to your wallet. No token swaps, no lockups.

Cashback Rate Decay

2.0%1.5%1.0%0.5%0%050M100M150M200M250MYou are here
Total settled requests

Two modes. Pick what fits.

Instant for real-time agent flows. Batched for high-volume, low-cost workloads.

<2ssettlement

Instant

  • USDG + ETH supported
  • Per-request settlement
  • 0.5% facilitator fee
  • Cashback rewards eligible
  • Best for real-time AI agents
0%fee

Batched

  • USDG only
  • Aggregated settlement
  • No facilitator fee
  • Ideal for high-volume scraping
  • Cross-chain via LayerZero

Secure & Monetize Data

APIs, websites, datasets, MCP servers. If it returns a response, it can charge for it.

Monetize any API endpoint

Add paywall() middleware to any Express/Hono/Fastify route. Agents pay USDG per call. You earn instantly.

Zero vendor lock-in
Works with any HTTP client
Open source SDK
Self-hostable
server.ts
app.use("/api/data", paywall({
  amount: 0.005,         // $0.005 USDG per call
  recipient: WALLET,
  network: "Robinhood-mainnet",
}));

Modular by design. Composable by nature.

Six building blocks. Use what you need. Replace what you don’t.

Framework Interoperability

Express, Hono, Fastify, Koa — drop in the middleware. Same API, any framework.

Labor Exchange

Agents list compute tasks. Other agents bid and execute. Settlement is automatic via x402.

Non-Custodial

Your keys, your funds. Verge never touches your wallet. Payments go direct on-chain.

Nano-services

Price endpoints at $0.001. Robinhood fees are low. The math finally works for micropayments.

verge-router

Smart routing layer. Finds the cheapest facilitator, retries on failure, load-balances across RPCs.

Payment Rails as a Service

White-label Verge for your platform. Your brand, your fee structure, our infrastructure.

Developer Portal

Comprehensive tools for managing your x402 infrastructure

Real-time overview of your x402 endpoints

ILLUSTRATIVE PREVIEW · SAMPLE VALUES
Total revenue earned
Active endpoints count
Settlement status
Network health
$20.11
Revenue
$18.01
Txns
192
Endpoints
$7
Avg fee
5K4f…3Ax$0.005settled2s ago
8Bb2…9Yz$0.010settled14s ago
3Cc7…1Wq$0.001pending28s ago
7Dd1…4Rp$0.050settled1m ago
ReceiptConfirmed
$0.005 USDG
→ 7Aa3…q9Px on Robinhood

Upgrades Like API Versions

Contract upgrades are as simple as changing an API endpoint. Update your payment address, keep everything else the same.

Current Version (v1.0)
// Your existing integration
paymentMiddleware
(
  "0xverge"
, {
  path: "/api/data"
  price: "$0.01"
});
New Version (v2.0)
// Just change the address
paymentMiddleware
(
  "0xNewAddress"
, {
  path: "/api/data"
  price: "$0.01"
});

No migration scripts. No downtime. No redeployment. Just update the recipient address and your agents start earning to the new wallet.

Built for $0.001 transactions.

Stripe takes 2.9% + $0.30. That breaks at <$1 per call. We don’t.

recommended
vergefacilitator
0.5%
per settled request
  • 400ms USDG settlement on Robinhood
  • Nonce-signed challenges, replay-safe
  • Express, Hono, Fastify SDKs
  • Self-host with BYO Robinhood RPC
stripe
2.9%
+ $0.30 per transaction
  • Bank rails, 1–3 day settle
  • Min $0.50 makes <$1 calls a loss
  • KYC / business account required
  • No machine-to-machine auth
self-host
0%
+ your infra costs
  • Run @vergex402/express or @vergex402/hono yourself
  • BYO Robinhood RPC (Alchemy / QuickNode)
  • You verify on-chain, you settle
  • Open source, MIT licensed
vs.vergestripeL1/L2 native
Facilitator fee0.5%2.9% + $0.300% (you self-host)
Settlement~400ms1–3 days~12s
Network fee~$0.0001$0.05–2.00
Min transaction$0.001$0.50
CurrencyUSDG, ETHUSD/EUR/…USDG, ETH
Crypto-native
Self-host
OPEN BY DESIGN

One payment flow.
Built for more than one chain.

Use Verge’s SDK registry to select a settlement rail, then wire a paid endpoint into your application with the framework that already fits.

07
SUPPORTED RAILS

Robinhood Chain, Ethereum, Base, Arbitrum, Polygon, Solana and Sui are listed in the public SDK catalog.

05 + 02
VIRTUAL MACHINES

Five EVM networks plus Solana’s SVM and Sui’s Move-based network.

USDG · USDC
SETTLEMENT ASSETS

USDG on the Robinhood flagship rail; USDC across the six additional supported rails.

Express · Hono
PUBLISHED SDK MIDDLEWARE

Use the Verge packages in existing server apps, or integrate against the public HTTP gateway.

WALLET ACCOUNT · API ACCESS · PAYMENT RAILS

Open the Verge console

Browse docs and payment rails without signing in. Connect on Robinhood Chain only when you need private tools: endpoint publishing, API keys, receipts, and wallet-scoped settlement history.

WalletConnect QR and browser wallets supported. The console stays readable before connect.
Default rail
Robinhood Chain 4663 · USDG
SDK switch
Set network: "base-mainnet" etc.
x402 use
Agents or apps pay per API call