# Fees

### Protocol Fee <a href="#protocol-fee" id="protocol-fee"></a>

Boson Protocol is designed so that all participants share in the value they create, with fees that are sufficient to sustain and grow the project and its ecosystem. Its governance aims to ensure that Boson remains minimally extractive, forever. Boson Protocol v2 implements a minimally extractive Protocol fee that is configurable by the DAO.

The Protocol fee (𝑃𝐹) is levied on the item Price (𝑝) and is charged *for successful exchanges only*. 𝑃𝐹 is between \[0,100] and represents the percentage number of the Item Price that is taken as protocol fee. The fee charged is calculated as 𝑃𝐹 = 𝐼𝑡𝑒𝑚 𝑃𝑟𝑖𝑐𝑒 \* 𝑃𝐹 / 100

The Protocol fee is set to 0 if Offers are priced in $BOSON.

Protocol fee revenue will be collected by the DAO treasury, where, ultimately, $BOSON holders will vote on how funds are allocated. This is essential to sustain and grow Boson Protocol itself, and the ecosystem of applications and tooling leveraging Boson.

### Incentivization <a href="#incentivization" id="incentivization"></a>

New networks face the bootstrapping problem, where overall utility is low for users if the overall number of users is low. To overcome this bootstrapping problem, Boson Protocol leverages the $BOSON token.

The Boson Protocol DAO will distribute $BOSON tokens to early users to incentivize early adoption of the protocol. This incentivization will continue until Boson Protocol has achieved strong network effects.


---

# 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.bosonprotocol.io/learn-about-boson-protocol/core-concepts/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.
