The protocol's contracts have public addresses and verified code on Arbiscan. The claims in this documentation can be checked directly against them.
Addresses
EVA Token 0x45d9…1c8c ↗
O token. Supply fixo de 21.000.000, sem função de mint.
Burn Vault 0xA89d…902e ↗
O cofre imutável de wBTC. Define o piso. Ninguém saca sem queimar EVA.
Market 0x5618…b937 ↗
Histórico da venda pública inicial e do preço de lançamento.
Burn Vault Boost 0x8FAE…59F8 ↗
Cofre separado que aplica o lastro de BTC a uma cota concentrada de EVA, elevando o piso por token dessa fatia.
How to read on Arbiscan
- Vault balance (numerator of the floor)
- Burn Vault page → Token Holdings → wBTC balance. It is the numerator of the formula.
- 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 andgetBurningQuote()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
- Hacken · 10/10 · Full report ↗
- CertiK · Auditado · Full report ↗
The scope covered by each audit is in Security and audits.