The protocol’s contracts have public addresses and verified code on Arbiscan. The claims in this documentation can be checked directly against them.
Addresses
Address verification
Scams with fake contracts exist. Before interacting, confirm the full address on Arbiscan (via the link above) and compare it with the one published in the official channels. Do not interact with addresses received by private message.
How to read on Arbiscan
- Vault balance (numerator of the floor): Burn Vault page → Token Holdings → wBTC balance. It is the numerator of the Definition.
- Circulating supply (denominator): EVA Token page → Read Contract → totalSupply(). Burned tokens have already left this number.
- Guaranteed floor (Boost): Burn Vault Boost page → Read Contract: remainingEvaCovered() returns the remaining quota and getBurningQuote() returns the floor paid per burn.
- Daily deposits: Burn Vault page (or the Boost’s) → Token Transfers tab: one transfer per day, at 20:00 UTC, arriving at both vaults in the same transaction.
- Burn history: EVA Token page → Transfers filtered to the zero address (0x000…000): each row is a permanent burn.
- The contract code: Contract tab with the green "verified" badge: the published source code matches the bytecode on the chain. Reading the functions makes it possible to confirm there is no withdrawal without burning.
Audit reports
The scope covered by each audit is in Security and audits.