# tell.pawr.link x402 service gateway on Base. Pay-per-call API access via USDC. ## Live today - Raw paid API endpoint catalog: https://tell.pawr.link/ — all services, prices, cacheTTL, parameters, cachePolicy - Tell CLI install: curl -fsSL https://tell.pawr.link/tell-install.sh | bash - First checks: tell doctor --json; tell list --json; tell show signals/checkr-radar --json - No-pay probe: tell call signals/checkr-radar --method POST --json '{"symbols":["AERO"],"limit":1}' --max-price 0.15 --no-pay - No-spend public watchdog from the repo: npm run smoke:public:no-pay - Cache: HIT repeats inside TTL are free; MISS pays for fresh data. Check X-Cache header. ## Workflow signals - Checkr Radar Signal — POST /signals/checkr-radar ($0.15) - Narrative Conviction Signal v0 — POST /signals/narrative-conviction ($0.75) - Dynamic endpoint batch — POST /batch (request-priced) Workflow signals are decision-support artifacts, not financial advice. They do not place trades, sign transactions, or submit swaps. ## Discovery - Skill (Markdown): https://tell.pawr.link/skill.md - OpenAPI: https://tell.pawr.link/openapi.json - Design system (Google DESIGN.md): https://tell.pawr.link/DESIGN.md - Design tokens (DTCG): https://tell.pawr.link/tokens.json - Tailwind theme export: https://tell.pawr.link/tailwind.theme.json - CLI shell installer: curl -fsSL https://tell.pawr.link/tell-install.sh | bash - CLI binary: https://tell.pawr.link/tell - Legacy compatibility: https://tell.pawr.link/x402p and https://tell.pawr.link/x402p-install.sh remain supported - Health: https://tell.pawr.link/health - Stats: https://tell.pawr.link/stats — revenue, hit rates, savings per service; may require bearer auth - Snapshot: https://tell.pawr.link/snapshot — compact live stats (totals, per-service hit rates) - Activity: https://tell.pawr.link/activity — recent calls with cache HIT/MISS and latency