Dexter
Dexter
Docs

Avalanche

Chain page
Avalanche
Avalanche

EVM settlement on Avalanche through the Dexter facilitator.

Avalanche is part of Dexter's production EVM settlement footprint, using the same facilitator flow as Base and other EVM chains.

Current Support

NetworkIdentifierStatus
Avalanche C-Chaineip155:43114Production

Settlement Model

On Avalanche, the facilitator validates the EIP-3009 transferWithAuthorization against the payment requirements — same as Base. Recipient, token, amount, and timing are all checked before settlement.

What Integrators Should Validate

  1. The route uses the correct Avalanche network identifier (eip155:43114)
  2. The payment asset and recipient match the expected requirements
  3. The facilitator accepts the payload and settles successfully

Validating Support

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

On this page