You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First x402 facilitator on Ethereum mainnet to use preconfirmations for sub-second USDC settlement.
The Problem
AI agents need to pay for APIs, compute, and data in real-time. Traditional Ethereum payments are too slow (12+ seconds for finality). Existing x402 facilitators only work on Base and Solana, leaving agents unable to access Ethereum's $100B+ in stablecoins and DeFi liquidity.
The Solution
Feature
Value
Sub-second settlement
~1.2s end-to-end via FastRPC preconfirmations (vs 12+ seconds)
Zero gas for agents
Agents only need USDC — no ETH required, gas fully sponsored
Mainnet liquidity
Access Ethereum's largest stablecoin issuance
x402 compatible
Drop-in replacement for Base/Solana facilitators
EIP-3009
Gasless transferWithAuthorization signatures
Live API
https://facilitator.primev.xyz
Endpoint
Description
POST /settle
Verify + settle payment via FastRPC preconfirmation
import{withX402}from"@x402/axios";constclient=withX402(axios,{ walletClient });constresponse=awaitclient.get("https://api.example.com/paid-endpoint");// Payment signed and settled automatically on 402 response
Note: x402.watch currently only lists facilitators on Base, Polygon, and Solana. Ethereum mainnet support has been requested — once added, this facilitator will be listed as "Primev – Ethereum Mainnet with Preconfs" at https://facilitator.primev.xyz.