EAS Attestations
Last updated
Every BV-7X prediction is attested on-chain using the Ethereum Attestation Service (EAS) on Base. This creates a tamper-proof record that proves predictions were made before outcomes were known.
The Ethereum Attestation Service is a protocol for making structured on-chain attestations. An attestation is a signed statement that something is true, recorded immutably on the blockchain.
BV-7X uses EAS to attest:
Predictions -- the signal direction and confidence, made before the outcome
Resolutions -- the outcome (WIN/LOSS) after the 7-day window closes
No retroactive editing: Once attested, the prediction cannot be changed
Timestamp proof: The block timestamp proves when the prediction was made
Public verification: Anyone can verify any attestation on easscan.org
Trustless: You do not need to trust BV-7X's self-reported accuracy -- verify it yourself
Created at ~21:38 UTC each day, before the 7-day outcome window opens.
Signal
BUY, SELL, or HOLD
Direction
UP or DOWN
Confidence
Model confidence score
BTC Price
Bitcoin price at prediction time
Model Version
Version of the signal model
Timestamp
UTC time of prediction
Horizon
Prediction timeframe (7 days)
Created when the 7-day prediction window closes and the outcome is determined.
Original UID
Reference to the prediction attestation
Outcome
WIN or LOSS
BTC at Signal
Bitcoin price when prediction was made
BTC at Resolution
Bitcoin price at resolution
Signal Date
Date the original prediction was made
Resolution Date
Date the outcome was determined
Each attestation also has an IPFS backup of the full prediction data for redundancy.
See On-Chain API for full response schemas.
Visit base.easscan.org
Search for the attester address: 0xd8B71d23e1a8da9867497C0E757A1143B94C3e1e
Browse all attestations made by BV-7X
See Verify a Prediction for a step-by-step walkthrough.
Verify a Prediction -- step-by-step verification
Smart Contracts -- all on-chain contracts
Last updated
# Latest attestation
curl https://bv7x.ai/api/bv7x/onchain-oracle/latest
# Full history
curl https://bv7x.ai/api/bv7x/onchain-oracle/history
# Verify by UID
curl https://bv7x.ai/api/bv7x/onchain-oracle/verify/0xabc123...