# Fees

> We aim to build Krystal into a self-sustaining business that generates enough revenue to fund its own operations, freeing us from reliance on venture capital or token launch. This will enable us to dedicate ourselves entirely to researching and developing the best possible product for our users.

To ensure we can sustain our operations, we are implementing fees for the following features:

<table><thead><tr><th width="212.777587890625">Feature</th><th width="283.0086669921875">Fee</th><th>Note</th></tr></thead><tbody><tr><td><strong>Auto-Farm Vault</strong></td><td><strong>10%</strong></td><td><strong>10%</strong> of any generated rewards<br><br><em><mark style="color:blue;">* No additional fees for automation, zap, or rebalance within a VAULT.</mark></em></td></tr><tr><td><strong>Shared Vault</strong></td><td><strong>10% - default</strong><br><strong>5% - for activated sharing</strong></td><td><p><strong>10%</strong> of any generated rewards (e.g., LP Fees, Merkl rewards). </p><p></p><p>If the vault has activated sharing, platform fee go down to <strong>5%</strong> and Vault's Participants will be additionally charged a <strong>Commission Fee</strong> set by the Vault Owner.</p><p></p><p><em><mark style="color:blue;">* No additional fees for automation, zap, or rebalance within a VAULT.</mark></em></p></td></tr><tr><td><strong>Shared Vault Withdrawal</strong></td><td><strong>0.01%</strong></td><td><strong>0.01%</strong> of the withdrawal amount. <br>Remain in the vault and share across the vault's participants</td></tr><tr><td><strong>Zap</strong></td><td>Dynamic: <strong>0.05% | 0.1% | 0.25%</strong></td><td>Based on pool fee tier:<br>• ≤ 0.05% → <strong>0.05%</strong><br>• 0.05–0.3% → <strong>0.1%</strong><br>• > 0.3% → <strong>0.25%</strong> of zap amount</td></tr><tr><td><strong>Manual Rebalance</strong></td><td>Dynamic: <strong>0.05% | 0.1% | 0.25%</strong></td><td>Based on pool fee tier:<br>• ≤ 0.05% → <strong>0.05%</strong><br>• 0.05–0.3% → <strong>0.1%</strong><br>• > 0.3% → <strong>0.25%</strong> of position value</td></tr><tr><td><strong>Manual Compound</strong></td><td>Dynamic: <strong>0.05% | 0.1% | 0.25%</strong></td><td>Based on pool fee tier:<br>• ≤ 0.05% → <strong>0.05%</strong><br>• 0.05–0.3% → <strong>0.1%</strong><br>• > 0.3% → <strong>0.25%</strong> of compound amount</td></tr><tr><td><strong>Auto Rebalance</strong></td><td>Dynamic: <strong>0.01% | 0.03% | 0.05%</strong></td><td><p>Based on pool fee tier:</p><ul><li>≤0.05% fee-tier → <strong>0.01%</strong> LP position.</li><li>≤0.3% fee-tier → <strong>0.03%</strong> LP position</li><li>Others → <strong>0.05%</strong> LP position.</li></ul></td></tr><tr><td><strong>Auto Exit</strong> </td><td>Dynamic: <strong>0.01% | 0.03% | 0.05%</strong></td><td><p>Based on pool fee tier:</p><ul><li>≤0.05% fee-tier → <strong>0.01%</strong> LP position.</li><li>≤0.3% fee-tier → <strong>0.03%</strong> LP position</li><li>Others → <strong>0.05%</strong> LP position.</li></ul></td></tr><tr><td><strong>Auto Compound</strong></td><td><strong>2%</strong></td><td><strong>2%</strong> of the generated LP fees, collecting at the compound time</td></tr><tr><td><strong>Auto Harvest</strong></td><td><strong>2%</strong></td><td><strong>2%</strong> of the generated LP fees, collecting at the harvest time</td></tr><tr><td></td><td></td><td></td></tr><tr><td><strong>Swap</strong></td><td><strong>0.1%</strong></td><td><strong>0.1%</strong> of the swap volume</td></tr></tbody></table>


---

# 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.krystal.app/ecosystem/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.
