# Mint Fee Sharing

[Mint fee](/sym-finance/mechanism/symtoken-minting-module/mint-fee.md) from leverage buyers accumulates in the mint fee pool. For each Token swapped, the LP gets **1 pool share**, which can be used to claim proportionate mint fee from the mint fee pool.

### Vesting and decay

When distributed to LPs, pool shares are **locked**. The balance of locked pool shares has a daily decay of 5%. LPs need to stake symToken to stop the decay and vest locked pool shares into liquid pool shares. For each pool share to be fully vested, 1 symToken need to be staked for 14 days. Once equivalent amount of symToken is staked, pool shares stop decaying.&#x20;

$$
claimable,pool,shares=previously,vested+t\*\frac{staked,symToken}{14 \* seconds, in,a,day}
$$

### Claim mint fee

Anyone can burn pool shares claim *pro rata* mint fee from the pool.

$$
claimable,mint,fee =shares ,burnt\*\frac{total,mint,fee,in,the,pool}{total,outstanding,unlocked,pool,shares}
$$


---

# 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.symfi.io/sym-finance/mechanism/leverage-providers/mint-fee-sharing.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.
