# TruMATIC Token

{% hint style="danger" %}
TruMATIC is transitioning to TruPOL as part of the MATIC → POL upgrade. Please move your stake to the new TruPOL vault to continue earning rewards.
{% endhint %}

### **What is TruMATIC?**

TruMATIC is the liquid staking receipt users receive when they deposit MATIC into the TruStake vault. It is an ERC-20 token like MATIC and has all the same basic functionality.

As soon as you deposit MATIC on the TruStake smart contract, you receive newly minted TruMATIC, based on the exchange rate at the time of staking.

Similarly, when you request an unstake, the corresponding amount of TruMATIC is burned simultaneously.

### **What is the TruMATIC exchange rate and how does it change?**

At launch, the TruMATIC / MATIC exchange rate is set to 1, i.e. the amount of MATIC per TruMATIC is 1. As rewards accrue from staking, the exchange rate increases to reflect this.

{% hint style="success" %}
For example, if you deposit 1000 MATIC with the exchange rate at 1.0, you will receive 1000 TruMATIC in return. If you accrue 10 MATIC of rewards, the exchange rate will change to 1.01 to reflect that your 1000 TruMATIC is now redeemable for 1010 MATIC.

The share price is calculated net of all validator and vault fees.
{% endhint %}

### **How many TruMATIC will I get after staking MATIC?**

The amount of TruMATIC you receive when you deposit MATIC is given by the TruMATIC / MATIC exchange rate by

$$
\text{TruMATIC received} = \frac{\text{MATIC deposited}}{\text{exchange rate}}
$$

Similarly, when you request to withdraw your MATIC from the vault, your TruMATIC is burned in proportion at the current exchange rate.

### **Do I have to claim my TruMATIC when I deposit?**

No. TruMATIC will automatically be sent to your wallet when you deposit MATIC in the TruStake vault.

{% hint style="info" %}
You might need to import the token to see your TruMATIC balance in your wallet.
{% endhint %}

### **Where can I use TruMATIC?**

You can read about the mechanics of TruMATIC in our explainer [blog](https://www.truyields/insights/institutional-matic-liquid-staking-vault-trustake).

We have worked on an extensive list of partnerships which will support TruMATIC on Polygon. The spectrum of partners will include DEXs, yield farming, lending/borrowing and more. The following list of partners are live or will go live over the coming week(s):

* TruMATIC Liquidity Pools on **Balancer (**[**live**](https://app.balancer.fi/#/polygon/pool/0x951d84e358dd8ad6b3ae6220981bcfc4baf95c84000000000000000000000d62)**)**
* TruMATIC lending/borrowing on QiDao (coming soon), Aave (coming soon)
* Many more to come!


---

# 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://truyields.gitbook.io/docs/tokens/trumatic-token.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.
