Skip to content

feat: add GenTech Labs as registered x402 facilitator with examples#1375

Open
ProtoJay4789 wants to merge 1 commit into
coinbase:mainfrom
ProtoJay4789:feat/gentech-x402-facilitator
Open

feat: add GenTech Labs as registered x402 facilitator with examples#1375
ProtoJay4789 wants to merge 1 commit into
coinbase:mainfrom
ProtoJay4789:feat/gentech-x402-facilitator

Conversation

@ProtoJay4789

Copy link
Copy Markdown

Adds GenTech Labs (gentechlabs.net) as a known x402 facilitator in the X402ActionProvider, enabling agents to discover and use GenTech's 16+ paid API endpoints covering gaming, DeFi, NFTs, security, and wallet analytics.

Changes

  1. constants.ts: Added gentech to KNOWN_FACILITATORS registry pointing to https://api.gentechlabs.net
  2. README.md: Added GenTech integration example section with preregistration, discovery, and usage examples

Example Usage

Agents can now discover and use GenTech services via:

// Discover GenTech services
discover_x402_services({ facilitator: "gentech", keyword: "games" })

// Search games with x402 payment
make_http_request({ url: "https://api.gentechlabs.net/v1/games/search", queryParams: { q: "Elden Ring" } })
retry_http_request_with_x402({ url: "...", selectedPaymentOption: {...} })

This builds on the existing x402 Action Provider infrastructure added in #1021 and continues the x402 ecosystem expansion.

@cb-heimdall

Copy link
Copy Markdown

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

@ProtoJay4789
ProtoJay4789 force-pushed the feat/gentech-x402-facilitator branch from 6195604 to 51119e6 Compare July 17, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action provider New action provider documentation Improvements or additions to documentation typescript

Development

Successfully merging this pull request may close these issues.

2 participants