# Zora module

[Zora](https://zora.co/) is a Layer-2 network based on Optimism, specifically created for working with NFTs. The project started as a regular marketplace, but as it developed, they began creating a closed ecosystem for NFT operations, which includes their blockchain.

The project [attracted](https://www.crunchbase.com/search/principal.investors/field/funding_round.has_funding_round.forward/num_investors/zora-742a-series-unknown--530f7d9a) $60 million in investments with Paradigm and Coinbase as the main investors. They also have a confirmed token (as mentioned in section 5.6 of their [Terms of Service](https://support.zora.co/en/articles/6383293-terms-of-service)) and in [this interview](https://youtu.be/nx6D3FKMKtk?t=2773) with the CEO of Zora.

The project's earnings are generated through minting fees for NFTs. The fee is 0.000777 ETH per minted NFT. This fee is mandatory and is incorporated into the contract when creating NFTs through the Zora Creator Toolkit on their marketplace. If an NFT is created in their network using an external service with a standard contract, this fee can be avoided. A prime example is the minting of NFTs created through mint.fun, which they recently [acquired](https://x.com/mintdotfun/status/1787862725860962334) and is now part of their ecosystem.

The Zora module includes all the necessary functionality to enable you to perform activities on wallets in the Zora network automatically.

<figure><img src="/files/HhkIrnh1rfQn245RClgD" alt=""><figcaption></figcaption></figure>

### Detailed guides on how to work with the Zora module:

* [Available applications in modules](https://docs.nfd.gg/main/eng-combine-software/modules/available-applications-in-modules/zora);
* [Wallet Manager](https://docs.nfd.gg/main/eng-combine-software/modules/operation-and-launching-of-modules/zora-module/wallet-manager);
* [Settings & Launch](https://docs.nfd.gg/main/eng-combine-software/modules/operation-and-launching-of-modules/zora-module/settings-and-launch);
* [Logs & Progress](https://docs.nfd.gg/main/eng-combine-software/modules/operation-and-launching-of-modules/zora-module/logs-and-progress).


---

# 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://nfd-gg.gitbook.io/main/eng-combine-software/modules/operation-and-launching-of-modules/zora-module.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.
