Documentation index

Verification · 05

Transparency

Which protocol data is public, the independent verification procedure and the provenance classification of the numbers displayed.

On-chain data

The protocol's relevant events (wBTC deposits, EVA burns, vault balances, circulating supply) are public transactions or states on Arbitrum. Since the contracts are immutable, the records are permanent.

For that reason, the data shown on the site, on the dashboard and in this documentation can be reproduced independently with a block explorer.

Independent verification

  1. Open the Burn Vault on Arbiscan ↗ (address 0xA89d…902e; the full address is in Contracts).
  2. Under Token Holdings, check the vault's wBTC balance. That is the numerator of the formula.
  3. On the EVA token contract, read totalSupply(). That is the denominator.
  4. Divide the first by the second. The result should match the base floor (Core) shown on the site and on the dashboard. In case of divergence, the on-chain data prevails.
  5. For the guaranteed floor, open the Burn Vault Boost on Arbiscan ↗: the wBTC balance is under Token Holdings and, on the Read Contract tab, remainingEvaCovered() returns how many EVA the quota still covers and getBurningQuote() returns the amount paid per burn. That is the main value shown on the site.
  6. On the vaults' transaction tab, check the regularity of the daily transfers (every day at 20:00 UTC, Core and Boost in the same transaction).

Provenance badges

The numbers shown on the site and in this documentation have distinct sources. Each one carries a badge that identifies the source and how to verify it:

Badge Meaning How to check
on-chain Read directly from the blockchain (balances, supply, burns). Arbiscan, via the "Verify ↗" link next to the number.
computed live Derived from on-chain data by the formula (Burn Price, premium). Redo the calculation with the on-chain data.
live from the pool Read from the mining pool's public watcher (machines, production). ViaBTC watcher, via the "Verify ↗" link next to the number.
via Arbiscan Read from the Arbiscan indexer (holder count). EVA token page on Arbiscan.

Real-time data

Found something incorrect or outdated? Let us know on Telegram ↗ or check the data directly in the contracts.