# What are Perpetual Futures?

Perpetual futures (“perps”) are contracts that let you go long (bet price goes up) or short (bet price goes down) on an asset without owning the underlying asset directly.

Unlike traditional futures, perps do not have an expiration date. To keep perp prices close to the underlying market price, exchanges use a mechanism called funding (a periodic payment between longs and shorts).&#x20;

***Example***

If you open a 5x long on APPL, and APPL moves up 10%, your return is roughly +50% (before fees/funding).

If it moves down 10%, your loss is magnified in the same way.

<br>


---

# 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.tryliquid.xyz/about-liquid/what-are-perpetual-futures.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.
