BuyCover Log

The BuyCover log tracks insurance cover purchases within the protocol. It is emitted whenever a strategy acquires protection for its positions through supported insurance providers.

Data Structure

The BuyCover log contains the following data:

  • strategyId (uint16): Identifier for the strategy purchasing cover

  • period (string): The duration of the coverage period

  • amount (string): The amount of coverage purchased

  • coverId (string): Unique identifier for the coverage policy

Notes

  • This log serves as an internal record of cover purchases

  • The actual proof of insurance is provided as an NFT by the insurance provider

  • Insurance contracts emit their own events for on-chain verification

  • The log helps our system track and manage coverage across strategies

Usage

The log enables:

  • Internal tracking of active coverage

  • System-level coverage management

  • Integration with strategy management tools

Last updated