# Wallet

By clicking on the round button in je bottom-right corner, you can open your wallet. Here you will see an overview of all the financial information concerning your account.

![Wallet tab  top part](/files/pckCc1fwf5YrPMEloNED) ![Wallet tab bottom part](/files/Gv5HOEukHlZcTIghzyY2)

In the top part of the wallet, you'll find:

* Wallet Balance
* Referral earnings
* Incoming earnings
* Withdrawn amount

The bottom-part is for connecting your web3 wallet

## Connecting External wallet

By connecting your web3 wallet you'll be able to withdraw and deposit funds. At the moment we're only supporting the Binance Smart Chain. Check this article to add BSC to your wallet (<https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain>) Just click on the "Connect Wallet" button and a pop-up shows with the connection options.

![Connect your web3 wallet](/files/XKdUgZdAUAu64uqIGxAF)

Here you can choose between the Metamask browser extension and WalletConnect. (<https://walletconnect.com/>) WalletConnect provides you with a QR-code which you can scan with supporting mobile-wallets.

![WalletConnect QR-code](/files/liYtl67xF2rILjsCTfC7)

Supporting wallets are:

* Metamask (<https://metamask.io/>)
* TrustWallet (<https://trustwallet.com/>)
* Rainbow Wallet (<https://rainbow.me/>)
* Pillar (<https://www.pillar.fi/>)

## Withdraw

You can withdraw your funds anytime of the day. However, the minimum withdraw amount is 50 USD.

Just make sure your external wallet is connected and fill in the amount you wish to withdraw. Next click on withdraw and confirm in the popup.

Your funds will be transferred to you in BUSD. To add BUSD to your Metamask wallet click on 'Add token' and copy-paste the BUSD token contract address: 0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56

## Disconnect

To disconnect your external wallet click on the "Disconnect" button. In case you used the Metamask browser extension, you should disconnect it from your Metamask wallet.

![Disconnect Metamask](/files/VWX3MIJnf1qlz8q1FwyQ)

Open your Metamask wallet and click on "Connected", find the connection, click the three dots and click on disconnect.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://chirpley.gitbook.io/docs/wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
