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

# Token Detail Tabs

Below every token's chart sits a tabbed information panel — the same surface you'd otherwise need three separate scanner tools to assemble.

## The four tabs

<Tabs>
  <Tab title="Trades">
    A live tape of every buy and sell as it confirms. Wallet (shortened), side, SOL value, token amount, USD value, time. The newest trades arrive at the top in real time.
  </Tab>

  <Tab title="Holders">
    A live snapshot of the top 10 holders by percentage of supply. Updates as on-chain transfers happen.
  </Tab>

  <Tab title="Top Traders">
    The wallets generating the most volume in this token *recently*. Lets you spot smart money, coordinated buying, or a single whale running the price.
  </Tab>

  <Tab title="Dev Tokens">
    Every other token deployed by the same creator wallet. One-tap reputation lookup.
  </Tab>
</Tabs>

## Lazy loading where it makes sense

The Trades and Holders tabs stream live the moment the drawer opens — they're cheap to maintain because Dequan's [data fan-out](/reliability/health-indicators) does the heavy lifting upstream.

Top Traders and Dev Tokens are loaded on tab activation only. They require additional lookup work and there's no reason to do it for every token you scroll past. Tap the tab → it loads in a fraction of a second → the data appears.

## What this means in practice

Most trading mistakes are made because the trader didn't have the right context at the moment of decision. Dequan's whole UI design is built to put context *next to the decision*. The Token Detail Tabs are the densest version of that — every piece of context, one tap from the buy button.
