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

# Markets and Charts

The Markets page is where you find something to trade. It lists every perpetual market on Jetbit with the numbers you need to size up each one.

## Finding a market

At the top of the page, cards highlight the day's top gainers and losers. Below them, tabs let you filter the full list. **All perps** shows everything. **Favorites** shows the markets you have starred. **Top volume**, **Gainers**, **Losers**, and **New** each sort the list a different way. There is also a search box if you already know what you are looking for.

## Reading the table

Each row is one market, and the columns give you a full snapshot.

* **Market** is the asset and its perpetual contract, such as BTC-PERP.
* **Last price** is the most recent trade price, with the 24 hour change beside it.
* **Mark** and **Index** show the price your position is valued against and the underlying reference price, side by side, so you can see exactly what fills and funding are based on.
* **24h Hi** and **Lo**, and **24h volume**, give you the day's range and activity.
* **Open interest** is the total size of positions open on that market.
* **Funding /4h** is the current funding rate, and it applies every four hours.
* **Max lev** is the highest leverage that the market allows.

Star any market to add it to your Favorites, and click **Trade** on a row to jump straight to its trade screen.

## Prices and the oracle

Jetbit does not run an order book. Prices come from an oracle that streams a mark price and funding rate into the engine. The same oracle price that fills your orders also drives the charts, the ticker at the top of the app, and the funding math, so there is one source of truth across the whole platform.

You can check if the oracle is running at any time. The status bar at the bottom of every screen shows oracle health next to the current block, so the data behind your trades is never a black box.


---

# 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.jetbit.com/markets-and-charts.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.
