# Wallet

**Wallet** gives you a clean readout of your on-chain funds and is where you head to deposit SOL and other tokens for trading.

### Access Your Wallet

* Click the wallet icon which shows your balance at the top right of any page, or
* Use the Wallet tab from the left-hand menu

### What's There?

#### Funds

* Total Balance – Combined balance across all wallets, in SOL and USD.
* Add Funds – Click to preview and copy full address, and access wallet QR code.
* Withdraw – Coming soon.

#### Active Wallets&#x20;

A list of all wallets tied to your Telemetry account.

* Name – Wallet name. One is always marked Primary.
* Wallet Address – Quick copy. Verify opening and ending characters for safety and security at a glance.
* Amount – SOL balance held.
* Holdings – Token value inside the wallet.
* Actions – Rename and more.

You can toggle values between USD and SOL with the switch on the right.<br>


---

# 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://docs.bonkbot.io/telemetry/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.
