> For the complete documentation index, see [llms.txt](https://doc.lockerprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.lockerprotocol.com/browser-extension/hyperliquid-perps/markets-and-watchlist.md).

# Markets, watchlist & order book

Find a market, pin it, read its order book and a plain-language market read.

{% stepper %}
{% step %}

### Explore markets

**Explore markets** lists everything Hyperliquid trades: **Crypto** and **TradFi** categories, **Search markets**. Each row shows the price, **24h volume**, **Open interest**, **Funding rate**. *Market suspended by its operator* means trading is paused.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-31f9b6366820d50b106583921f0cd377716addc7%2F01-markets.png?alt=media" alt="markets"><figcaption><p>The markets list.</p></figcaption></figure>
{% endstep %}

{% step %}

### Watchlist and alerts

Star a market to pin it to your **Watchlist**. **Alert at ceiling** / **Alert at floor** notify you when the price crosses a level (*above X* / *below X*).

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-2fd656ebc8513df16661e58f1b7b89a01262ad14%2F02-watchlist.png?alt=media" alt="watchlist"><figcaption><p>The watchlist with alerts.</p></figcaption></figure>
{% endstep %}

{% step %}

### Order book and market read

Open a market: chart, **Order book** with **Spread**, and **Market read**: *Uptrend / Range / Downtrend*, the *6h corridor*, *RSI 14*, funding paid by longs or shorts, and the *typical daily move*. **Your read** lets you pick a scenario (*Bounce off the floor*, *Fade off the ceiling*, *Up day*, *Down day*); the wallet prefills an order from it, *it recommends nothing*.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-c6529f61a0679dd5ac1d5e3f61af2dd2b35d8e2a%2F03-order-book.png?alt=media" alt="order book"><figcaption><p>Order book and market read.</p></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
*Computed locally from public prices, with a lag. A reading aid, not advice.*
{% endhint %}


---

# 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://doc.lockerprotocol.com/browser-extension/hyperliquid-perps/markets-and-watchlist.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.
