> For the complete documentation index, see [llms.txt](https://help.dedust.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dedust.io/en/trade/coins/summary.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.dedust.io/en/trade/coins/summary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
