# NFT Marketplace

## Welcome to Beta testing!

We are happy to announce we have got our NFT Marketplace working on Ethereum and Polygon testnet, and before we launch on mainnet, we would want our community to help test the platform.

We would appreciate it if you would join our [Discord](https://discord.com/invite/tbST9esXY2) or [Telegram](https://t.me/cruzo_cards) group and share your feedback with us so that we can be able to improve our product even further.

{% hint style="warning" %}
***NOTE:** Some functionalities are missing like Auctions, Royalties... We wanted to have basic functionality ready to test as soon as possible.*
{% endhint %}

### **Currently, you will be able to:**

* Create NFT (upload jpg, png, gif, or mp4)
* Sell NFT (put on sales)
* Buy NFTs minted by other Creators
* Create your Profile, add a name and description, social links, etc.
* Create your own NFT Collection (smart contract)
* Remove a particular NFT from sale and/or Burn it
* Reopen sale for the particular NFT
* Gift (transfer) your own or purchased NFT to the recipient's wallet
* See the original creator and current owner of the NFT if someone buys your work
* Explore Collections and NFTs

### **Before we start let's make sure you have everything you need:**

1. Download Metamask (mobile/desktop) or use existing
2. Visit [Goerli Faucet](https://goerlifaucet.com/) website to get a test cryptocurrency[ ](https://goerlifaucet.com/)
3. Paste your Metamask wallet address and get some free ETH
4. Connect to our [dApp Beta](https://beta.cruzo.cards/) with your Metamask&#x20;
5. Enjoy testing

{% hint style="danger" %}
Please be sure that you are interacting with: [https://**beta.cruzo.cards**](https://beta.cruzo.cards)
{% endhint %}

Good luck and happy testing!&#x20;


---

# 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://guide.cruzo.cards/faq/nft-marketplace.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.
