# Premium Plans

Solmate is free to use with generous limits. Premium plans increase those limits for power users and larger communities.

## Plans & Pricing

| Feature             | Free | Plus    | Pro     | Community |
| ------------------- | ---- | ------- | ------- | --------- |
| **Price (monthly)** | $0   | $15/mo  | $30/mo  | $50/mo    |
| **Price (yearly)**  | $0   | $150/yr | $300/yr | $500/yr   |
| Wallet Trackers     | 5    | 50      | 150     | 300       |
| Collection Trackers | 2    | 20      | 20      | 20        |
| Verification Roles  | 2    | 20      | 20      | 30        |
| Voice Counters      | 2    | 20      | 20      | 30        |
| Static Variables    | 1    | 10      | 10      | 10        |
| Snapshots           | 0    | 5       | 10      | 50        |

{% hint style="info" %}
**Custom plans** are available for large communities. Create a support ticket in the [Solmate Discord](https://discord.gg/solmate) to discuss your needs.
{% endhint %}

## How to Subscribe

1. Go to the web dashboard: [solmatebot.com/manage](https://solmatebot.com/manage)
2. Log in with Discord
3. Select the server you want premium for
4. Click the **Plans** tab
5. Choose between **Monthly** or **Yearly** billing
6. Click **Upgrade** on the plan you want
7. Complete the payment through Stripe

<figure><img src="https://solmatebot.com/docs/placeholder-premium-plans-page.png" alt=""><figcaption><p>The Plans tab on the web dashboard</p></figcaption></figure>

## Managing Your Subscription

* View your current plan and expiry date on the **Plans** tab
* Click **Manage Subscription** to open the Stripe billing portal
* You can update your payment method, switch plans, or cancel from there
* When you cancel, your premium features remain active until the end of the billing period

{% hint style="warning" %}
Premium is **per server**. If you want premium on multiple servers, you need a separate subscription for each.
{% 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/getting-started/premium-plans.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.
