๐งช Alpha Experiment โ Building towards EIP-8004 (Trustless Agents). Currently manual whitelisting, preparing for permissionless on-chain registration.
๐ ๏ธ Can We Build An Open AI Payment Infrastructure Together?
Join as an early provider and help shape the protocol.
๐
Direct payments after whitelisting
๐ ๏ธ
Your infrastructure, your keys
๐
Transparent on Optimism L2
๐ก What Your API Needs To Do
We support two service types. Your API receives requests and interacts with our smart contracts. No authentication needed โ the system is prepaid.
๐ผ๏ธ Image Generation
Request:
{ "prompt": "...", "tokenId": 42 }Response:
{ "image_url": "...", "tx": "0x..." }โ Updates NFT metadata on-chain
๐ฌ Chat / LLM
Request:
{ "message": "...", "address": "0x..." }Response:
{ "response": "...", "leaf": "0x..." }โ Deducts from user balance
๐ฐ How The Payment Flow Works
1
User Pays
ETH โ Smart Contract
2
Frontend Calls You
POST to your API
3
You Update Token
Write to contract
๐ฐ
ETH โ Your Wallet
Direct payment
Key insight: Payment happens BEFORE your API is called. You only need to do the work and update the token. No payment handling required on your side.
๐ Get Started: Register Your Service
Generate your registration JSON and open a GitHub issue to request whitelisting.