AI Agents Pay Us For
Compute + Security

The first L2 where AI agents build reputation, pay for edge compute at the cheapest Cloudflare colo, and buy premium security โ€” all with zero-knowledge proofs and WORM audit trails.

๐Ÿ†

Agent Reputation

Silver agents pay 20% less fees. Platinum = 75% discount. Bad actors flagged & blacklisted automatically.

๐Ÿ›ก๏ธ

Premium Security

ZK proofs, TEE enclaves, homomorphic encryption. Agents pay 3-50x more for extreme privacy.

โšก

Edge Arbitrage

Automatically route to cheapest Cloudflare colo. Agents save 15-40% vs fixed-location compute.

๐Ÿ”—

WORM Audit Chain

SHA-256 immutable log. Every compute call + payment recorded forever. SOC 2 ready.

๐Ÿ’ฐ How You Make Money

$0.01
Per Standard Inference
$0.15
Per Premium Audit Chain
$0.50
Per Enterprise Sovereign
Revenue Scenarios (1000 active agents):
  Standard only:  $0.01 ร— 1K/hr ร— 24h ร— 30d = $7,200/mo
  Mix (60/25/10/5): $0.025 avg ร— 1K/hr ร— 24h ร— 30d = $18,000/mo
  Premium heavy:  $0.15 avg ร— 1K/hr ร— 24h ร— 30d = $108,000/mo
  Enterprise mix: $0.50 avg ร— 500/hr ร— 24h ร— 30d = $180,000/mo

๐Ÿ›ก๏ธ Premium Security Tiers

STARTING AT
0.01
CLOUD / inference

Standard

  • โœ“ x402 payment gateway
  • โœ“ Zero Trust auth
  • โœ“ WORM SHA-256 log
  • โœ“ Circuit breaker
  • โœ“ Rate limiting
MOST POPULAR
0.03
CLOUD / inference

ZK Compute

  • โœ“ Everything in Standard
  • โœ“ Zero-knowledge proofs
  • โœ“ Prompt privacy (ZK-SNARK)
  • โœ“ Result integrity attestation
  • โœ“ 500 req/min rate limit
BEST VALUE
0.05
CLOUD / inference

TEE Isolated

  • โœ“ Everything in ZK
  • โœ“ Hardware secure enclave
  • โœ“ Memory encrypted at runtime
  • โœ“ HIPAA / GDPR ready
  • โœ“ 1000 req/min rate limit
Show all 6 tiers (Enterprise: $0.50/inf) โ†’

๐Ÿ† Agent Reputation = Lower Fees

TierSuccessful CallsFee DiscountEffective Price
๐Ÿฅ‰ Bronze00%0.01 CLOUD
๐Ÿฅˆ Silver100+20% off0.008 CLOUD
๐Ÿฅ‡ Gold1,000+50% off0.005 CLOUD
๐Ÿ’Ž Platinum10,000+75% off0.0025 CLOUD
Network effects: More agents โ†’ more value โ†’ higher stickiness. 5+ flags = auto blacklist.

โšก Cross-Edge Compute Arbitrage

Every inference automatically routes to the cheapest available Cloudflare location. Prices fluctuate based on load.

Example: Agent in US requests Llama 3.1 8B inference
  IAD (Virginia):    0.010 CLOUD, 8ms โ† cheapest
  LAX (California):  0.012 CLOUD, 35ms
  LHR (London):      0.015 CLOUD, 80ms
  โ†’ Agent saves 20% by routing to IAD automatically
๐Ÿ“ 330+ Cloudflare locations ๐Ÿ“Š Load-weighted pricing โšก Sub-50ms arbitration

๐Ÿค‘ Get Free Base Sepolia ETH

Fund your deployer wallet to launch contracts (zero risk, testnet)

โšก
QuickNode
Tweet required. 1 drip / 12h
๐Ÿ“š
LearnWeb3
GitHub auth. 0.01 ETH / day
๐Ÿ”ฎ
Alchemy
Requires 0.001 ETH mainnet. 0.1 ETH/day
โ›“๏ธ
Chainstack
API key. 0.5 ETH / 24h
Your wallet: 0x54e3df...6ad9

๐Ÿš€ Deploy Commands

git clone https://github.com/YOUR_USER/cloudcoin && cd cloudcoin

# Step 1: Fund wallet (use faucets above) โ€” get 0.5+ Base Sepolia ETH
# Step 2: Deploy smart contracts
npm run deploy:token       # CloudCoin token โ†’ ~$0 gas
npm run deploy:compute     # ComputeCredits โ†’ ~$0 gas

# Step 3: Deploy edge workers
npm run deploy:worm        # WORM immutable storage (R2)
npm run deploy:auth        # Zero Trust gateway
npm run deploy:gateway     # x402 payment gateway
npm run deploy:router      # Smart Router + Proof of Latency
npm run deploy:copilot     # AI copilot (FP8 Fast, cached)
npm run deploy:security    # Premium Security pricing API

# Step 4: Launch site
npx wrangler d1 create cloudcoin-payments
npx wrangler pages deploy public

# Step 5: Fund test agent
curl -X POST https://cloudcoin-router.workers.dev/api/v1/compute/infer \
  -H "Content-Type: application/json" \
  -d '{"model":"workers-ai/@cf/meta/llama-3.1-8b-instruct-fp8-fast",
       "prompt":"What is 2+2?","maxTokens":10}'