π‘οΈ Insurance Fund
The Insurance Fund is a dedicated reserve mechanism designed to protect users in the event of unexpected platform issues or liquidity shortfalls. It accumulates a portion of every user withdrawal and holds it in a separate contract that can only be accessed by BNBEternity's smart contract β not by any admin or external wallet.
This fund serves as a safety net, increasing transparency and trust within the ecosystem. The mechanism is fully on-chain, with all activity visible through BscScan.
6% of each withdrawal is sent to the InsuranceFund contract
Can only be accessed by BNBEternity for emergency recovery
View balance using
getInsuranceInfo()
functionInsurance fund distribution is performed every 30 days
After distribution,
totalCollected
resets to 0 andtotalDistributed
is updated
Last updated