> For the complete documentation index, see [llms.txt](https://docs.chewyswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chewyswap.com/products/dex-aggregator/price-ticker.md).

# Price Ticker

The ChewySwap DEX aggregator page isn’t just a swap tool – it also keeps users informed with a handy **market ticker** running along the interface. This ticker is essentially a scrolling (or updating) list of select token prices and their 24-hour change, giving a quick pulse of the market at a glance. It often displays popular tokens (like major Shibarium ecosystem coins and other trending assets) with their current price in USD (or the chain’s native token) and a small indicator of how much the price has moved in the last day (e.g., +5% or -3%). The presentation might use color cues – green for price up, red for price down – to make it easy to scan.

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

What’s neat about the ticker is that it’s **interactive**. If a user **clicks on a token** shown in the ticker, ChewySwap will open a **popup** with more detailed information. In that token detail popup, users can typically find:

* **Market Statistics:** Key data like the token’s current price, 24h high and low, trading volume, market capitalization (if available), and other useful stats.

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

* **Project Links:** ChewySwap makes it convenient to get more information about the token by providing direct links. These can include the **official website of the project**, and social media or community links like **Twitter/X, Telegram, or Discord**, and possibly a link to the token’s page on a block explorer or CoinGecko. This way, users can DYOR (do your own research) if a token catches their eye – all without leaving the ChewySwap page.

<figure><img src="/files/IUzFpEjbHYRtfoDdEGfO" alt="" width="193"><figcaption></figcaption></figure>

The market ticker feature turns the aggregator page into a mini dashboard for crypto market watching. New users will appreciate that they can monitor prices of top tokens in real-time while deciding on a swap. For example, a user might notice on the ticker that Token X is up 20% today – maybe prompting them to click it and learn more, or swap into it if they feel confident. It’s a bit of **meme culture meets practicality**: imagine a user seeing DOGE or SHIB coin zooming on the ticker – the interface almost winks and says “hey, look at this pup coin running today!” but in a very factual, data-driven way.

Overall, the ChewySwap DEX Aggregator page is **friendly and welcoming to new crypto users**. It provides powerful tools (like multi-DEX trading and name service transfers) in a simplified package. The tone of the platform (and this documentation) is lighthearted – you might even catch a dog meme reference or two – because crypto is meant to be fun as well as empowering. ChewySwap wants users to feel comfortable, whether they’re **seasoned traders sniffing out arbitrage** or **complete beginners taking their first steps** into decentralized finance. With its easy interface, helpful visuals, and a dash of humor, the ChewySwap DEX Aggregator is like a loyal pup by the user’s side in the vast dog park of DeFi, making the adventure easier and more enjoyable. Happy swapping, and may your trades always find the best route (with maybe a few treats along the way)! 🐕🚀


---

# 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.chewyswap.com/products/dex-aggregator/price-ticker.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.
