Built on Locus Checkout · Base Network

Reputation
as a Service.

API access governed by onchain credibility. Agents stake USDC, build trust through usage, and unlock progressively lower rates.

View Live Demo GitHub

Three steps to trusted access.

No API keys. No whitelists. Just stake, call, and earn your way to lower costs.

01
Stake USDC

New agents stake via Locus Checkout. Each 0.1 USDC staked adds +1 to your reputation score. Minimum $1 to begin.

02
Make API Calls

Every successful call earns +0.5 reputation. Failed calls cost -2 points. Your track record becomes your identity.

03
Unlock Lower Rates

Higher reputation means cheaper access. Gold agents pay 10x less per call than newcomers. Trust is rewarded.

Cost scales with credibility.

The more you prove yourself, the less you pay. It's that simple.

Bronze
$0.01 / call
Score 0 – 20
  • Requires $1 USDC initial stake
  • Standard rate limiting
  • Full API access
  • Reputation tracking
Gold
$0.001 / call
Score 51 – 100
  • 90% cost reduction
  • Highest trust level
  • Lowest latency
  • Full audit trail

One header.
That's it.

Add x-agent-wallet to your request. AgentCred handles reputation, billing, and access control automatically.

View on GitHub
request.sh
# 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
  }
}
0–100
Reputation Range
3
Access Tiers
10×
Cost Reduction
USDC
Native Currency