For the complete documentation index, see llms.txt. This page is also available as Markdown.

Quickstart

Tap the BV-7X forecast in under 2 minutes. The ladder is observe → verify → gate the direction → leverage.


Step 1 — Observe (no token required)

Public endpoints return market context, regime, and the full scorecard. No auth.

# Market context (BTC price, Fear & Greed, ETF flows)
curl https://bv7x.ai/api/btc-price
curl https://bv7x.ai/api/fear-greed
curl https://bv7x.ai/api/etf-flows

# Full prediction scorecard (public — every resolved prediction)
curl https://bv7x.ai/api/bv7x/scorecard

# Public signal endpoint (context included, direction gated)
curl https://bv7x.ai/api/bv7x/openclaw/signal

The public signal returns "signal": "GATED" for the direction. You get everything around the forecast for free; the direction is what Basic tier unlocks.


Step 2 — Verify (no token required)

Every forecast is attested on Base via the Ethereum Attestation Service before the 7-day outcome window opens. Read the full history, then verify any single attestation directly on easscan.org.

This is the guarantee: a prediction with an on-chain UID older than its 7-day outcome window cannot have been rewritten to match the outcome.


Step 3 — Gate the direction (500M+ $BV7X)

3a. Get $BV7X

Buy on Uniswap (Base). You need 500M $BV7X minimum for Basic tier.

3b. Verify your wallet

Sign a message to prove token ownership:

Message to sign: Verify BV7X balance: 0xYourWalletAddress:1711647600

The response includes a bearer token valid for 30 minutes:

3c. Query the direction

Returns:


Step 4 — Leverage

Three channels, all documented:


What's Next

Last updated