> For the complete documentation index, see [llms.txt](https://docs.avantisfi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avantisfi.com/trading/zero-fee-perpetuals-zfp.md).

# Zero-Fee Perpetuals (ZFP)

## A 0-1 instrument, built for high-leverage, loss-averse traders.&#x20;

[Avantis](https://beta.avantisfi.com/trade) is introducing “zero-fee perpetuals”, DeFi’s first true “perpetual”, that enables traders to open perp positions, while only paying a fraction from their profits (if any) upon closing: this means no fixed opening and closing fee, or borrowing fee, if your gross PNL is < 0. For the first time in DeFi, only pay from your future profits.

Zero-fee perpetuals are now live in beta for BTC, SOL and ETH, with up to 250x leverage (with a minimum leverage of 75x).&#x20;

## Back to basics: What is a perpetual

The word “perpetual” itself is a misnomer. Your position can still be liquidated, even if price doesn’t move against you. But how?

* Orderbook (CLOBs) DEXs and CEXs charge you funding rates for taking the popular side. If you hold for too long, these fees can lead to liquidations. More often than not, crypto markets are long-biased, meaning long traders pay funding fees constantly to short traders.
* AMMs: Fully onchain perpetuals exchanges powered by LP pools (like Avantis, GMX, Gains) charge a borrowing fee. This too can eat into net profits and cause liquidations over time.

In addition, there’s two major economic issues with perps:

* Fixed fees reduce your alpha: Traders always need a certain price move to “breakeven” on costs.
* Changing liquidation prices (impacted by funding and / or borrow fees) creates inefficient risk management for high leverage trades.
* Borrow fees (or funding rates) erode your collateral over time

## Pay only if you win.

Data from popular perp exchanges shows that 90%+ traders end up losing money trading perps. Yet they’re still subject to fixed fees, holding fees and slippage. **Why pay ANY fees if you lose?**&#x20;

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


---

# 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://docs.avantisfi.com/trading/zero-fee-perpetuals-zfp.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.
