# Telegram Premium

## Free vs Premium

| Feature                | Free          | Premium |
| ---------------------- | ------------- | ------- |
| Wallet trackers        | 2             | 50      |
| Track any wallet       | No (own only) | Yes     |
| Empty wallet tracking  | No            | Yes     |
| Priority notifications | No            | Yes     |
| Bot instance switching | No            | Yes     |

## Pricing

* **Monthly:** EUR 9.99/month
* **Yearly:** EUR 99.99/year (save \~17%)

## How to Subscribe

1. Type `/start` and tap the **Premium** button
2. Tap **Buy Premium**
3. Complete the payment through Stripe (card payment)
4. Your premium features activate immediately

<figure><img src="https://solmatebot.com/docs/placeholder-telegram-premium.png" alt=""><figcaption><p>Telegram premium subscription options</p></figcaption></figure>

## Managing Your Subscription

* Tap **Premium** from the main menu to see your subscription status and expiry date
* Tap **Manage** to open the Stripe billing portal where you can:
  * Update payment method
  * Cancel subscription
  * View invoices

## Bot Instance Switching

Premium users can switch between different bot instances for better performance:

* **@SolmateTelegramBot** — default instance
* **@SolmatePremiumBot** — premium instance 1
* **@SolmatePremiumTwoBot** — premium instance 2

Use `/switch` to change instances. Your trackers and settings carry over.

{% hint style="info" %}
Switching instances can help if you're experiencing delays due to high traffic on the default bot.
{% endhint %}


---

# 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.solmatebot.com/telegram-bot/telegram-premium.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.
