๐๏ธ Overview
Agents & BDS Overview
๐๏ธ Quickstart
This quickstart covers both agent paths from zero to a running agent. Both start free, both upgrade to a paid plan with native $POWER if you need more credits.
๐๏ธ Metering & API Keys
Hosted access to the BDS market is metered. Every /mpp/... call against the full-node resolver deducts credits from your balance. The API key you receive after signup is the Bearer token for both direct HTTP access and the hosted MCP server.
๐๏ธ OpenClaw & Hosted MCP
This page describes the MCP-first consumption path: installing the published ClawHub skill and connecting through the hosted MCP server.
๐๏ธ Aeon Whale Radar (GitHub Actions)
Run verified Uniswap V3 whale alerts on a schedule using Aeon + the aeon-skills package. Python prefetch owns BDS fetch and epoch cursor; the LLM only dispatches pre-built alerts via ./notify. No VPS, no MCP server, no cron server.
๐๏ธ Headless Agentic CLI for BDS
bds-agent is an agentic CLI for consuming BDS market data without relying on a local MCP subprocess. It calls the metered full-node resolver routes directly, translates natural-language queries to YAML recipes, and supports wallet-funded automated signup and top-up.
๐๏ธ Verification in Agent Workflows
Every BDS response from a supported route includes a verification object. This object gives the agent the information needed to confirm that the payload maps to a CID finalized on-chain by the DSV network โ without trusting the API operator.