Add true402 facilitator#960
Conversation
Adds true402 to the facilitator allowlist
true402 (https://true402.dev) is a no-KYC x402 facilitator settling USDC on Base. Registers its settlement relayer (0x0Be1a164…) so on-chain activity is indexed, and exports/links the entry in index.ts + lists/all.ts. Cleaned the initial true402.ts to match the existing facilitator formatting. Validated: facilitators types:check (validateUniqueFacilitators), eslint (--max-warnings 0), and prettier all pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Someone is attempting to deploy a commit to the Merit Systems Team on Vercel. A member of the Team first needs to authorize it. |
|
Friendly nudge 🙏 — this adds the true402 facilitator to the allowlist (mergeable, CI green). true402 is live on Base mainnet at https://true402.dev with real x402 settlement across ~13 stalls (token safety, DeFi signals, web tools, LLM). Happy to provide any extra metadata or adjust the entry — thanks for considering it! |
|
Friendly follow-up 🙏 — worth flagging that the x402 Foundation is sunsetting its ecosystem page (x402-foundation/x402#2770) and now explicitly redirects projects to community directories, x402scan first among them. That makes this allowlist add more load-bearing for discovery. The PR is small (adds the true402 facilitator), mergeable, CI green. true402 is live on Base mainnet at https://true402.dev with real x402 settlement across ~13 stalls. Happy to rebase if anything drifted — thanks for maintaining this. |
# Conflicts: # packages/external/facilitators/src/lists/all.ts
|
Rebased onto latest |
|
Final follow-up on this one 🙏 — since the last rebase: true402 now has real external buyers settling on-chain (through the OpenFacilitator relayer you already index), and the stack this facilitator serves has grown — MCP server in the official MCP registry, an ElizaOS plugin in the elizaOS registry, 17 live stalls. The PR is still small and mergeable. If community facilitator additions aren't something you're taking right now, just say the word and I'll close this — certainty is useful either way. Thanks! |
Adds true402 (true402.dev) to the facilitator list.
true402 is a no-KYC x402 facilitator that settles USDC on Base. This registers its settlement relayer (
0x0Be1a164E2354875E001bb7Fa4cf9f6d6F0a6Fa6) so its on-chain x402 activity is indexed.facilitators/true402.ts, exported fromfacilitators/index.tsand added tolists/all.ts.types:check(validateUniqueFacilitators),eslint --max-warnings 0, andprettier --checkall pass.Note: the README's contributor step references
pnpm check:facilitators, which isn't an actual script (and its code example uses an olderChain/token/syncStartDateshape) — I ran the real equivalents on the facilitators package instead.