# 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: 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://whitepaper.frak.id/frak-protocol/creator-work-minting/initial-content-minting.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.
