# Trading basics

A Perpetual Futures (Perps) contract is a derivative financial contract without an expiry date that allows traders to speculate on the underlying price movement with leverage, without owning that underlying.

### Key advantages of perps trading vs spot trading <a href="#key-advantages-of-perps-trading-vs-spot-trading" id="key-advantages-of-perps-trading-vs-spot-trading"></a>

1. **Possibility to long or short**: if you hold a token in the spot market, you can benefit only from its potential price appreciation. On the other hand, Perpetual Futures contracts allow you to profit from price movements in either direction: you can bet that the price of BTC will fall by entering a short BTC-PERP position and profit from its downtrend.
2. **Leverage**: if BTC price is at 30,000 USDC, on the spot market, you can only afford to buy 1 BTC if you have 30,000 USDC in your balance. However, with a 10x leverage on the BTC-PERP contract, you can open 1 BTC-PERP contract on WOOFi Pro with only 3,000 USDC as collateral. Perpetuals make trading **more capital efficient**.
3. **Liquidity:** Futures market volume surpasses by far spot trading volume, allowing users to access deeper liquidity and trade with a minimal price impact

### WOOFi Pro USDC Perpetual Futures contracts <a href="#orderly-usdc-perpetual-futures-contracts" id="orderly-usdc-perpetual-futures-contracts"></a>

WOOFi Pro offers USDC-based Perpetual Futures contracts. Collateral is in USDC and all perpetual contracts are quoted and settled in USDC.

### [​](https://orderly.network/docs/trade-on-orderly/trading-basics/perpetual-futures#cross-margin)Cross-margin <a href="#cross-margin" id="cross-margin"></a>

WOOFi Pro currently offers only 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.

### [​](https://orderly.network/docs/trade-on-orderly/trading-basics/perpetual-futures#supported-leverages)Supported leverages <a href="#supported-leverages" id="supported-leverages"></a>

WOOFi Pro will enable the following leverages: 1x, 2x, 3x, 4x, 5x, 10x, 20x, and 50x.

### [​](https://orderly.network/docs/trade-on-orderly/trading-basics/perpetual-futures#position-mode)Position mode <a href="#position-mode" id="position-mode"></a>

WOOFi Pro currently allows only one-sided mode: traders cannot hold both long and short positions for a single Perpetual Futures contract.


---

# 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://learn.woo.org/user-guides/pro/trading-basics.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.
