Dexter
Dexter
Docs

Optimism

EVM chain
Optimism
Optimism

Optimism is part of Dexter's production EVM settlement footprint. Same facilitator, same API shape — use it when your users or treasury already live on Optimism.

Network ID

NetworkCAIP-2 identifierStatus
Optimismeip155:10Production

Token Details

PropertyValue
USDC contract0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85
EIP-712 token nameUSD Coin
Native gas tokenETH
Decimals6

Settlement Model

Same EVM settlement path as all other Dexter EVM chains:

  • EIP-3009 transferWithAuthorization (default for USDC)
  • Recipient, token, amount, and timing validation
  • Facilitator submits the transaction and pays gas

Permit2 is also available. The facilitator signals assetTransferMethod: "permit2" in the /supported response, enabling payments with any ERC-20 token. The one-time Permit2 approval costs the payer a small amount of ETH (~$0.001). After that, every Permit2 payment is gasless. The facilitator can relay the approval via the erc20ApprovalGasSponsoring extension.

There is no Optimism-specific settlement logic. The API shape is identical to Base, Polygon, Arbitrum, and Avalanche.

Best Fit

  • merchants already living on Optimism
  • teams expanding a multi-chain EVM x402 deployment
  • integrations where buyers are expected to fund from Optimism-side USDC

Quick Support Check

curl -s https://x402.dexter.cash/supported | jq '.kinds[] | select(.network == "eip155:10")'

Validate Before Shipping

  1. Confirm you are using the correct Optimism network identifier (eip155:10).
  2. Confirm the payment asset is USDC (0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85).
  3. Test POST /verify and POST /settle with a real Optimism-targeted payment.

On this page