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

# Commands Overview

> How Commands are organized in Peak, and how to navigate the full catalog.

<Note>
  A **Command** is an analytical view in Peak. Each Command has a short code (typically three letters, like `TKD` or `PRA`) and is scoped to one Object type. This page is your entry point to the full catalog.
</Note>

## How Commands are structured

Every Command in Peak is built from three layers:

* **Object** — the entity the Command analyzes (Token, Wallet, Protocol, and others). The Object determines what kind of data the Command returns.
* **Command Group** — the analytical lens applied to that Object (Overview, Performance, Comparison, Sentiment, and others). The Command Group describes the *type* of view the Command opens.
* **Command Code** — a short unique identifier. Most codes are three letters, but as the catalog grows, newer commands may use longer codes for clarity.

A few examples of how codes map to readable names:

```text theme={null}
WOV     → Wallet Overview
TKD     → Token Description
DUA     → DEX User Analysis
PMN     → Pre-Mint News
SCREEN  → Cross-Object Screening
```

Type any Command code into the search bar to jump directly to it. Combine with an Object name for a direct jump (e.g. `SOL TKD`).

## Browse Commands by Object

Each Object has its own command catalog. Browse the catalog for the Object you are working with:

<CardGroup cols={2}>
  <Card title="Token" icon="coins" href="/docs/core-concepts/commands/by-object/token">
    Token-level analytics — identity, price, valuation, supply, ownership, trading activity, and risk.
  </Card>

  <Card title="Protocol" icon="layer-group" href="/docs/core-concepts/commands/by-object/protocol">
    DeFi protocol analysis — TVL, users, revenue, DEX stats, lending, and launchpad metrics.
  </Card>

  <Card title="Centralized Exchange" icon="building-columns" href="/docs/core-concepts/commands/by-object/centralized-exchange">
    Exchange analytics — profile, spot trading, and proof-of-reserves audits.
  </Card>

  <Card title="DEX Market" icon="arrow-right-arrow-left" href="/docs/core-concepts/commands/by-object/dex-market">
    Pair-level analytics — liquidity, volume, and price action on individual DEX pairs.
  </Card>

  <Card title="Wallet" icon="wallet" href="/docs/core-concepts/commands/by-object/wallet">
    Wallet intelligence — net worth, portfolio composition, fund flows, and trading activity.
  </Card>

  <Card title="Network" icon="network-wired" href="/docs/core-concepts/commands/by-object/network">
    Network analytics — activity, security, economics, DeFi, and stablecoin metrics.
  </Card>

  <Card title="Index" icon="chart-line" href="/docs/core-concepts/commands/by-object/index">
    Index analytics — value tracking, performance returns, and cross-index comparisons.
  </Card>

  <Card title="Token Group" icon="cubes-stacked" href="/docs/core-concepts/commands/by-object/token-group">
    Group analytics — group market cap, benchmark performance, and constituent tracking.
  </Card>
</CardGroup>

## Object-less Commands

A separate category of Commands operates across multiple Object types rather than being scoped to one. These are used for cross-object workflows like screening, sentiment analysis, and aggregated news.

<Card title="Object-less Commands" icon="diagram-project" href="/docs/core-concepts/commands/object-less-commands">
  News surveillance, sentiment scoring, and multi-criteria screening across the full data graph.
</Card>

## Find a command by use case

Don't know the exact code? Start from your goal — these are the most common analyst workflows in Peak.

<CardGroup cols={2}>
  <Card title="Research a new token" icon="magnifying-glass">
    Pull identity, valuation, holder structure, and risk signals before taking a position.

    Start with `TKD`, `VAL`, `TKE`, `RSK`.
  </Card>

  <Card title="Track whale activity" icon="user-secret" href="/docs/documentation/core-concepts/commands/wallet">
    Monitor large wallets, follow fund flows across chains, and detect smart money positioning before the rest of  market.

    Start with `WOV`, `FFL`, `NWH`, `ACM`.
  </Card>

  <Card title="Compare DeFi protocols" icon="scale-balanced" href="/docs/documentation/core-concepts/commands/protocol">
    Benchmark TVL, user count, revenue, and competitive positioning across peers.

    Start with `PRA`, `PCP`, `UAC`, `DUA`.
  </Card>

  <Card title="Monitor market sentiment" icon="newspaper" href="/docs/documentation/core-concepts/commands/cross-object">
    Track narrative momentum, sentiment scores, and breaking news that moves prices.

    Start with `SEN`, `TOP`.
  </Card>

  <Card title="Analyze DEX performance" icon="chart-mixed" href="/docs/documentation/core-concepts/commands/protocol">
    Inspect volume, TVL, trader composition, and venue rankings across DEX protocols.

    Start with `DEP`, `DCP`, `DUA`.
  </Card>

  <Card title="Build a watchlist" icon="bookmark" href="/docs/documentation/core-concepts/commands/token-groups">
    Group tokens by narrative, industry, or performance — then track the basket as one entity.

    Start with `GRA`, `IOV`, `PFL`.
  </Card>
</CardGroup>

## Looking for a starting point?

If you don't know which Command you need, the [Guides & Workflows](/docs/guides) section organizes Commands by role and by task — token due diligence, smart-money tracking, DEX monitoring, and others.--- title: "overview"
