Menu

Explorer & Settings

Tempo Explorer Submit Project
Back to all projects

consensus-facilitator

by Canister-Software · Updated 38 days ago

Consensus Protocol x402 Facilitator supporting ICP, EVM and SVM micropayments.

In the AI payments ecosystem

consensus-facilitator is an early-stage TypeScript project in the AI payments / x402 ecosystem, focused on api, evm, http, http-server. It currently has 0 GitHub stars and 0 forks, and sits alongside related tools like x402-dart, x402-icp, facilitator, ai-agent-friendly-sdk, x402scan, r402.

README.md View on GitHub →

Consensus Protocol x402 Facilitator

x402 payment facilitator for the Consensus Protocol — verifies and settles micropayments across ICP, EVM (mainnet + Base + testnets), and SVM (mainnet + devnet). The Consensus orchestrator reaches it via FACILITATOR_URL.

Part of the Consensus multi-repo set: consensus · consensus-client · consensus-node · consensus-docs. Architecture & cross-repo contracts: https://docs.consensus.canister.software/protocol/architecture/

Development

npm install
npm run dev     # tsx watch src/index.ts
npm run build   # tsc → dist/
npm start       # node dist/index.js

Production runs under PM2 (ecosystem.config.cjs): npm run pm2:start.

All Facilitators projects →