Twilight
  • Twilight
  • What is a Twilight Pool?
  • Architecture
  • Validators
    • Testnet Usage Estimates
  • 🪃Boomerang
    • Abstract
    • Motivation
    • Design Properties
    • What is a Bitcoin Fragment?
    • Bitcoin Fragment Address
    • Bitcoin Fragment Sweep
    • Clearing
    • Refund Snapshot
    • Deposit Satoshi Test
      • Why Satoshi Test?
      • Deposit Confirmation
    • Withdrawal
    • Inscription Estimates
  • 🕒Validity Gadget
    • Abstract
    • Motivation
    • Design Properties
    • Chaintip Attestation
Powered by GitBook
On this page
  1. Validity Gadget

Chaintip Attestation

Validators first send the Chaintip attestations received from fork scanner via websocket connection to the BTCOracle.

message MsgSeenBtcChainTip {
  uint64 height = 1;
  string hash = 2;
  string btcOracleAddress = 3;

This message loops till there's 2/3rd attestation available.

PreviousDesign Properties

Last updated 1 year ago

🕒