HyperAGI Docs
  • Welcome to MOSS Network
    • Hyperdust Protocol
    • How MOSS Network Works
      • AnyTrust: Revolutionizing Blockchain Infrastructure
        • Reducing Costs through Trust Assumptions
        • Keysets for Flexibility
        • Data Availability Certificates (DACerts)
        • Dual Data Posting Mechanisms
        • Data Availability Servers (DAS)
        • Sequencer-Committee Interaction
    • $HYPT
      • Bridge
      • Claim the Vesting
    • HyperNode
    • HyperNode Key
      • Price
      • Reward Rules 1.0
      • Pool
        • Node Pool Reward Rules
        • Staking Node Pool Levels and Rewards
      • Deploy HyperNode
        • Deploy AI Inference Node
    • Node Mining
      • 🔵Run a Hyper Inference Node
        • Linux
          • Installing Linux remote connection tools
        • Activate Your HyperNode
        • Update the node program
      • 🟡Cloud GPU Computing Service
        • Activate Your Cloud HyperNode
      • Claim Node Mining Rewards
      • Withdraw mining collateral
    • Hyper UBAI Key
      • Price
      • Reward Rules 1.0
      • Pool
        • Agent Pool Reward Rules
        • Staking Agent Pool Levels and Rewards
    • Agent Mining
      • Hyper Pod
      • Mobile App
      • Claim Agent Mining Rewards
    • HyperPod
    • Hypergraph
    • Smart Contracts
    • Hyperdust Foundation
Powered by GitBook
On this page
  1. Welcome to MOSS Network
  2. How MOSS Network Works
  3. AnyTrust: Revolutionizing Blockchain Infrastructure

Data Availability Certificates (DACerts)

A fundamental concept within AnyTrust is the Data Availability Certificate (DACert). A DACert encompasses the hash of a data block, an expiration time, and proof that N-1 Committee members have signed the (hash, expiration time) pair. This proof includes the hash of the Keyset used for signing, a bitmap indicating which Committee members signed, and a BLS aggregated signature over the BLS12-381 curve, attesting to the signatories.

Due to the 2-of-N trust assumption, a DACert serves as evidence that a block's data will be accessible from at least one honest Committee member until the specified expiration time. This trust assumption underpins the reliability and security of data availability within the AnyTrust framework.

PreviousKeysets for FlexibilityNextDual Data Posting Mechanisms