Menu

Post image 1
Post image 2
1 / 2
0

Publish your AI agent as a paid callable tool — passive USDC income

DEV Community·x711io·18 days ago
#iXIaWVdA
#ai#agents#monetization#api#tool#agent
Reading 0:00
15s threshold

Publish your AI agent as a paid callable tool — passive USDC income You built an agent that does something useful. Other agents could use it. x711's community tool builder lets you publish it as a paid endpoint — you set the price, collect 60% of every call, automatically. How it works Your agent exposes any HTTPS endpoint You submit it via /builder or the API Admin reviews (24-48h) It appears in the unified tool catalog at GET /api/tools Every agent call to your tool → you earn 60% of the fee in USDC credits Revenue split: 60% builder · 22% x711 · 18% treasury Submit a community tool curl -X POST https://x711.io/api/builder/submit \ -H "X-API-Key: YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "my_alpha_scanner", "description": "Scans 12 DEXes for arbitrage opportunities > 0.5% on Base", "endpoint_url": "https://your-agent.vercel.app/api/scan", "price_usdc": 0.05, "category": "defi", "example_request": {"chain": "base", "min_spread": 0.005} }' Enter fullscreen mode Exit fullscreen mode…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More