# VIW Fees

<table><thead><tr><th width="245" align="center">AREA</th><th width="163" align="center">DEPLOY</th><th width="165" align="center">MINT</th><th width="149" align="center">ORIGINAL</th></tr></thead><tbody><tr><td align="center">ERC721</td><td align="center"><mark style="color:blue;">0,004 ETH + Metamask Fees</mark></td><td align="center"><mark style="color:blue;">NA</mark></td><td align="center"><mark style="color:blue;">NA</mark></td></tr><tr><td align="center">ERC1155</td><td align="center"><mark style="color:blue;">0,004 ETH + Metamask Fees</mark></td><td align="center"><mark style="color:blue;">NA</mark></td><td align="center"><mark style="color:blue;">NA</mark></td></tr><tr><td align="center">WATERMARK</td><td align="center"><mark style="color:blue;">0,004 ETH + Metamask Fees</mark></td><td align="center"><mark style="color:blue;">0,00189 ETH + Metamask Fees</mark></td><td align="center"><mark style="color:blue;">0,00378 ETH (buyer)</mark></td></tr></tbody></table>

#### Creation Fees:

* To create a collection under the ERC721 token, the creator will have to pay a fixed fee of 0,004ETH to VIW as well as the associated Metamask fees resulting from the creation action.
* To create a collection under the ERC1155 token, the creator will have to pay a fixed fee of 0,004ETH to VIW as well as the associated Metamask fees resulting from the creation action.
* To create a collection under the Watermark token, the creator will have to pay a fixed fee of 0,004ETH to VIW as well as the associated Metamask fees resulting from the creation action.

#### Minting Fees:

* To mint one NFT in your collection created under the ERC721 token, no fees are applicable.
* To mint one NFT in your collection created under the ERC1155 token, no fees are applicable.
* To mint one Watermark NFT in your collection created under the Watermark token, the creator will have to pay a fixed fee of 0,00189 ETH to VIW as well as the associated Metamask fees resulting from the minting action.

#### Claiming Fees (buyer only):

* To claim your original NFT, a fixed fee of 0,00378 ETH in which 0,00189 ETH will go to VIW while the other 0,00189 ETH will be sent to the original creator of the Watermark NFT.


---

# 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://in-the-world-vis.gitbook.io/user-guide/create/viw-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.
