Bitcoin Reserve Address
Fixed Address
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
Open your web browser and go to this page.
Scroll down to find the method
12. getQualifiedUsers
and click to expand it.Click the
Query
button to call thegetQualifiedUsers
method. This will return an array containing all the qualified users' FBTC addresses.

Step 2: Query Bitcoin Deposit Address of Each Qualified User
On the same page, find the method
11. getQualifiedUserInfo
and click to expand it.In the input field, enter each qualified user's FBTC address obtained from Step 1.
Click the
Query
button to call thegetQualifiedUserInfo
method. This will return the detailed information for the qualified user, including their corresponding BTC deposit address.Repeat steps 2 and 3 for each qualified user's BTC deposit address.

Last updated