LogoLogo
Visit WebsiteLaunch App
  • Introduction
    • Overview
    • Getting Setup
      • Creating a Wallet
      • Security Practices
  • Product
    • Strategies
      • Conservative Yield V1
      • Balanced Yield V1
      • Advanced Yield V1
    • Nexus Mutual Cover
    • Technical Architecture
      • Technical Overview
      • Security and Authentication
      • Key Components
        • Action Smart Contracts
        • BravaGuard
        • Fee Take Safe Module
        • Smart Safe Account
        • Sequence Executor
        • Logging
          • Balance Update Log
          • BuyCover Log
          • Curve3PoolSwap Log
          • Send and Pull Token Log
    • Fees
    • Audits
  • Resources
    • Contracts
    • Website
    • Glossary
  • Socials
    • X (Twitter)
    • Discord
    • Telegram
Powered by GitBook
On this page
  • Data Structure
  • Notes
  • Usage
  1. Product
  2. Technical Architecture
  3. Key Components
  4. Logging

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

PreviousBalance Update LogNextCurve3PoolSwap Log

Last updated 4 months ago