> For the complete documentation index, see [llms.txt](https://whitepaper.frak.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.frak.id/frak-protocol/earning-model/ecosystem-fees-and-royalties.md).

# Ecosystem Fees and Royalties

**Fees**

**Frak** will charge fees to various In-ecosystem Activities as indicated:&#x20;

| In-ecosystem Activities  | Fees (%)                            |
| ------------------------ | ----------------------------------- |
| Fraktion 1st sale        | 2 (no flat fee)                     |
| Fraktion 2nd sale        | 2 (no flat fee)                     |
| Content Related Revenue  | 2 (no flat fee)                     |
| Advertisers and Partners | 2 (no flat fee)                     |
| Withdrawals              | 2 (no flat fee, minimum of FRK1000) |

#### Royalties

**Royalties for Creators’ Work** is a flying wheel that enables Creators to finance the development of their next works. NFT platforms like the leading one, Opensea, announced new optional creator royalties and will maybe cut creator royalties, whereas [Creator Royalties](https://nftevening.com/ethereum-nft-creators-earned-over-1-8b-in-royalties-report/) has been an industry standard across the web3 space almost since the beginning.

That's why, Frak invented an innovative way to compensate Creators. It allows them to benefit from the advantages of royalties in any case, even if the Fraktions are sold many times on different platforms.

The percentage of creator royalties depends on two factors :&#x20;

* the profitability of the Fraktion
* the number of levels of referral above the user who consumes the content.&#x20;

The percentage of creator royalties is in range between 25% and 70%.


---

# 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://whitepaper.frak.id/frak-protocol/earning-model/ecosystem-fees-and-royalties.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.
