> For the complete documentation index, see [llms.txt](https://docs.yam.finance/yam/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yam.finance/yam/projects/museum/mofy-marketplace-dapp.md).

# MoFY Marketplace dApp

#### The MoFY Marketplace dApp is your gateway to minting, buying, and selling NFTs on our platform.

## Current Functionality

As of right now, anyone can mint NFTs on zkSync with the dApp, but in order for the NFT to be displayed on the explore page, NFT's need to be whitelisted. We plan on opening this up, or allowing community whitelisting, but this is not yet available.&#x20;

The dApp can be accessed with metamask or walletconnect. In order to mint or buy NFTs you will need to send funds to your wallet in zkSync. This can either be done through the mint or buy flow in the dApp, or you can do it yourself with <https://wallet.zksync.io>. In order to us ZKsync you need to both deposit funds (there will be L1 Ethereum fees) and active your account for about 0.0016 ETH.&#x20;

## Explore

This is the page where featured artists are displayed. click on an image to see the information about that artwork or view the rest of the creator's work. Only whitelisted addresses are currently displayed here.

## Your Gallery

This is where you can see the NFTs that you have minted or purchased. This page will only show your NFTs on ZKsync and not the ones on Ethereum mainnet.

## Mint

Create your NFT on the mint page. Enter the name, description, and attributes of your NFT as well as how many you want to mint (currently limited to only 1). PNGs, JPGs, and Gifs are currently supported. Once you mint, it may take a few minutes for the NFT to populate in your gallery.

## Storage

All NFT images are stored on IPFS. To see the image link in IPFS, right click on an image and click "open in new window." The URL is the IPFS storage location, which you can then pin locally if you desire.&#x20;


---

# 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:

```
GET https://docs.yam.finance/yam/projects/museum/mofy-marketplace-dapp.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.
