> For the complete documentation index, see [llms.txt](https://osige.gitbook.io/osige-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osige.gitbook.io/osige-docs/trading/explore-and-markets.md).

# Explore and Markets

The [Explore page](https://osige.exchange/explore) is the public starting point for browsing markets and Osige activity.\
You can browse freely before connecting a wallet or signing anything.

![Osige Explore page with market cards and the token table](/files/r4pKXNuUPX7KcoBlizFi)

## Browse markets

Explore lets you view tokens and pools at a glance:

* **Trending / Top Traded:** Markets with high current volatility and markets receiving concentrated trading volume
* **Category:** Token groups, including stablecoins
* **Watchlist:** Star a market to find it again in one place at any time
* **Featured Banner & Market News:** A news ticker for product announcements and external market headlines

Tokens verified by the Osige team display a **verification badge**. The badge only means that the listing matches a known contract address; it does not guarantee the token's value. Anyone can create tokens and pools, so always check the full contract address before trading an unfamiliar asset.

From a market row, you can go directly to that token's pool detail page and [provide liquidity](/osige-docs/liquidity/provide-liquidity.md).

## Why numbers in the app can differ

Explore presents three data types that refresh on different schedules:

* Indexed onchain history, including charts, volume, and rankings
* Live RPC reads, including balances and current pool state
* External market context, including Upbit and news

If a value looks stale or empty, use the chain as the source of truth.\
The value that matters for execution is the quote shown on the [Trade page](/osige-docs/trading/swap.md) just before you sign.


---

# 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://osige.gitbook.io/osige-docs/trading/explore-and-markets.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.
