# Token Page

## Top Tokens

The token page (also the home page) displays a table of the current top tokens trading on CandySwap (figure 1).  This is ordered by 7 day trading volume.&#x20;

<figure><img src="/files/uVJkmyY4gpEV7yK4wFVh" alt=""><figcaption><p>Figure 1: Tokens page</p></figcaption></figure>

## Token details

When a token is selected (from the table or by searching), detailed information for that token is displayed (figure 2). At the top of the page, you have the option to buy or sell the token, which takes you to the [Swap Page](/information/swap-page.md), with the token automatically selected.

<figure><img src="/files/6xloP4VqozFl1TmF6JvE" alt=""><figcaption><p>Figure 2: Token detail page for USDC</p></figcaption></figure>

The primary information conveyed is:

1. [#price](#price "mention")
2. [#order-book](#order-book "mention")
3. [#depth-chart](#depth-chart "mention")
4. [#swaps](#swaps "mention")

### Price

This data shows the token's price, deemed the last successful swap price. A plot of this over time is also provided to display the trading cycle.

### Order Book

The Order Book lists 'Buy'(s) and 'Sell'(s). It displays the amount of a token available at a specific price. The buys are displayed in green, while the sells are shown in red.&#x20;

Example (figure 2):&#x20;

This example shows (in red) 55 units of $ALPH selling at 1.3 $USDC per unit. The closest buy is at 1.2 $USDC per unit with 4.2 $ALPH available at that price. So, in this scenario, the 'buy' can't satisfy the 'sell', and no trades happen.&#x20;

### Depth Chart

The depth chart is a visual representation of the order book; it dynamically changes as more offers are submitted.  It is a standard analytical tool used in the stock markets; some methods of interpreting it are discussed in the learning section of this [doc](/information/order-book.md).

### Swaps

&#x20;Below the depth chart, a list displays a token's successful swaps (figure 3).

<figure><img src="/files/klkBY1N3CeCDQ3DbxVJB" alt=""><figcaption><p>Figure 3: Completed swaps for USDC</p></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.candyswap.gg/information/token-page.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.
