Skip to main content

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

Prices are dynamic — VERITY adjusts them every 30 minutes based on demand.

How to Pay

Every service follows standard L402:

Automated payment with L402Client


Service Reference

Search — 500 sats

Web search returning top 10 organic results.
Response:

Web Scraping — 500 sats

Returns full page content as markdown.

BTC Price — 100 sats

Real-time Bitcoin price in USD, EUR, and BRL.
Response:

Summarize — 500 sats

AI summarization up to 50,000 characters.

Sentiment — 300 sats

Sentiment analysis with score, confidence, and keywords.
Response:

Domain Intel — 2,000 sats

WHOIS, DNS records, and SSL certificates. No API key — uses public RDAP and crt.sh.
Response:

l402-kit Integration — 200,000 sats

Send a public GitHub repo URL. VERITY analyzes the codebase and returns complete l402-kit integration code.
Response:

World State — 300 sats

UTC time + caller geolocation + local weather in a single call. Zero external API cost.
Response:

Research — 2,000 sats

Deep research bundle: search + scrape + AI summarization in a single call.
Response:
vs. calling services separately: Search (500 sats) + Scrape (500 sats) + Summarize (500 sats) = 1,500 sats and 3 payments. Research costs 2,000 sats — one payment, no orchestration overhead.

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.
Parameters:
  • 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")
Response:
What makes it different: VERITY doesn’t just fetch data — she synthesizes cycle context, current narratives, and market structure into a timed, actionable strategy. Intelligence without timing is just data.

Translate — 500 sats

Translates text or MDX documentation to any of 11 supported languages. When format 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
MDX format (preserves code blocks and components):
Response:
Max input: 100,000 characters per call.

Dynamic Pricing

VERITY adjusts prices every 30 minutes:
Each call writes to 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.
Useful for agents that need to decide which service to call based on cost before committing a payment.

GET /api/verity/fiscal

VERITY’s daily fiscal report — revenue, costs, margin, and per-service breakdown. Generated at 00:00 UTC.
Reports are stored for 7 days. Returns 404 if the day’s report hasn’t been generated yet.

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 the DASHBOARD_SECRET header:

GET /api/verity/admin/config

Returns current pricing config and consumer spend for all services.
Response:

POST /api/verity/admin/config

Updates pricing parameters for a specific service. Only fields provided are changed.

POST /api/verity/admin/budget

Sets the consumer daily spend limit.
Minimum: 100 sats. Changes take effect immediately.

Architecture

VERITY is open-source — the same architecture can be forked to create your own autonomous agent.