Menu

Explorer & Settings

Tempo Explorer Submit Project
Back to all projects
X

x402-dev-facilitator

by delta003 · Updated Aug 7, 2025

Development x402 facilitator that works with Tenderly Virtual Networks.

0
Stars
0
Forks
Go
Language
Jun 7, 2025
Created

In the AI payments ecosystem

x402-dev-facilitator is an early-stage Go project in the AI payments / x402 ecosystem. It currently has 0 GitHub stars and 0 forks.

README.md View on GitHub →

x402-dev-facilitator

Run the x402 facilitator on a custom network.

Built to be used with Tenderly's virtual networks - using testnets sucks!.

To run the facilitator, use go run main.go and set the environment variables in the .env file. Example server can be run with go run examples/server/server.go. Example client can be run with go run examples/client.go or uv run examples/client.py.

https://github.com/delta003/x402-dev-facilitator/pull/1 extends the x402 protocol with verifiable receipt as an acceptable X-PAYMENT header. This means the client can settle payments, through a facilitator or not, while the server can use a facilitator to abstract blockchain interaction when validating a receipt. This extension will likely be replaced with https://github.com/coinbase/x402/issues/277.

NOTE: This was built to understand x402 and is heavily AI-generated. Do not use any of it in production.

All Go libraries →