# Fee Distribution Types

### Five Fee Distribution Type

At launch, creators choose one of five models for how their custom fees are used. This choice defines the economic philosophy of the token.

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

#### 1. Staking Pool Distribution (POB Staking) :star:

Custom fees go into a staking pool and are distributed to holders who stake their tokens. Only stakers earn - rewarding long-term conviction. Creators must also stake to receive a share.

* **Best for:** Creators who want to prove commitment and build community alignment
* **How traders benefit:** Stake to earn fees from trading activity

{% content-ref url="/pages/frexDMyeg1mLZ7cxKWFS" %}
[POB Staking](/printr-docs/printr-v2-new-features/pob-staking.md)
{% endcontent-ref %}

#### 2. Creator Keeps Fees

100% of custom fees go directly to the creator's wallet, claimable at any time. This is the legacy model.

* **Best for:** Creators who need direct revenue from their token
* **How traders benefit:** Transparent - traders can see this model is active and decide if the fee is fair

#### 3. Buyback & Burn

100% of custom fees are used to buy back the token from the open market. Buybacks happen automatically and bought-back tokens are burned, reducing supply.

* **Best for:** Projects focused on passive value accrual for all holders
* **How traders benefit:** Reduced supply = price support without requiring staking

#### 4. Liquidity Compounding

100% of custom fees are added back into the token's liquidity pool, deepening liquidity over time.

* **Best for:** Projects focused on price stability and reducing slippage as they grow
* **How traders benefit:** Deeper liquidity = less slippage on larger trades

{% hint style="info" %}
Note: There are no custom fees during the bonding curve phase.
{% endhint %}

#### 5. No Custom Fee

Custom fees are set to 0%, meaning traders pay only the base platform fees. No additional costs on any trade.

* **Best for:** Community tokens, memecoins, or any launch where minimizing trader friction is the priority
* **How traders benefit:** Lowest possible trading costs, no creator fee layer on top of platform fees

> The fee model a creator chooses tells you a lot about their intentions. Check it before you buy.


---

# 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://printr.gitbook.io/printr-docs/printr-v2-new-features/fee-distribution-types.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.
