> For the complete documentation index, see [llms.txt](https://docs.diversifi.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.diversifi.trade/fee-structure.md).

# Fee Structure

DiversiFi’s fee model is evolving from a simple swap fee into a more granular portfolio-focused structure.

Below is the **current live model**, followed by the **planned portfolio fee model** that the protocol is moving toward.

***

## Current fee model (live today)

1. Swap fees (deposits & withdrawals)
   * A fee of **1%** is charged when users deposit into or withdraw from a vault.

### BONK fee system (unchanged)

As DiversiFi is part of the BONK ecosystem, a portion of protocol fees is used to buy and burn BONK:

* On BONK ecosystem strategies:
  * **80%** of all fees collected are swapped into BONK and permanently burned.
* On other **DiversiFi-run Strategies** (e.g. Boomer, Big Four, Yield):
  * **20%** of all fees collected are swapped into BONK and burned.

***

## Planned portfolio fee model (in rollout)

As the portfolio protocol matures, DiversiFi is moving toward a fee structure that better aligns with how portfolios are actually managed.

Target structure:

1. **Entry / exit fees**
   * \~**0.2%** on deposits & withdrawals.
   * Transparent monetization on vault minting and redemption.
2. **Rebalance fees**
   * \~**0.2%** on **rebalance notional** (the value actually traded during a rebalance).
   * Recurring revenue tied directly to portfolio maintenance.
3. **Performance fees**
   * \~**15%** of the **premium above static hold**, charged only when the vault outperforms a buy‑and‑hold baseline and above its high‑water mark.
   * Designed to participate in realized volatility-harvesting premium, not in raw market beta.

Exact parameters and activation timing will be communicated before this new model goes live on mainnet. The BONK fee routing remains in place under the new structure.


---

# 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://docs.diversifi.trade/fee-structure.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.
