> 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/creator-work-minting/initial-content-minting.md).

# Initial Content Minting

For each piece of work, as soon as the Creator is signing in in **Frak**, a personal NFT is minted, owned by the Creator, present in the Creator's custodial wallet.&#x20;

Then, Fraktions are dropped and can be purchased by users. The number of dropped Fraktion and their type are decided by the [Fraktion Supplier](/frak-protocol/creator-work-minting/fraktion-supplier.md):

* Diamond
* Gold
* Premium
* Common
* Free

Each type matches with a profitability. More profitable Fraktion are rarer.

One **Free Fraktion** is automatically minted for **free** as soon as a User claims it after having interacted with the content.&#x20;

Every Fraktion is minted once bought by a User or an Investor. **The Initial Price** is the same for each Creator and for each work. It is defined as below :&#x20;

<table><thead><tr><th></th><th width="243.73033707865167">Initial Price</th></tr></thead><tbody><tr><td>Diamond</td><td>FRK3000 </td></tr><tr><td>Gold</td><td>FRK1200</td></tr><tr><td>Premium</td><td>FRK500</td></tr><tr><td>Common</td><td>FRK90</td></tr><tr><td>Free</td><td>One for Free</td></tr></tbody></table>


---

# 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/creator-work-minting/initial-content-minting.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.
