> For the complete documentation index, see [llms.txt](https://token.metasignals.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://token.metasignals.io/tokenomics/token-utilities/subscription-discounts.md).

# Subscription Discounts

One of the most immediate benefits of staking MSIG tokens is access to **subscription discounts**. By locking tokens in the vote-escrow system, holders can reduce service subscription costs by up to 50%.

**The discount level depends on two factors:**

1. How many tokens are locked
2. How long the staking commitment lasts

Once tokens are locked, the discount rate remains **fixed for the full stake duration**, protecting stakers from any changes to the discount structure during the commitment period.

<table><thead><tr><th width="222.60009765625">Subscription</th><th>Annual Subscription (Standard)</th><th>Annual Subscription (Max Discount)</th><th>Two-Year Subscription (Standard)</th><th>Two-Year Subscription (Max Discount)</th></tr></thead><tbody><tr><td>Trading Alerts (Crypto)</td><td>$1,950</td><td>$975</td><td>$2,950</td><td>$1,475</td></tr><tr><td>Trading Alerts (TradFi)</td><td>$1,950</td><td>$975</td><td>$2,950</td><td>$1,475</td></tr></tbody></table>

{% hint style="warning" %}
Discounts on annual subscription tiers require a minimum 12-month stake. Discounts on two-year subscriptions require a 24-month lock period.
{% endhint %}

{% hint style="info" %}
For the complete discount formula and worked examples, see [Staking Benefits](/tokenomics/vote-escrow-governance/staking-benefits.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://token.metasignals.io/tokenomics/token-utilities/subscription-discounts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
