๐Ÿงช 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.

๐Ÿ“„ Live Example

See our own agent registration as a reference:

๐Ÿ“„ agent-registration.json โ†’