# What is perpetual trading

## Introduction

Perpetual contracts have given the web3 space a much needed instrument to take directional bets and execute hedges in a seamless manner.

A perpetual contract is a derivative product that is similar to a futures contract but has no expiration date. What’s so significant about this versus traditional spot markets or futures can be broken down to 3 main things:

1. **Capital Efficiency via Leverage:** The advantage of trading a perpetual contract over a spot contract is that perpetuals offer the trader the ability to trade on margin: Rather than having to fund the full cost of the trade (eg. 10 ETH) , the trader has the option to put down only part of the notional in margin (eg. 1 ETH), opening up capital to be allocated elsewhere
2. **No Requirement to hold Underlying Assets:** A perpetual future is a derivative, which means that while the profits or losses of the trade depend on the price of the underlying - like ETH for example, there is no real need to own ETH in order to trade it. As long as there is sufficient collateral provided and a price feed, a perpetual contract can be traded for almost any token.
3. **No Physical Settlement of Underlying Assets:** Trades can be held with leverage in perpetuity as long as the trader has sufficient collateral to pay for ongoing fees. There is no physical settlement of the underlying - for example, ETH, as there is no expiration date. This makes trading perpetuals much easier as when a trade is closed, it can be settled straight in USDC on your account, rather than having to deal with multiple tokens or selling the futures before they expire.

{% hint style="success" %}
All users can leverage their position up to 25x, and you can unlock 100x leverage trading with 300 FLP staked on Fulcrom.
{% endhint %}


---

# 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.fulcrom.finance/fulcrom-finance/about-fulcrom/what-is-perpetual-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.
