How to Verify Your Account Balance on Binance | Binance Support (2024)

Binance is committed to ensuring each user has complete transparency on the safety and security of their assets. You can now use zk-SNARKs and Merkle Tree to accurately verify Binance’s

Proof of Reserves and your account balance.

How to verify your account balance using zk-SNARKs and Merkle Tree?

1. Visit the official GitHub website and download the verifier tool from the repository.

Verifier Tool VersionPOR Verification Cycle
1.0.2Nov 1, 2023 to Current
1.0.1Mar 1, 2023 to Oct 1, 2023
1.0.0Feb 1, 2023 to Feb 1, 2023
Merkle Tree VerificationNov 22, 2022 to Dec 22, 2022

2. Go to Binance.com and log in to your account. Click [Profile] - [Wallet] - [Verification]. Then, click the arrow to expand the verification data.

How to Verify Your Account Balance on Binance | Binance Support (1)

3. Look for self-verifying Merkle Tree entries and make sure that the [Verification Type] is “Merkle Tree + Zksnarks”. You will see the data for your account. Click [Download Merkle Tree] to save it to your computer.

Please note that the report is a snapshot and not a display of real-time assets. It may not match your current asset count.

How to Verify Your Account Balance on Binance | Binance Support (2)

4. Go to the verifier tool folder. To verify the root hash, run “./verifier_darwin_amd64” on MacOS, “./verifier_linux_amd64” on Linux, or “./verifier_windows_amd64.exe” on Windows.

Prerequisite:

Set up “config.json”,“proof.csv” and “zkpor864.vk.save” within the zip file and place them in the “PathToVerifierTool/config” folder.

Configuration:

  • Set up the “ProofTable” to refer to the zk-SNARKs proof data file generated by the proofer;
  • Set up the “ZkKeyName” to point to the verifying key downloaded within the package;
  • “CexAssetInfo'' refers to the total customer balance of all the tokens listed within Binance (including all verifiable and non-verifiable assets). It can be verified using the listed zk-SNARKs proof. You may cross-check with the verifiable asset at Binance’s Proof of Reserves. All balances and prices are 10^8 except for BTTC, SHIB, LUNC, XEC, WIN, BIDR, SPELL, HOT, and DOGE (10^2).
How to Verify Your Account Balance on Binance | Binance Support (3)
How to Verify Your Account Balance on Binance | Binance Support (4)

5. To verify your account information, use “./verifier_darwin_amd64 -user” on MacOS or “./verifier_linux_amd64 -user” on Linux, “./verifier_windows_amd64.exe -user” on Windows.

Prerequisite:

Download/Set up “user_config.json”. It is specifically generated based on a user’s account data during the snapshot. You can find it in the zip file you downloaded. Place it in the “PathToVerifierTool/config” folder.

How to Verify Your Account Balance on Binance | Binance Support (5)

Configuration:

  • “AccountIndex”: Location of the Merkle Leaf within the Merkle Tree;
  • “AccountIdHash” - “Record ID”: Identify each user’s account within Binance. You can find the information for your account on the [Verification] page.
  • “TotalEquity”: The total value of the user’s holding (in USD); Values is in 10^16
  • “TotalDebt”: The total value of the user’s borrowing (in USD); Values is in 10^16
  • “Assets”: The user’s assets in the snapshot. You can refer to the assets equivalent to the indexes within the asset template list download in step 2 (refer to the “Asset_List.csv” to identify the token by the index). Asset balances are 10^8 except for BTTC, SHIB, LUNC, XEC, WIN, BIDR, SPELL, HOT, and DOGE (10^2);
  • “Root”: Merkle root hash of the verification exercise. It is used to check the user’s information with Merkle path information from the same root hashes.
  • “Proof”: The Merkle path that belongs to the user.
How to Verify Your Account Balance on Binance | Binance Support (6)
How to Verify Your Account Balance on Binance | Binance Support (7)

For more information on how zk-SNARKs works, please refer to:

If you have any suggestions, you can submit your feedback here.

I'm an expert in blockchain technology, cryptographic protocols, and financial security, with a proven track record of understanding and explaining complex concepts in the field. My expertise stems from hands-on experience and in-depth research on topics related to cryptocurrency platforms and their security measures. Now, let's delve into the details of the article you've provided.

The article discusses Binance's commitment to transparency and security for its users by implementing zk-SNARKs (zero-knowledge succinct non-interactive arguments of knowledge) and Merkle Tree for accurate verification of Proof of Reserves and account balances.

1. zk-SNARKs and Merkle Tree:

  • zk-SNARKs (Zero-Knowledge Succinct Non-Interactive Arguments of Knowledge):

    • These cryptographic proofs allow Binance to prove possession of certain information without revealing that information. It ensures privacy while maintaining the integrity of the verification process.
    • The article suggests using zk-SNARKs to enhance Binance's Proof of Reserves System, providing a secure and private way to verify the authenticity of asset holdings.
  • Merkle Tree:

    • A data structure used for efficiently verifying large sets of data. In this context, it helps in proving the integrity of the user's account balance data.
    • Users are instructed to download the Merkle Tree from Binance's official website and use it in conjunction with zk-SNARKs for verification.

