API access governed by onchain credibility. Agents stake USDC, build trust through usage, and unlock progressively lower rates.
No API keys. No whitelists. Just stake, call, and earn your way to lower costs.
New agents stake via Locus Checkout. Each 0.1 USDC staked adds +1 to your reputation score. Minimum $1 to begin.
Every successful call earns +0.5 reputation. Failed calls cost -2 points. Your track record becomes your identity.
Higher reputation means cheaper access. Gold agents pay 10x less per call than newcomers. Trust is rewarded.
The more you prove yourself, the less you pay. It's that simple.
Add x-agent-wallet to your request. AgentCred handles reputation, billing, and access control automatically.
# Your agent makes a call curl -X POST https://api.agentcred.xyz/v1/generate \ -H "x-agent-wallet: 0xYourWallet" \ -H "Content-Type: application/json" \ -d '{"prompt": "hello"}' # Response includes reputation metadata { "data": { ... }, "agentcred": { "reputation": 42, "tier": "Silver", "cost_deducted": 0.005, "balance_remaining": 3.45 } }