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. Boomerang
  2. Deposit Satoshi Test

Deposit Confirmation

PreviousWhy Satoshi Test?NextWithdrawal

Last updated 1 year ago

BTCOracle waits for 2 block confirmation from validity gadget before confirming the deposit in the user's address. Refer to Chaintip Attestation.

message MsgConfirmBtcDeposit {
  string reserveAddress         = 1;
  uint64 depositAmount          = 2;
  uint64 height                 = 3;
  string hash                   = 4;
  string twilightDepositAddress = 5;
  string oracleAddress          = 7;
🪃
Chaintip Attestation