$VERGEonPump.fun
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 USDC. Your endpoint now speaks x402.

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

const app = express();

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

Agent Commerce

When AI agents need data, compute, or tools — they pay with USDC on Solana. No API keys. No billing dashboards. Just HTTP 402 and a wallet.

Universal x402 standard

Any HTTP client can pay. Any HTTP server can charge. Zero vendor lock-in.

AI-to-AI transactions

Agents autonomously discover, negotiate, and pay for API access without human intervention.

Non-custodial wallets

Agents hold their own keys. Payments are direct on-chain transfers, not IOUs.

Revenue sharing

Facilitator fee is 0.5%. Self-host for 0%. Open source, MIT licensed.

solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402
solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402
solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402
solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402solana x402

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.

USDC payouts

Rewards are paid in USDC 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

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

Batched

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

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 USDC 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 USDC per call
  recipient: WALLET,
  network: "solana-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. Solana fees are $0.0001. 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.

Building with the best in Solana.

Verge integrates with the top Solana infrastructure providers.

Solana Foundation
Circle
Helius
x402.org
Jito Labs
Jupiter

Want to integrate with Verge?

Join the x402 Initiative →

Developer Portal

Comprehensive tools for managing your x402 infrastructure

Real-time overview of your x402 endpoints

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 USDC
→ 7Aa3…q9Px on Solana

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 USDC settlement on Solana
  • Nonce-signed challenges, replay-safe
  • Express, Hono, Fastify SDKs
  • Self-host with BYO Solana 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 @verge/facilitator yourself
  • BYO Solana RPC (Helius / Triton)
  • 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
CurrencyUSDC, SOLUSD/EUR/…USDC, ETH
Crypto-native
Self-host

Other chains are too slow or too expensive.

x402 is interesting on every chain. It’s only useful on Solana.

400ms
Solana block time

Fast enough that a 402 → pay → retry round-trip feels synchronous.

$0.0001
Average tx fee

Stripe's network fee on a $0.001 call would be infinite. Solana's is zero.

65k TPS
Network capacity

Spawn 10,000 agent micropayments per second without queueing.

1 RPC
BYO infrastructure

Plug in Helius, Triton, or run your own validator. No Verge lock-in.

The first 100 endpoints go free for 6 months.

We’re onboarding 100 builders before mainnet launch. No facilitator fee on your first 1M requests. No contract.

▸ no spam · 1 email per release