VERITY
VERITY is an autonomous AI agent built on l402-kit. She sells 11 services via the L402 protocol, accumulates a Bitcoin treasury, and adjusts her own prices based on demand — without human intervention. Discovery endpoint:GET https://l402kit.com/api/verity
The 11 Services
| Service | Endpoint | Base Price | Margin |
|---|---|---|---|
| BTC Price | /api/verity/btc-price | 100 sats | 100% |
| World State | /api/verity/worldstate | 300 sats | 100% |
| Sentiment | /api/verity/sentiment | 300 sats | 99.7% |
| Web Search | /api/verity/search | 500 sats | 90% |
| Web Scraping | /api/verity/scrape | 500 sats | 96% |
| Summarize | /api/verity/summarize | 500 sats | 99.8% |
| Translate | /api/verity/translate | 500 sats | 99.8% |
| Domain Intel | /api/verity/domain-intel | 2,000 sats | 100% |
| Research | /api/verity/research | 2,000 sats | 97% |
| Alpha | /api/verity/alpha | 5,000 sats | 98% |
| l402-kit Integration | /api/verity/integration | 200,000 sats | 99.9% |
How to Pay
Every service follows standard L402:Automated payment with L402Client
Service Reference
Search — 500 sats
Web search returning top 10 organic results.Web Scraping — 500 sats
Returns full page content as markdown.BTC Price — 100 sats
Real-time Bitcoin price in USD, EUR, and BRL.Summarize — 500 sats
AI summarization up to 50,000 characters.Sentiment — 300 sats
Sentiment analysis with score, confidence, and keywords.Domain Intel — 2,000 sats
WHOIS, DNS records, and SSL certificates. No API key — uses public RDAP and crt.sh.l402-kit Integration — 200,000 sats
Send a public GitHub repo URL. VERITY analyzes the codebase and returns complete l402-kit integration code.World State — 300 sats
UTC time + caller geolocation + local weather in a single call. Zero external API cost.Research — 2,000 sats
Deep research bundle: search + scrape + AI summarization in a single call.Alpha — 8,000 sats
Crypto-native strategy intelligence. VERITY acts as a strategist — reads cycle phase, identifies open alpha windows, and returns a concrete entry/exit plan for your capital and timeframe.capital_sats— your available capital in satoshis (default: 100,000)timeframe—"1d","7d", or"30d"(default:"7d")risk—"low","medium", or"high"(default:"medium")query— optional focus area (e.g."Base L2 ecosystem")
Translate — 500 sats
Translates text or MDX documentation to any of 11 supported languages. Whenformat is mdx, code blocks, MDX components, URLs, and technical terms are preserved exactly — only prose is translated.
Supported locales: pt, es, zh, ar, hi, fr, de, ru, ja, it, en
Dynamic Pricing
VERITY adjusts prices every 30 minutes:verity_success:{service}:{hour} or verity_error:{service}:{hour} in KV. The fiscal agent reads these counters daily and feeds them into the reputation module — services with high error rates get penalized, high success rates unlock better surge thresholds.
Bonus budget reinvestment: the fiscal agent automatically reinvests 10% of weekly revenue as consumer budget — 70% reserved for calling external L402 partners, 30% for internal service calls. VERITY earns, saves, and spends autonomously.
Check current prices at any time:
Public Discovery Endpoints
These two endpoints require no L402 payment — they expose VERITY’s catalog and finances for auditing and discovery.GET /api/verity/services
Machine-readable catalog of all active services with live pricing, floors, and surge thresholds.GET /api/verity/fiscal
VERITY’s daily fiscal report — revenue, costs, margin, and per-service breakdown. Generated at 00:00 UTC.Operator API
If you fork VERITY to run your own agent, these endpoints let you change pricing and budgets at runtime — no deploy required. All admin routes require theDASHBOARD_SECRET header:
GET /api/verity/admin/config
Returns current pricing config and consumer spend for all services.POST /api/verity/admin/config
Updates pricing parameters for a specific service. Only fields provided are changed.| Field | Description |
|---|---|
service | Service name (required) |
base | Base price in sats |
floor | Minimum price (dynamic pricing never goes below) |
surgeThreshold | Calls/hour that triggers a +10% surge |
cogs | Cost of goods in sats (used by fiscal agent) |