> For the complete documentation index, see [llms.txt](https://docs.universalx.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.universalx.app/understand-1/chain-agnostic-trading/finding-tokens.md).

# Finding Tokens

On UniversalX, you can find and trade any token on any chain. Use the following methods to locate the token you’re looking for:

1. **Search by Contract Address, Token Name, or Token Symbol**

   Enter the token information you want to search for in the input field. UniversalX will search across all chains to provide the most relevant results. Please note, to ensure accuracy, you can verify the token you wish to purchase by checking its market cap, price, and contract address.

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

2. **Token list**

   UniversalX displays tokens across all chains, categorized for your convenience. You can explore different lists to find your desired themes and categories, or customize filters and sorting based on your specific needs.

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

3. **Glance List**

   You can add tokens you're interested in to the Glance List by clicking the 'Glance' button and view them together later on the 'Trade' page. Alternatively, click the 'Glance All' button to add all tokens to the Glance List at once.

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

4. **About Risks**

   To protect users from purchasing fraudulent tokens on the blockchain, UniversalX conducts comprehensive risk assessments for all tokens. Risk indicators are clearly marked in both the token list and the token details page. Please review these indicators before making a purchase to avoid potential asset losses.

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

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


---

# 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://docs.universalx.app/understand-1/chain-agnostic-trading/finding-tokens.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.
