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

# HyperAlpha Quick Trading Guide

🎁 Trading Privilege & Benefits: All trading orders executed on the HyperAlpha platform automatically enjoy a 20% trading fee rebate, credited in real time!

{% embed url="<https://youtube.com/shorts/YjUjuOriq-s?feature=share>" %}

#### 📌 Pre-Trading Checklist

* Ensure your wallet is successfully connected and the corresponding account's API Key is fully activated.
* Enter the trading hall by visiting the [HyperAlpha Trade](https://app.hyperalpha.org/trade) page.
* Language Selection: If you need to switch languages, you can freely choose \[繁体中文 / English / 한국어] from the dropdown menu in the top right corner.

<img src="/files/ZwzlnTNjBoeK6tBjgqTt" alt="" height="336" width="155">

### 6 Core Steps to Trade

#### Step 1: Select Your Trading Asset

* Navigate to the coin selector in the top left corner of the page and click the dropdown menu to select the crypto asset you wish to trade (e.g., BTC, ETH, etc.).

<img src="/files/RtVTE2noWWW0MduLLF9v" alt="" height="337" width="157">

#### Step 2: Switch to the Order Panel

* In the central main view area, switch the tab from \[Chart] to the \[Place Order] panel.

<div><img src="/files/77Zso5BReY4A36YwwkEQ" alt="" height="444" width="206"> <img src="/files/CvMseDuKWk3Nn60dOtnt" alt="" height="444" width="205"></div>

* If this is your first time entering, please click \[Enable Trading] to activate the trading console for the selected asset.

#### Step 3: Configure Margin Mode & Leverage

* Set your margin mode based on your risk tolerance: \[Cross] or \[Isolated].
* Drag the slider or manually input a value to adjust your Leverage.

<img src="/files/MBECwFPbBSVBYA7ngRFq" alt="" height="438" width="202">

#### Step 4: Select Order Type

HyperAlpha deeply synchronizes with Hyperliquid's native order matching system, supporting the following three modes:

* Market Order: Executes immediately at the best available market price, ideal for fast entries.
* Limit Order: Specify your target price; the order will only trigger and fill when the market hits that price.
* Advanced Order: Includes Take Profit/Stop Loss (TP/SL) and other advanced conditional orders (fully identical to Hyperliquid's rules).

<img src="/files/WdQsXlNtVrmC5FY5VI5R" alt="" height="366" width="169">

#### Step 5: Select Trading Direction

* Bullish / Long: Click \[Buy Long].
* Bearish / Short: Click \[Sell Short].

<img src="/files/UeDpTCXs7Goe5EBvZChl" alt="" height="370" width="170">

#### Step 6: Enter Amount & Place Order

* Input the quantity of the cryptocurrency you wish to open.
* ⚠️ Strict Constraint: The system's minimum order size is 10 USDC per single transaction.
* Once you have verified all parameters, click the \[Place Order] button at the bottom to send your order to the chain/matching engine queue.

<img src="/files/x2ryNiTW1lP9z4hTtfD2" alt="" height="416" width="193">

<br>


---

# 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:

```
GET https://hyperalpha.gitbook.io/hyperalpha-docs/guide/hyperalpha-quick-trading-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
