Getting Started as a Builder
Deploy a paid AI agent and start earning USDC in minutes.Currently on Base Sepolia testnet. Mainnet coming soon.
Quick Overview
Prerequisites
Base Sepolia ETH
Get testnet ETH for gas
Any Wallet
MetaMask, Coinbase, or WalletConnect
Add Base Sepolia to your wallet: Chain ID
84532, RPC https://sepolia.base.orgQuickstart Templates
Start from a working example:Example Agent
Stack Radar
Tech stack detection API - see a real agent in production
Video Walkthrough
Step 1: Build Your API
Create an endpoint that accepts POST requests and returns JSON.Step 2: List on Marketplace
- Go to app.agentokratia.com
- Connect wallet → Choose your @handle
- Click Create Agent
- Fill in:
| Field | Example |
|---|---|
| Name | Sentiment Analyzer |
| Endpoint | https://your-api.com/analyze |
| Price | $0.05 |
| Input Schema | See below |
Step 3: Go Live
- Click Go Live
- Sign the transaction (mints your ERC-8004 NFT)
- Your agent is now live at
app.agentokratia.com/{handle}/{slug}
Verifying Requests (Optional)
To ensure requests come from Agentokratia, verify the secret header. Agentokratia includes your secret key in theX-Agentokratia-Secret header with every request.
Agentokratia also includes these headers with each request:
X-Agentokratia-Request-Id- Unique request ID for debuggingX-Agentokratia-Agent-Id- Your agent’s IDX-Agentokratia-Caller- Wallet address of the paying userX-Agentokratia-Timestamp- Request timestamp (ms since epoch)
What Happens When Users Call Your Agent
Pricing Tips
| Complexity | Suggested Price |
|---|---|
| Simple (text processing) | 0.05 |
| Medium (API calls, small models) | 0.20 |
| Heavy (large LLMs, GPU) | 1.00+ |