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

# Leverage Trading

SphereX offers a powerful trading platform that seamlessly integrates market information, order placement, and position management, helping you make informed decisions with ease.

At the top, the **Market Info Bar** provides real-time data for the BTC/USDT trading pair, including the current price, index price, mark price, and key indicators like price movement, highs, lows, and 24-hour volume. This comprehensive overview allows you to gauge market volatility and capital flow, optimizing your trading strategies accordingly.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcOIjufv9y4-EkNeGd4xK-wcmPZLod_dVE1lqSqFw03TPljLNALC-llFXhX-0z_CGNo6TGyuUH7oHA3fvVHZToUQS9TBfN-r31yixG-5TsM6z3T84M9g566pl9PG3XSRnbLUqcihJuoZUdyTG1aKMzGsULZ?key=hIK9_hVdxJWHYqT2lWd38A" alt=""><figcaption></figcaption></figure>

In the center, the **Chart Area** presents real-time K-line charts and market depth charts, offering visual analysis of market movements and potential trading opportunities. The K-line charts support various time frames (from 1-minute to 1-day) and come equipped with technical indicators to suit your analysis needs. The **Market Depth Chart** displays current buy and sell orders, providing insights into market sentiment.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfKxzBVglYRGQG6Q-2I8juW24hvGytY9jIRFuxyvAPUIpISVxheJjsQx9a4EPmCXP8PJGURt3ZAVtQbqS4DRtkCErjGRJzhG5OKVxozehj5VCw4Q9EZl4ovWiJPtrD-iqZh-lDmNce2o5K5CcFNWlUHBpw9?key=hIK9_hVdxJWHYqT2lWd38A" alt=""><figcaption></figcaption></figure>

On the right, the **Order Module** simplifies order placement. Choose from different order types—limit, market, or stop-limit—and customize your settings with order amounts, leverage ratios, and take-profit/stop-loss conditions. The **Buy/Long** and **Sell/Short** buttons allow for quick execution. This module also shows your account’s asset status, including available funds, realized/unrealized profits, and margin ratio, so you're always aware of your financial standing. The **Deposit** and **Withdraw** buttons streamline fund management for smooth transactions.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdOmsyc_SYVgejKAzEg_CAJoInJ8H3vTdr7_7p4MWZ03YTliHX-pAknFlWpl1--_NHfMoxVbbXYQKPtxWV2DxSLuLkoByNh1M1ghD4KK-7-CZAkk1NBLi-t9o5rNJl9Zlk5XQHnil4zUA3nB9WnATOKBSvW?key=hIK9_hVdxJWHYqT2lWd38A" alt=""><figcaption></figcaption></figure>

At the bottom, the **Position Management** area offers a detailed view of your positions, including contract names, position quantities, opening prices, mark prices, margin ratios, stop-loss/take-profit status, and unrealized profit/loss. You can efficiently manage and adjust positions, review conditional orders, active orders, filled orders, and trading history—all in one place.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfsrKiOW_O5BBqwNQNu6o1c3C6XB5e_XfJ1ywBvcf4rpvVv4j3RKD3eDj9HB-6MeyL33ME13drSP1GpVJcNpQcn39frXfoQdm28LStPcb23Rg85xWi8ZleRMM8cy74dY64SKZjXKu_kv8b3K8Yjyf0DrY2t?key=hIK9_hVdxJWHYqT2lWd38A" alt=""><figcaption></figcaption></figure>

The trading page brings together market analysis, order execution, and position management, empowering you to stay informed, make precise decisions, and confidently navigate market fluctuations.


---

# 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://spherex-4.gitbook.io/spherex/product/leverage-trading.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.
