# Custom Fees

Every token on Printr has three fee layers: a fixed **platform fee**, a dynamic DBC/DLMM fee (Meteora, Uniswap, etc) and a **custom fee**. Creators set the custom fee at launch and choose where it goes.

### Custom Fee Structure on Solana

<table><thead><tr><th width="249">Fees</th><th>Bonding Curve</th><th>Post-Graduation</th></tr></thead><tbody><tr><td><strong>Platform fee (fixed)</strong></td><td>0.4%</td><td>0.25%</td></tr><tr><td><strong>DBC/DLMM fee (dynamic)</strong></td><td>Up to 0.4%</td><td>Up to 0.4%</td></tr><tr><td><strong>Custom fee (customizable)</strong></td><td><mark style="background-color:yellow;">Up to 1.2% (default 0.4%)</mark></td><td><mark style="background-color:yellow;">Up to 1.35% (default 0.2%)</mark></td></tr><tr><td><strong>Max trading fee</strong></td><td><strong>2%</strong></td><td><strong>2%</strong></td></tr></tbody></table>

Traders see the exact fee breakdown on every token page before they trade. No hidden costs.


---

# 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/custom-fees.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.
