LogoLogo
  • 🪙Introduction
    • Overview
  • 🔩System Components
    • Architecture
    • Custodial Addresses
    • Onchain Smart Contracts
      • FBTC Bridge
      • FBTC Minter
      • FBTC Token
      • Fee Model
    • Offchain Service
  • 💡Ecosystem
    • Locked FBTC Token
      • Locked FBTC Protocols Information
  • 🔐Security
    • Roles
    • Contract Permission
    • Bitcoin Reserve Address
    • Risk Management
      • Pausing
      • Upgradability
      • Custody
  • 👉PROOF OF RESERVE
    • Proof of Reserve
    • FBTC-BTC Price Feed
  • 🛠️Developers
    • Smart Contracts
  • 🪬More
    • FAQs
    • Audit Reports
Powered by GitBook
On this page
  • Fixed Address
  • Dynamic Address
  1. Security

Bitcoin Reserve Address

PreviousContract PermissionNextRisk Management

Last updated 8 months ago

Fixed Address

Address
Information

bc1q7jgulg69frc8zuzy0ng8d5208kae7t0twyfjwm

bc1q6c3c0t3zvnphce37ufr4yz9veaqvew2wg0shwr

3HjNJWcn2ayFLikzmKRaFtcbLufYChQo3T

374vhN24WryvNWUUZR2uDAnL4oNP5EW4qR

Dynamic Address

The Bitcoin deopsit address of each qualified user is a dynamic address. These addresses can be queried through the contract as follows.

Step 1 : Query FBTC Address of Each Qualified User

  1. Open your web browser and go to .

  2. Scroll down to find the method 12. getQualifiedUsers and click to expand it.

  3. Click the Query button to call the getQualifiedUsers method. This will return an array containing all the qualified users' FBTC addresses.

Step 2: Query Bitcoin Deposit Address of Each Qualified User

  1. On the same page, find the method 11. getQualifiedUserInfo and click to expand it.

  2. In the input field, enter each qualified user's FBTC address obtained from Step 1.

  3. Click the Query button to call the getQualifiedUserInfo method. This will return the detailed information for the qualified user, including their corresponding BTC deposit address.

  4. Repeat steps 2 and 3 for each qualified user's BTC deposit address.

🔐
https://mempool.space/address/bc1q7jgulg69frc8zuzy0ng8d5208kae7t0twyfjwm
https://mempool.space/address/bc1q6c3c0t3zvnphce37ufr4yz9veaqvew2wg0shwr
https://mempool.space/address/3HjNJWcn2ayFLikzmKRaFtcbLufYChQo3T
https://mempool.space/address/374vhN24WryvNWUUZR2uDAnL4oNP5EW4qR
this page