> For the complete documentation index, see [llms.txt](https://unodex.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unodex.gitbook.io/docs/shotgun/token-information-display-sol.md).

# Token information display (SOL)

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

1. Decentralized exchange hosting the liquidity pool
2. Token Ticker
3. Token Name
4. Total supply
5. Current market cap
6. Liquidity pool size
7. Token price
8. Percentage of token owned by creator
9. Percentage of tokens sent to other wallets by the creator
10. Maximum percentage of tokens owned by a single wallet
11. Liquidity status (if 100% burned or 100% locked, the button will turn green)
12. Last token action
13. Overall token score based on available data
14. "FREEZE" function status (The button will be green if the function is renounced)
15. "MINT" function status (The button will be green if the function is renounced)
16. "METADATA" mutability status (The button will be green if metadatas are not mutable)
17. Time to/from launch
18. Project logo (if available)

<figure><img src="/files/ZysgzXrIs3ChXkuaXfLH" alt="" width="156"><figcaption></figcaption></figure>

You can retrieve this information directly from the application by moving your mouse over the button icon.

<figure><img src="/files/f8mD4qdArP290OTNYi7y" alt="" width="261"><figcaption></figcaption></figure>

If available, links to social networks and the website are displayed to the right of the token name and can be clicked directly from the list.


---

# 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://unodex.gitbook.io/docs/shotgun/token-information-display-sol.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.
