> For the complete documentation index, see [llms.txt](https://hyperlynx.gitbook.io/hyperlynx-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperlynx.gitbook.io/hyperlynx-docs/trading/perps.md).

# Perps

Perpetuals are coming to Hyperlynx in **month 2**. When they launch, they'll carry the highest points multipliers in The Hunt.

{% hint style="info" %}
Perps are not live yet. Spot swaps, concentrated liquidity, and tokenized stocks are live from day one. This page covers what to expect when perps open.
{% endhint %}

## Why perps matter for The Hunt

When perps launch, they become the highest-weighted trading surface in the program:

| Position type            | Multiplier |
| ------------------------ | ---------- |
| **Maker / limit orders** | **×1.5**   |
| **Taker**                | **×1.3**   |
| Spot swaps               | ×1.0       |

Maker orders earn the highest multiplier in the program because they add depth to the book — they make the venue better for everyone.

## What to expect

* Standard perpetual mechanics — hold a leveraged long or short with a funding rate.
* Points accrue on every fill, fee-weighted, with the maker/taker split above.
* Perps feed into the same 30% trading pool as spot — so high perp volume earns a large share of that bucket.

## Until then

Stack points now through spot and liquidity during Genesis (the 2× window). When perps launch in month 2, you'll have loyalty and a pack already built — the best position to enter the highest-multiplier surface.

See [How to earn](broken://pages/77efdc458dae44fcba1021b9de6585e4de96e164) for the full multiplier picture.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hyperlynx.gitbook.io/hyperlynx-docs/trading/perps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
