reserve_vault is the liquidity backbone of CoverFi. It holds funds provided by liquidity providers and accumulated premiums, ensuring there is enough capital to pay out valid claims.
Core Responsibilities
- Capacity Locking: When a position is opened, the reserve vault locks the maximum possible payout capacity for that specific position. This guarantees solvency.
- Capacity Release: If a position expires without a trigger, the locked capacity is released back into the available liquidity pool.
- Claim Disbursal: If a position is successfully claimed, the vault disburses the calculated payout amount to the user.