
Robinhood Chain
EVM · 4663
x402 payment rails
for the agent| economy
Drop the middleware in front of any route. Set a price in USDG. Your endpoint now speaks x402.
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", }));
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.
Every 402 response carries a one-time nonce, amount, recipient, token, network, and memo for the caller to satisfy.
The caller retries with X-Pay-Tx and X-Pay-Nonce. Verge validates settlement before your handler runs.
Successful transaction hashes are rejected on reuse. Bring Redis/Postgres stores when you run multiple workers.
Agents can automate the whole loop, while apps and scripts can use the same paid endpoint contract.
Choose the network that fits your users. Robinhood Chain settles in USDG; Ethereum, Base, Arbitrum, Polygon, Solana and Sui settle in USDC.

EVM · 4663

EVM · 1

EVM · 8453

EVM · 42161
EVM · 137

SVM

Move
Protocol, settlement, RPC and liquidity components — clearly separated from Verge’s own products.
Browse the gateway, inspect the catalog, or start with an SDK.
Every settled x402 payment earns cashback. No staking, no claims — it's built into the protocol.
Early adopters earn more. Cashback rate decreases as total volume grows — get in early.
Rewards are paid in USDG directly to your wallet. No token swaps, no lockups.
Instant for real-time agent flows. Batched for high-volume, low-cost workloads.
APIs, websites, datasets, MCP servers. If it returns a response, it can charge for it.
Add paywall() middleware to any Express/Hono/Fastify route. Agents pay USDG per call. You earn instantly.
app.use("/api/data", paywall({
amount: 0.005, // $0.005 USDG per call
recipient: WALLET,
network: "Robinhood-mainnet",
}));Six building blocks. Use what you need. Replace what you don’t.
Express, Hono, Fastify, Koa — drop in the middleware. Same API, any framework.
Agents list compute tasks. Other agents bid and execute. Settlement is automatic via x402.
Your keys, your funds. Verge never touches your wallet. Payments go direct on-chain.
Price endpoints at $0.001. Robinhood fees are low. The math finally works for micropayments.
Smart routing layer. Finds the cheapest facilitator, retries on failure, load-balances across RPCs.
White-label Verge for your platform. Your brand, your fee structure, our infrastructure.
Comprehensive tools for managing your x402 infrastructure
Contract upgrades are as simple as changing an API endpoint. Update your payment address, keep everything else the same.
// Your existing integration paymentMiddleware ( "0xverge" , { path: "/api/data" price: "$0.01" });
// 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.
Stripe takes 2.9% + $0.30. That breaks at <$1 per call. We don’t.
| vs. | verge | stripe | L1/L2 native |
|---|---|---|---|
| Facilitator fee | 0.5% | 2.9% + $0.30 | 0% (you self-host) |
| Settlement | ~400ms | 1–3 days | ~12s |
| Network fee | ~$0.0001 | — | $0.05–2.00 |
| Min transaction | $0.001 | $0.50 | — |
| Currency | USDG, ETH | USD/EUR/… | USDG, ETH |
| Crypto-native | ✓ | — | ✓ |
| Self-host | ✓ | — | ✓ |
Use Verge’s SDK registry to select a settlement rail, then wire a paid endpoint into your application with the framework that already fits.
Robinhood Chain, Ethereum, Base, Arbitrum, Polygon, Solana and Sui are listed in the public SDK catalog.
Five EVM networks plus Solana’s SVM and Sui’s Move-based network.
USDG on the Robinhood flagship rail; USDC across the six additional supported rails.
Use the Verge packages in existing server apps, or integrate against the public HTTP gateway.
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.