@402lane/facilitator
v0.1.3
Published
The x402 verify/settle service for Robinhood Chain (USDG, chain 4663) — part of [402LANE](https://www.402lane.com).
Readme
@402lane/facilitator
The x402 verify/settle service for Robinhood Chain (USDG, chain 4663) — part of 402LANE.
Verifies EIP-3009 payment authorizations and broadcasts
transferWithAuthorization on-chain. The buyer signs, the seller is paid
directly, and the facilitator never custodies funds — it only fronts sub-cent
USDG gas.
import { createFacilitatorApp } from "@402lane/facilitator";
const { app } = createFacilitatorApp({ privateKey: process.env.402LANE_PRIVATE_KEY });
app.listen(4022);
// POST /verify · POST /settle · GET /status · GET /stats · GET /events (SSE)GET /status reports settlement counts and wallet float read live from the
chain. A hosted instance runs at https://www.402lane.com/facilitator.
See the docs. MIT.
