> For the complete documentation index, see [llms.txt](https://polter.gitbook.io/polter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polter.gitbook.io/polter/platform-fees.md).

# Platform Fees

<mark style="color:red;">New! Polter token stakers/lockers earn 50% of liquidation fees! Only on Sonic.</mark>

Platform fee distribution will follow a similar model to GEIST. $POLTER emissions will be used as incentives for contributions to the platform's TVL and utility, and will be distributed as follows:

<figure><img src="/files/Jqx9VawubhrvEj2bte7G" alt=""><figcaption></figcaption></figure>

**Depositors**&#x20;

* Receive 50% of the interest (shared with stakers) accrued by borrowers.
* Receive $POLTER Incentives based on emissions (see Tokenomics) and weightage allocated for each assets.
* $POLTER Incentives earned can be claimed and becomes vested, earning staking fees with 3 months lock. **Vested amounts can be exited early with a 50% penalty.**
* Vestings are 3 months in duration and are grouped by week. Tokens vested between Thursday 00:00 UTC and Wednesday 23:59 UTC belong to the same week group, and will be unvested at the same time 3 months later.

**Borrowers**&#x20;

* Receive $POLTER Incentives based on emissions, utilization rate, and weightage allocated for each assets.
* $POLTER Incentives earned can be claimed and becomes vested, earning staking fees with 3 months lock. **Vested amounts can be exited early with a 50% penalty.**
* Vestings are 3 months in duration and are grouped by week. Tokens vested between Thursday 00:00 UTC and Wednesday 23:59 UTC belong to the same week group, and will be unvested at the same time 3 months later.

**Stakers**&#x20;

* Receive 50% of the interest (shared with depositors) accrued by borrowers.
* Staked amount can be fully withdrawn any time.

**Lockers**&#x20;

* Receive 50% of the penalty charged for early vesting in the form of $POLTER tokens, as well as platform fees as per stakers.&#x20;
* Locks are 3 months in duration and are grouped by week. Tokens locked between Thursday 00:00 UTC and Wednesday 23:59 UTC belong to the same week group, and will unlock at the same time 3 months later.
* Locking rewards can be redeemed at any time.
* Locking rewards will continue to accrue after the lock expiry until you claim the unlocked $POLTER.

**Treasury**

* The Team Wallet will be used to stake and lock $POLTER tokens for staking rewards to form The Treasury.
* The purpose of the Treasury is to safeguard against black swan events (e.g. stable asset depeg). With these reserves, the protocol will be better equipped to mitigate the effects of extreme market conditions.
* The Treasury will also be used for other team expenses as needed.
* The Treasury will also be excercised to give payouts to The Team as bonuses.


---

# 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://polter.gitbook.io/polter/platform-fees.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.
