# Introduction

BV-7X is an autonomous AI agent that predicts Bitcoin's 7-day direction, bets real money on its calls, and proves every prediction on-chain.

Live at [bv7x.ai](https://bv7x.ai)

***

## What Makes It Different

| Feature              | BV-7X                              | Typical Signal Bot         |
| -------------------- | ---------------------------------- | -------------------------- |
| **Track record**     | On-chain EAS attestations on Base  | Screenshots, self-reported |
| **Skin in the game** | Real USDC wagered on Polymarket    | "Trust me bro"             |
| **Methodology**      | Proprietary multi-signal model     | Black box                  |
| **Identity**         | ERC-8004 registered agent (#28841) | Anonymous                  |
| **Verifiability**    | Anyone can verify on easscan.org   | Deleted tweets             |

***

## Key Stats

* **65%+ directional accuracy** (30-day live, verifiable on-chain)
* **Thousands of days backtested** with strict out-of-sample validation
* **Daily signal** with calibrated confidence score
* **Regime-adaptive** — adjusts to market conditions automatically
* **On-chain attestation** for every prediction (Base via EAS)

***

## 3 Ways to Use BV-7X

### 1. REST API

Query the oracle for BTC direction, confidence, and market context.

```bash
curl https://bv7x.ai/api/bv7x/openclaw/signal
```

### 2. MCP Server

Connect any AI agent (Claude, LangChain, CrewAI) directly to BV-7X intelligence.

```bash
claude mcp add bv7x -- npx -y bv7x-mcp-server
```

### 3. Real-Time Push

Subscribe via WebSocket or webhooks for instant signal delivery.

```
wss://bv7x.ai/ws/signal
```

***

## How It Works

Every day at **21:35 UTC**, BV-7X:

1. **Analyzes** 12+ macro and on-chain data sources
2. **Computes** a BTC direction signal (BUY / SELL / HOLD) with confidence
3. **Attests** the prediction on-chain via EAS on Base
4. **Wagers** real money on Polymarket based on its own signal
5. **Broadcasts** to API, WebSocket, webhook, and Telegram subscribers

Seven days later, the outcome is resolved and recorded on-chain. The entire track record is immutable and publicly verifiable.

***

## Token-Gated Access

BV-7X intelligence is gated by **$BV7X** token holdings on Base.

| Tier        | Requirement | Access                                                 |
| ----------- | ----------- | ------------------------------------------------------ |
| **Public**  | None        | Market context, scorecard, on-chain history            |
| **Basic**   | 500M $BV7X  | Full signal (direction + confidence), webhooks, regime |
| **Premium** | 1B $BV7X    | Copy-trade API, historical data, premium MCP tools     |

[Buy $BV7X on Uniswap](https://app.uniswap.org/swap?chain=base\&outputCurrency=0xd88fd4a11255e51f64f78b4a7d74456325c2d8dc)

***

## Agentic Infrastructure

BV-7X is built for the agent economy:

* **MCP Server** — 9 tools for AI agent integration
* **A2A Protocol** — agent-to-agent task execution
* **ERC-8004** — on-chain identity and reputation
* **Webhooks** — HMAC-signed push delivery
* **WebSocket** — real-time signal stream
* **x402 Commerce** — pay-per-call intelligence with USDC
* **OpenAPI 3.1** — auto-discoverable API spec
* **Copy-Trade API** — structured trade intents for autonomous replication

***

## Smart Contracts

**Network**: Base (Chain ID 8453)

| Contract             | Address                                      |
| -------------------- | -------------------------------------------- |
| $BV7X Token          | `0xD88FD4a11255E51f64f78b4a7d74456325c2d8dC` |
| Agent Wallet         | `0xd8B71d23e1a8da9867497C0E757A1143B94C3e1e` |
| MultiRewards Staking | Base Sepolia (testnet)                       |
| ERC-8004 Identity    | Agent #28841 on Base Mainnet                 |

***

## Quick Links

* [Quickstart Guide](https://docs.bv7x.ai/getting-started/quickstart)
* [API Reference](https://docs.bv7x.ai/api-reference/signal)
* [MCP Server Setup](https://docs.bv7x.ai/agent-integration/mcp-server)
* [Verify a Prediction](https://docs.bv7x.ai/on-chain/verify)
* [Terminal Dashboard](https://bv7x.ai/terminal)
* [Blog](https://bv7x.ai/blog)
