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

# Interface Overview

> Learn the layout of the Trading Terminal.

<Info>
  **The Trading Terminal is organized into four main areas.**

  Each area handles a specific function: discovering tokens, viewing charts, executing trades, and analyzing data.
</Info>

## Main Layout

The Trading Terminal interface is divided into four key sections:

### Left Sidebar: Recent Calls

<Frame>
  <video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/shuriken/Ge-5adPpEygVl1K2/assets/videos/sidepanel.mp4?fit=max&auto=format&n=Ge-5adPpEygVl1K2&q=85&s=6ea919130e0385c5a4e29dfb939fa486" data-path="assets/videos/sidepanel.mp4" />
</Frame>

The collapsible left sidebar displays your **Recent Calls**, a real-time feed of alpha signals from your connected Discord, Telegram, and X sources. It also shows activity from your [tracked wallets](/shuriken-terminal/wallet-signals), so on-chain moves appear right alongside social calls.

* Click any token to load it in the main view
* See key metrics at a glance: market cap, liquidity, transaction count
* Quick-buy buttons for market orders directly from the feed

### Main Area: Charts

<Frame>
  <video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/shuriken/Ge-5adPpEygVl1K2/assets/videos/charts.mp4?fit=max&auto=format&n=Ge-5adPpEygVl1K2&q=85&s=31e8d4b2f6079be8b40af0d25b4c5cc4" data-path="assets/videos/charts.mp4" />
</Frame>

The center of the terminal displays candlestick charts for the selected token.

* Multiple timeframes (1m, 5m, 15m, 1h, 4h, 1D)
* Volume indicators
* **Alpha Call Bubbles** showing when signals fired for this token
* **Trade Bubbles** showing your buy/sell transactions on the chart
* Price and market cap display toggle

### Right Sidebar: Execution Panel

<Frame>
  <video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/shuriken/Ge-5adPpEygVl1K2/assets/videos/execpanel.mp4?fit=max&auto=format&n=Ge-5adPpEygVl1K2&q=85&s=0b7bcc25316d13653f619b7063bed598" data-path="assets/videos/execpanel.mp4" />
</Frame>

The right sidebar contains all trading controls.

* **Buy/Sell Toggle**: Switch between buying and selling
* **Market/Limit Mode**: Choose market orders or set price targets
* **Quick Amount Buttons**: Preset amounts (0.1, 0.5, 1 SOL)
* **Percentage Sell Buttons**: Sell 25%, 50%, 75%, or 100% of your position
* **Wallet Selector**: Choose which connected wallet to trade from
* **Exit Strategies**: Attach Take Profit and Stop Loss orders to your buy orders
* **Settings**: Configure slippage, priority fee, and MEV protection

### Bottom Table: Token Data

The bottom section provides detailed token information across multiple tabs:

| Tab              | Description                                    |
| ---------------- | ---------------------------------------------- |
| **Transactions** | Real-time swap activity for the token          |
| **Holders**      | Top holders ranked by balance with wallet tags |
| **Positions**    | Your current position in this token            |
| **Orders**       | Your open and closed orders for this token     |
| **Alpha**        | Historical alpha calls for this token          |

<Tip>
  Each section can be resized or collapsed to customize your workspace.
</Tip>

## Quick Navigation

<CardGroup cols={2}>
  <Card title="Charts & Data" icon="chart-candlestick" href="/shuriken-terminal/charts-and-data">
    Learn about charting tools and data visualization.
  </Card>

  <Card title="Token Analytics" icon="chart-pie" href="/shuriken-terminal/token-analytics">
    View holder analysis and token metrics.
  </Card>

  <Card title="Market Orders" icon="bolt" href="/shuriken-terminal/market-orders">
    Execute trades from the Execution Panel.
  </Card>

  <Card title="Trade Settings" icon="sliders" href="/shuriken-terminal/trade-settings">
    Configure slippage, fees, and MEV protection.
  </Card>
</CardGroup>
