# How to Start Trading

Get from zero to your first perpetual trade in minutes.

## Prerequisites

* A Byreal account: sign up with Google, Email, Bybit, or connect an existing Solana wallet (see Account Setup)
* Funds in your Byreal Solana wallet: any supported token works (SOL, USDC, USDT, etc.), but USDC is recommended as it avoids swap fees during transfer

{% stepper %}
{% step %}

### Navigate to Perp Trading

Go to the Perp tab in the top navigation bar.
{% endstep %}

{% step %}

### Transfer Funds to Perp Account

Transfer USDC from your Solana wallet to your Hyperliquid perps account:

* Click the wallet icon in the top-right corner
* Click Transfer
* Enter the amount of USDC to transfer
* Confirm the transfer

The transfer is handled by Relay and typically completes in \~30 seconds. See Transfer & Bridging for details on fees.
{% endstep %}

{% step %}

### Enable Trading

After your first transfer, you'll need to enable perp trading:

* Click Enable Trading on the perp interface
* This activates your Hyperliquid trading session via Privy. No wallet signature is required.
  {% endstep %}

{% step %}

### Select a Market

Browse available markets or search by name. Each market shows:

* Current price and 24h change
* Funding rate
* Open interest
* Max leverage

Markets include crypto perps (BTC, ETH, SOL...) and RWA assets (xyz:GOLD, xyz:SILVER...). More markets will be added over time.
{% endstep %}

{% step %}

### Place Your First Trade

* Choose Long or Short
* Select order type (Market or Limit)
* Enter position size
* Adjust leverage (1x–40x depending on market)
* Optionally set Take Profit and Stop Loss
* Click Place Order to submit
  {% endstep %}

{% step %}

### Monitor Your Position

Your open position appears in the Positions panel below the chart.&#x20;

You can track:

* Entry price and mark price
* Unrealized PnL
* Liquidation price
* Funding payments

Congrats — you've placed your first perp trade on Byreal Perps!
{% 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.byreal.io/perps/how-to-start-trading.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.
