Skip to main content
Pegana does not have tiers. There is a public free read surface and a small set of agent-targeted paid tools.

Free — public reads

SurfaceLimitWhat you get
REST API300 req/min/IP (soft)All /v1/assets/*, /v1/alerts, /v1/stats, asset history.
WebSocket5 connections/IPSub-second push for every state change.
Embed widgetunlimited<iframe> per asset. ~3 KB HTML, server-rendered 60s cache.
Telegram botunlimited@PeganaWatchBot, custom thresholds, English.
MCP free toolsunlimitedgetAssets, getAssetState, getMethodology.
Free means free. No API key. No signup. MIT licensed code, infrastructure self-funded. Two MCP tools cost USDC per call, settled on-chain via x402 on Solana mainnet:
ToolPriceUse
getAssetHistory$0.001 / callHistorical discount points beyond 24h, 1m / raw bucket.
subscribePegEvents$0.0005 / callReplay state transitions since a timestamp.
Settlement uses Coinbase Developer Platform for the facilitator side and is signed with the wallet you configure in the MCP host. No subscription, no minimum, no top-up — your wallet is debited per call. See MCP paid tools — x402 for the full setup, including how to point your MCP client at a Coinbase CDP wallet.

What is NOT priced

  • Webhook deliveries — free during the dogfood window. Once volume justifies, we will price by event count, not subscription. Always with the free tier preserved for individual / read-only use.
  • Tier names — we will not invent “Pro / Team / Enterprise” tiers. Pricing exists for paid tools; everything else stays free.
  • SLA contracts — none in v1. Status page at pegana.xyz/status. Reach the operator at raffxweb3@gmail.com for production discussions.

Why x402 and not API keys

x402 settles in USDC, on Solana, with the wallet you already trust. There is no new auth surface to manage, no key rotation, no per-vendor portal. Each call is its own payment — perfect fit for agent-issued reads where the agent already has a wallet. If you want API keys for a server-side workflow, open an issue (github.com/lrafasouza/pegana/issues).