# Bundles, Tax's & Wallets

| ✍️ Command                      | 🤝 Usage                  | ✅ Example          |
| ------------------------------- | ------------------------- | ------------------ |
| [/tax](#tax-collection-checker) | `/tax {CA}`               | `/tax 0x123...`    |
| [/wallet](#wallet-overviews)    | `/wallet {address}`       | `/wallet EMsuS...` |
| [/bundle](#bundle-checker)      | `/bundle {CA}`            | `/bundle pumpC...` |
| [/calc](#currency-calculator)   | `/calc {ticker} {amount}` | `/calc bnb 123`    |

### 💰<mark style="color:yellow;">Tax Collection Checker</mark>

Provides a real-time breakdown of total received, withdrawn, and held assets, including receiving wallet information.

| ✍️ Example formats | 📝 Notes                                       |
| ------------------ | ---------------------------------------------- |
| `/tax 0x123...`    | *with full CA, (compatible on ETH chain only)* |

<figure><img src="https://1611348472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqMKS0dGn4sVen32EvFxR%2Fuploads%2F39mBwOCuMtWAOvZqOFLL%2Fgb-tax-600.png?alt=media&#x26;token=02233461-2f2f-4a4a-8810-57f2f7209650" alt=""><figcaption></figcaption></figure>

### 💳 <mark style="color:yellow;">Wallet Overviews</mark>

Easily check wallet balances. And there’s more coming - streamlined & simplified wallet data is on the way!

| ✍️ Example formats | 📝 Notes                                       |
| ------------------ | ---------------------------------------------- |
| `/tax 0x123...`    | *with full CA, (compatible on ETH chain only)* |

### 🎯 <mark style="color:yellow;">Bundle Checker</mark>

Works across all chains, with bundle detection and clear insights into holding vs. selling activity.

| ✍️ Example formats | 📝 Notes                     |
| ------------------ | ---------------------------- |
| `/bundle pumpC...` | *with full CA, (all chains)* |

### 💰 <mark style="color:yellow;">Currency Calculator</mark>&#x20;

Convert tokens with real-time pricing in multiple currencies, for rapid token valuations. Compatible with all tickers. &#x20;

| ✍️ Example formats | 📝 Notes                  |
| ------------------ | ------------------------- |
| `/calc bnb 123`    | *command, ticker, amount* |
| `/calc pump 123`   | *command, ticker, amount* |
| `/calc sol 123`    | *command, ticker, amount* |

<figure><img src="https://1611348472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqMKS0dGn4sVen32EvFxR%2Fuploads%2FEN8pSJ355c3Bo56g5BvB%2FCalc%20-%20Docs.png?alt=media&#x26;token=949cc649-9016-4257-ab78-6f3caa9e8480" alt=""><figcaption></figcaption></figure>


---

# 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.monstalabs.io/core-features/bundles-taxs-and-wallets.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.
