# Coin summary

**Coin summary** page contains the following elements:

1. Token's name, ticker symbol and logo, with level of trust / risk indication.
2. Watchlist mark.
3. Price chart powered by [TradingView](https://www.tradingview.com/).
4. Swap and Deposit liquidity buttons.
5. Coin's price and a set of key metrics.
6. Age, date of first mint and token's unique smart contract address, with two buttons:

* For copyign token's contract address
* For opening token's page in Tonscan[^1]

<div><figure><img src="/files/n3VXuFdANrzPgffedT2A" alt=""><figcaption></figcaption></figure> <figure><img src="/files/XdxK9mmyCRBbgRhUt71J" alt=""><figcaption></figcaption></figure></div>

Below the contract address you'll find moreinfo on separate tabs:

* **Transactions** — with latest token trades
* **Holders** — with all token holders
* **About the coin** — token's description (for trusted tokens, if available)

<div><figure><img src="/files/jNSPdVr7nEnwyungRazF" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Rvnbexs5pfzwpU2aaBwV" alt=""><figcaption></figcaption></figure></div>

[^1]: [Tonscan.org](https://tonscan.org/) - TON blockchain explorer


---

# 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://help.dedust.io/en/ru/trade/coins/summary.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.
