Bitcoin Reserve Address

Fixed Address

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 this page.

  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.

Last updated