> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Analyze NFT ecosystem trends with easy to use schemas.

Our NFT schemas includes mints, trades and trades\_with.

## NFT Trades

NFT trades provide aggregate and marketplace-specific trades from indexed marketplaces and protocols. The majority of these tables are included in `monad.nfts.trades`

The NFT trades table includes the following coverage on top of basic trades data:

1. **Marketplace Aggregators**

   * NFT trades routed via Gem and Genie are labeled in all trade-related tables, enabling easy aggregator-level analytics.

2. **NFT AMMs:**

   * Swaps via Sudoswap and details about the NFTs involved, all rolled up into an easy-to-use table.

3. **OTCs NFT:**

   * NFT Trader p2p OTC NFT swaps.

**What is the difference between an NFT marketplace and a protocol?**

* **An NFT marketplace** is a platform for users to buy, sell or trade their NFTs. Examples of NFT marketplace include OpenSea, Rarible, LooksRare, and X2Y2.

* **An NFT marketplace protocol** is the underlying smart contract and framework facilitating the sales and trades of NFTs in the marketplace.

  * A marketplace can upgrade or change its underlying protocol over time. One example is OpenSea upgrading from [Wyvern to Seaport protocol](https://nft.mirror.xyz/Bi_UbdXOi4AU3LtHT3WoLAN0a9YIWE2gYQmkyZ5whVM).

  * Additionally, new or existing NFT marketplaces can choose to fork existing protocols for their platform.
