Dexter Facilitator
MAINNET

Optimism x402 Payments

Full x402 v2 support for Optimism Mainnet. Settle payments on the foundation of the Superchain.

Optimism MainnetNetwork
Endpoint onlineFacilitator
$0Dexter fee

Optimism Integration

Use the public Dexter endpoint with the network value shown in the working server example.

https://x402.dexter.cashEndpoint online
npm i @dexterai/x402
import { createX402Server } from '@dexterai/x402/server';

const server = createX402Server({
  payTo: 'YourOptimismAddress',
  network: 'eip155:10',
  facilitatorUrl: 'https://x402.dexter.cash',
});

const requirements = await server.buildRequirements({
  amountAtomic: '30000',
  resourceUrl: '/api/paid-endpoint',
});

res.setHeader('PAYMENT-REQUIRED', server.encodeRequirements(requirements));
res.status(402).end();

What Optimism Supports

Exact Scheme (EIP-3009)

Fixed-price payments via transferWithAuthorization. Upto scheme coming when the x402 Foundation deploys the proxy.

Superchain Settlement

Positioned at the center of the emerging multi-chain OP ecosystem.

Gas-Free for Buyers

Dexter sponsors ETH fees, buyers only need USDC.

Same API Surface

All supported networks use the same API, so one integration works everywhere.