# Perpetuals

To get started with Perps Trading on Oxium, head over to the dApp.

## 1. Enable Trading

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

* Connect your wallet
* Click "Enable Trading"

This will automatically create your Perpetuals account for you.

***

## 2. Deposit

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

Time to fund your Perpetuals Wallet.

* Click "Deposit"
* Select the amount you want to use for Perps Trading
* Confirm

Your Perpetuals Account is now funded and you're ready to trade.

***

## Market Order

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

Execute *immediately* at best available market price.\
By default, swaps are executed as market orders.

**Parameters:**

* Trading pair (e.g. ETH/USDC)
* Long or Short
* Leverage; from 1x up to 100x
* Quantity; the amount of tokens you want to buy

Note: \
Oxium currently offers cross-margin mode. As a trader, you can deposit USDC collateral and it will be shared across all open positions to calculate the margin ratio.

***

## Limit Order

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

Limit Orders allow you to place orders and execute Trades at your desired price, instead of swapping immediately at the current Market Price.\
This allows for efficient and precise swaps at your desired price with automated execution.

Note: \
Oxium currently offers cross-margin mode. As a trader, you can deposit USDC collateral, and it will be shared across all open positions to calculate the margin ratio.

***

## Open Orders, Positions & Order History

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

You can see all your Open Orders, current Positions and your previous Order History all in one Tab, and manage them from here.


---

# 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.oxium.xyz/dapp-guide/perpetuals.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.
