# Trading on Hyperliquid

{% stepper %}
{% step %}

### Click the Perpetuals Tab on the Axiom Website

<figure><img src="/files/3NkU63o4YSwzwCqDfg4N" alt=""><figcaption></figcaption></figure>

When on the Perpetuals tab choose a pair that you want to trade with leverage!
{% endstep %}

{% step %}

### Choose Long/Short

<figure><img src="/files/BXpbLy5PNteBTleQ0aHk" alt=""><figcaption></figcaption></figure>

Longing vs. Shorting: The Basics

* Longing: Betting that an asset’s price will increase. You buy low, aiming to sell higher for a profit.
* Shorting: Betting that an asset’s price will decrease. You borrow and sell at a higher price, aiming to buy it back cheaper and keep the difference.
  {% endstep %}

{% step %}

### Execute your trade!

After typing in your buy amount (in USDC) and choosing your leverage, click "Long \[Pair]-USDC"

<figure><img src="/files/XAWeHWcfRELS8k1BRTjX" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Watch your Positions

<figure><img src="/files/qqG2N10b8jbfbWfUp76i" alt=""><figcaption></figcaption></figure>

While your in a position, all information will be shown in one of these 3 tabs. The positions tab are active positions that you are in right now. Open orders are order that you have put in but have not executed. Trades are all trades that have been done on your account with their respected PNLs.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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://docs.axiom.trade/perpetuals/trading-on-hyperliquid.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.
