Skip to main content
Glama
Shamanah

AgentLedger AI Dossier

by Shamanah
README.md
# AgentLedger AI Dossier

AI-synthesized 3-bullet DeFi risk dossier for any Base wallet. Built specifically for MEV and arbitrage bots to vet counterparties instantly via x402 micropayments.

## 🚀 Live Endpoint
`GET https://agentledger-vendor.shamanah88.workers.dev/ai/dossier/{address}`

## 💰 Pricing
**$0.10 USDC** per query on Base (Network: `eip155:8453`).
Settlement is handled natively via the HTTP 402 (x402) protocol. No API keys required. Payment is authentication.

## 🧠 What it Returns
Instead of forcing your agent to parse complex raw hex data from Aave or ERC-1967 proxy slots, this API:
1. Reads the raw on-chain data (Liquidity, Aave Health Factor, Smart Contract status).
2. Passes it through an elite LLM (Llama 3.3 70B).
3. Returns a concise, brutal, 3-bullet-point executive summary of the counterparty risk.

## 📄 Machine Readability
- **llms.txt:** `https://agentledger-vendor.shamanah88.workers.dev/llms.txt`
- **MCP/OpenAPI Schema:** `https://agentledger-vendor.shamanah88.workers.dev/mcp.json`
- **x402 Discovery:** `https://agentledger-vendor.shamanah88.workers.dev/.well-known/x402.json`

## 🛠 Built With
- Cloudflare Workers (Edge Compute)
- Coinbase CDP Facilitator (x402 Settlement)
- Groq (Ultra-fast LLM Inference)