2. Verification Process:

  • Verifier Tool:

    • Users are directed to the official GitHub repository to download the Verifier Tool. The article specifies different versions corresponding to different verification cycles.
    • The tool is utilized to verify the Merkle root hash, ensuring the integrity of the data.
  • POR Verification Cycle:

    • Outlines different versions of the verification tool and the corresponding time frames for verification.
  • Merkle Tree Verification:

    • Provides a time frame for Merkle Tree verification and instructions on how to download and use it for personal verification.
  • Account Verification on Binance:

    • Users are guided to log in to their Binance accounts, access the verification section, and download the Merkle Tree data for their accounts.

3. Configuration and Usage:

  • Setup of Verifier Tool:

    • Users need to set up configuration files, including "config.json," "proof.csv," and "zkpor864.vk.save" within the Verifier Tool folder.
  • CexAssetInfo:

    • Refers to the total customer balance of all tokens on Binance, including both verifiable and non-verifiable assets. It is cross-verified using zk-SNARKs proof.
  • User Verification:

    • Users are instructed to verify their account information using the Verifier Tool and a user-specific configuration file.

4. Additional Information:

  • The article provides information on specific parameters such as "TotalEquity," "TotalDebt," "Assets," "Root," and "Proof" within the user configuration file used for verification.

5. Further Reading:

  • The article suggests further reading on how zk-SNARKs improve Binance’s Proof-of-Reserves system and provides a link for more information on zk-SNARKs.

In conclusion, Binance is employing advanced cryptographic techniques like zk-SNARKs and Merkle Trees to enhance the transparency and security of user assets, providing a detailed step-by-step guide for users to independently verify their account balances. The implementation of these technologies showcases Binance's commitment to maintaining a secure and transparent financial ecosystem for its users.

How to Verify Your Account Balance on Binance | Binance Support (2024)

FAQs

How to Verify Your Account Balance on Binance | Binance Support? ›

Go to Binance.com and log in to your account. Click [Profile] - [Wallet] - [Verification]. Then, click the arrow to expand the verification data.

How long does it take to verify bank account on Binance? ›

It can take anywhere from a few minutes to a few days for Binance to verify an account. Additional verification information or documentation may be required if initial information is insufficient.

Why can't I verify my identity on Binance? ›

Any documentation that you submit must be fully up-to-date. Expired documents and documents that are not fully visible corner-to-corner are considered invalid and will be rejected by the system. If you are having trouble uploading your ID; Please ensure proper lighting while taking your selfie and ID photos.

How do I verify my Binance account in USA? ›

Otherwise, open the Binance.US app and tap the Verify Identity button at the top of the screen. 2. Enter the last four digits of your Social Security Number (SSN). Your SSN is required by federal law, and all your personal data is securely stored.

What documents do I need to verify my Binance account? ›

Provide identity verification: To complete the verification process, you will need to provide a government-issued ID document, such as a passport or driver's license. Follow the instructions on the verification page to upload a clear and legible image of your ID document.

How do I access my Binance funds? ›

Log In to Your Binance Account: Start by logging in to your Binance account using your registered email address and password. Access the Wallet Section: Once you're logged in, you'll be on the Binance dashboard. Look for the "Wallet" icon located in the top navigation bar. Click on it to access your wallet details.

How do I email Binance support? ›

Email: inquiries@binance.us.

Is it safe to verify on Binance? ›

Binance verification is a must-do step for everyone using Binance. It's about making sure you are who you say you are by asking for some documents. This helps keep everything safe and follows the rules.

Can I use Binance without verification? ›

Can I buy on Binance without verification? No, All users are needed to verify their accounts in order to access Binance products and service offerings, including cryptocurrency purchase, trades and withdrawals.

Why is Binance asking me to verify again? ›

To enhance account security and secure your assets, Binance may require you to complete additional identity verification procedures for specific fiat services. Additional verification will be triggered when you start using the fiat service on Binance. You will be asked to resubmit your ID verification.

Why can't i login to my Binance support account? ›

If you're unable to login to your account, it may be due to the following reasons: You entered an incorrect email address. You entered an incorrect password. You failed to access or enter the code from the Two-Factor Authentication (2FA) method you set.

How do I update my identity verification Binance? ›

Log in to your Binance account and go to the [Identity Verification Update] page. Select the reason for the update and read the declaration carefully.

Do I need to verify myself on Binance? ›

Binance requires all new users to complete identity verification in order to access its products and services.

How do I activate my Binance account? ›

How to Unlock My Binance Account?
  1. Log in to your Binance account and you'll see the below pop-up. ...
  2. Read the notes carefully before clicking [Reactivate Account].
  3. Complete security verification and click [Submit].
  4. You'll be redirected to the Reactivate Account page to answer some questions about your account.
Jul 19, 2020

Top Articles
Latest Posts
Article information

Author: Clemencia Bogisich Ret

Last Updated:

Views: 6264

Rating: 5 / 5 (60 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Clemencia Bogisich Ret

Birthday: 2001-07-17

Address: Suite 794 53887 Geri Spring, West Cristentown, KY 54855

Phone: +5934435460663

Job: Central Hospitality Director

Hobby: Yoga, Electronics, Rafting, Lockpicking, Inline skating, Puzzles, scrapbook

Introduction: My name is Clemencia Bogisich Ret, I am a super, outstanding, graceful, friendly, vast, comfortable, agreeable person who loves writing and wants to share my knowledge and understanding with you.