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

Sui is defined as a Layer 1 protocol blockchain. In basic terms, this means that Sui performs its own consensus and validation for transaction blocks (activity) on its networks using its own native token (SUI, in this case). Ethereum (ETH) and Bitcoin (BTC) are other examples of Layer 1 blockchains.

<Card href="https://docs.sui.io/concepts/components">
  More about Sui Network
</Card>

### Sui Tables

Our Sui data includes the following schemas and tables:

| Schema                                                                                | Description                                              | Tables                                                                                                            |
| ------------------------------------------------------------------------------------- | -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| [Raw](/historical-data/supported-blockchains/move-ecosystem/sui/raw)                  | Raw blockchain data.                                     | checkpoints, transaction\_blocks, transactions, events, object\_changes, balance\_changes, fungible\_tokens, nfts |
| [Assets](/historical-data/supported-blockchains/move-ecosystem/sui/assets)            | Coin Transfer data, historical balances, latest balances | fungible\_transfers, balances, latest\_balances                                                                   |
| [DEX](/historical-data/supported-blockchains/move-ecosystem/sui/dex)                  | Decentralized exchange activity.                         | dex.trades, dex.pools, dex.events, dex.token\_prices\_hourly                                                      |
| [Staking](/historical-data/supported-blockchains/move-ecosystem/sui/staking/overview) | Staking activity on Sui.                                 | deposits, rewards, overview, validator\_rewards, validator\_current\_rewards                                      |
| [NFTs](/historical-data/supported-blockchains/move-ecosystem/sui/nfts)                | NFTs on Sui.                                             | nft.trades                                                                                                        |
