# P2P NFT Marketplaces

**I have deployed my contract, what now?**

### How to show and sell my NFT collection

1. Create a Dapp (previously explained) or you can use the dapp provided by Launchifi, fully customizable.

## P2P NFT marketplace

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

[Rarible](https://rarible.com/)

**OpenSea, Rarible** are a secondary NFT marketplace meaning that sellers and buyers can trade NFTs directly with each other. This is different from a primary NFT market, where sales take place on the creator’s website (Dapp). Hence, trading occurs directly between the creator and buyers.

It allows users to trade items like digital art, collectible items, and other digital goods on a decentralized, peer-to-peer platform, without the need for a centralized intermediary.

The marketplace also has an explorer where users can browse and discover new NFTs and creators. This platfrom offers as well to see the ranking of each NFT, to check its rarity in the collection.

OpenSea provides cross-chain support across the Ethereum, Solana, Polygon blockchains and all transactions are made in crypto. The main digital currencies used on the platform are ETH/WETH, DAI, SOL, and USDC.

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

[Opensea](https://https://opensea.io/)


---

# 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://docs.launchifi.xyz/ultimate-guide-for-beginners/p2p-nft-marketplaces.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.
