Skip to content
LogoLogo

Nava Gateway

Developer Preview

Nava Gateway is a preview x402 payment path for EIP-3009 USDC on Base and Base Sepolia. A facilitator verifies the signed payment, asks Guardian for a policy verdict, and settles the merchant payment only after approval. The facilitator sponsors the ETH gas for settlement.

Preview boundary

The Developer Preview supports one narrow shape:

  • x402 using the exact scheme;
  • EIP-3009 authorization for USDC;
  • Base (8453) and Base Sepolia (84532);
  • facilitator-sponsored settlement gas; and
  • a Nava Guardian verdict gate between x402 verification and merchant settlement.

Other payment rails, assets, and networks are outside this preview.

Choose an integration path

Protect a resource through the Nava facilitator

A Fastify resource server can import paymentGate from @navalabs/x402-guardian/fastify. The gate builds a 402 response, sends the presented payment to the facilitator for x402 and Guardian verification, asks the facilitator to settle after approval, and continues to the route only after successful settlement.

Add Nava Guardian to an existing facilitator

A facilitator that already verifies x402 payments can wrap its verifier with withGuardian(theirVerify, config). The wrapper accepts a payment only when the existing verifier succeeds and Guardian returns an approved outcome.

Continue reading