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

Our NFT schema is designed to capture and organize data related to Non-Fungible Tokens (NFTs) on Sui. It includes tables for recording NFT trades, mints, and transfers across the Sui ecosystem.

<table><thead><tr><th width="226">NFT Tables</th><th>Description</th></tr></thead><tbody><tr><td>Trades</td><td>NFT buy and bid events from major marketplaces.</td></tr><tr><td>Mints (WIP)</td><td>NFT minting events across collections.</td></tr><tr><td>Transfers (WIP)</td><td>NFT ownership transfers tracked through object changes.</td></tr></tbody></table>
