# Pair Analysis

Clicking a token on the Trending page opens its Pair Analysis page: charts, trading panel, and transaction history in one screen.

#### **Overview Section**

The top of the page shows the trading pair, liquidity pool and fee tier, contract and deployer addresses, market cap, price in USD and in the paired token, and total supply.

<figure><img src="/files/VdzHHkGP4VghCdEyfIUC" alt=""><figcaption></figcaption></figure>

#### **Trading Section**

The right panel handles spot trades. Pick market or limit, enter an amount or use the percentage buttons (0.5/1/2/3/5), set your slippage tolerance, and check the expected output before confirming. Current balance and price impact are shown inline.

<figure><img src="/files/GoaUwpLLgrL6xUqxauuP" alt="" width="375"><figcaption></figcaption></figure>

#### **Advanced Charts**

TradingView charts in candlestick, line, or area mode. Timeframes: 5m, 1h, 4h, 1d, and custom. Below the chart: 5m, 12h, and 24h price change, plus the 24h high/low.

<figure><img src="/files/CpTwnjjbQv01EGHNeFch" alt="" width="563"><figcaption></figcaption></figure>

#### **Transaction History**

Every recent trade on the pair: time, type, USD value, token amount, price, and wallet. Filter by buy/sell or by specific address. Updates live.

<figure><img src="/files/5F7BCGAyO18CoELbwbvJ" alt="" width="563"><figcaption></figcaption></figure>

#### **Holders Tab**

Each holder's address, share of supply, balance, USD value, and buy/sell count. Good for checking whether a token is concentrated in a few wallets or spread out.

<figure><img src="/files/iOVeIFpt9CtW4dngsjRp" alt="" width="563"><figcaption></figcaption></figure>

#### **Additional Tabs**

My Positions shows your holdings. Open Orders lists active limit orders. Bubble Maps visualizes wallet distribution. Dev Tokens shows what the deployer is still holding.

<figure><img src="/files/JIthTR6cOWZV9AYjRWsY" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.reachaltitude.xyz/altitude/pair-analysis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
