> 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/ko/trading/explore-and-markets.md).

# 탐색과 마켓 (Explore)

[Explore 페이지](https://osige.exchange/explore)는 마켓과 Osige 활동을 살펴보는 공개 시작점입니다.\
지갑을 연결하지 않아도 되므로, 서명 전에 자유롭게 둘러볼 수 있습니다.

![마켓 카드와 토큰 테이블이 있는 Osige Explore 페이지](/files/Qxin6KB9pDw7TfDXP2GP)

## 마켓 둘러보기

Explore에서는 토큰과 풀을 한눈에 살펴볼 수 있습니다:

* **Trending / Top Traded:** 현재 변동성이 큰 마켓과 거래량이 몰리는 마켓
* **Category:** 스테이블코인 등 토큰 그룹
* **Watchlist:** 관심 마켓에 별표를 누르면 언제든 한 번에 다시 찾을 수 있습니다
* **Featured Banner & Market News:** 제품 공지와 외부 마켓 헤드라인을 보여주는 뉴스 티커

Osige 팀이 검증한 토큰에는 **인증 뱃지**가 표시됩니다. 이 뱃지는 해당 목록이 알려진 컨트랙트 주소와 일치한다는 뜻일 뿐, 토큰 가치를 보증하지는 않습니다. 토큰과 풀은 누구나 만들 수 있으니 낯선 자산을 거래하기 전에는 반드시 전체 컨트랙트 주소를 확인하세요.

마켓 행에서 해당 토큰의 풀 상세 페이지로 바로 이동해 [유동성을 공급](/osige-docs/ko/liquidity/provide-liquidity.md)할 수 있습니다.

## 앱 안에서 숫자가 서로 다를 수 있는 이유

Explore는 갱신 주기가 서로 다른 세 종류의 데이터를 함께 보여줍니다:

* 인덱싱된 온체인 히스토리 (차트, 거래량, 랭킹);
* 실시간 RPC 읽기 (잔고, 현재 풀 상태);
* 외부 마켓 맥락 (업비트, 뉴스).

값이 오래됐거나 비어 보이면 체인을 기준으로 판단하세요.\
체결에 의미가 있는 값은 서명 직전 [Trade 페이지](/osige-docs/ko/trading/swap.md)에서 보는 견적입니다.


---

# 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/ko/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.
