# Wallet

## Accessing Your Wallet

1. Tap on the ![](/files/zYx2Xo8CFIfFWE5pNFSy) wallet icon on the upper right.
   1. Solana and Ethereum wallets are created for every new account on SnapX.
   2. You may opt to connect your Binance wallet to SnapX through ![](/files/a5pb5sWULrbFpLkHX6xG) My Page.
2. Once you're in your wallet, you will land on the "Assets" tab by default. This as an overview of all the cryptocurrencies you hold within SnapX, plus your Binance wallet if you have connected it.
3. You will find your Total Balance at the top. This is the combined value of all your crypto holdings converted into USD.
4. You will also see the daily change in your wallet's total value, which helps you track how your assets are performing.

### Sending Cryptocurrency

1. Tap on the "Send" button.
2. Under the "Send" tab, you'll need to select the Network of the cryptocurrency you want to send (i.e. Solana, Ethereum).
3. Choose the specific token that you want to send.
4. Enter the receiving wallet address or scan its QR code.

   ⚠️ NOTE: Make sure that you have the correct wallet address. Sending crypto to the wrong address is irreversible.
5. Enter the amount of the chosen cryptocurrency you want to send.
6. Once you've confirmed all the details, tap the "Send" button.
7. After the transaction is successfully processed on the network, you'll receive a notification on SnapX. You can also find the details of this transaction in your Wallet History.

### Receiving Cryptocurrency

1. Tap on the "Receive" button.
2. Under the "Receive" tab, select the wallet in which you want to receive crypto (i.e. Solana, Ethereum, Binance).
3. Copy the wallet address and/or the QR code information.

   * Share this information with the person who will be sending you the crypto.
   * If you are sending crypto to yourself from another platform or wallet, you will need to input this receiving address or scan the QR code on that sending platform.

   ⚠️ NOTE: Make sure that you are sharing / inputting the correct wallet address. Sending crypto to the wrong address is irreversible.
4. Once the crypto assets have been successfully sent and confirmed on the network, you will receive a notification on SnapX. The details will also be recorded in your Wallet History.

### Wallet History

Your wallet history is a record of all your crypto transactions within SnapX. Here's how to access it:

1. Tap on the "History" tab.
2. Select the corresponding wallet (i.e. Solana, Ethereum, Binance).
3. On this page, you will find a list of all your deposit (receiving) and withdrawal (sending) transactions, along with details like the date, time, amount, and transaction ID (sometimes called a "hash"). This is a useful place to review your past activity.

## Exporting Your Wallet

1. Go to  ![](/files/a5pb5sWULrbFpLkHX6xG) My Page > "Show Private Key" button.
2. You will receive a Telegram message through the SnapX bot asking you to select which wallet keys you are exporting. Choose your wallet.\
   ![](/files/CsYxMqKzyg9xZappM5Pu)
3. Read and understand the security warning. You should NEVER share your private keys.\
   ![](/files/QATuiJL4l1jvw1CKYuOl)
4. After confirming, your private key will be displayed.
   * NEVER share your private keys and save it in a secure place.
   * Input the private key in your external wallet.\
     ![](/files/9zyMf1vevGHzRvdQExds)

## Importing Your Wallet

1. Go to  ![](/files/a5pb5sWULrbFpLkHX6xG) My Page > "Import Private Key" button.
2. You will receive a Telegram message through the SnapX bot asking you to select which wallet keys you are importing. Choose your wallet.\
   ![](/files/5pkJ8tuDtTCjUxQf2qF1)
3. Respond with the private key of the wallet that you wish to import. Make sure that it is in the correct format.\
   ![](/files/0P6rKAEYfpUtvFcIaDhm)
4. You will receive another message that says "✅ Wallet successfully imported."


---

# 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://snapx-2.gitbook.io/snapx-docs/guides/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.
