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

# Fees and Limits

Transparent pricing for automated trading. We align our incentives with yours through a volume-based discount model.

{% hint style="info" %}
These are **trading execution fees from LandingNet** and are applied **in addition** to the regular exchange fees.

For Hyperliquid's base fees, please refer to their [official documentation](https://hyperliquid.gitbook.io/hyperliquid-docs/trading/fees).
{% endhint %}

## Perpetuals

**Standard Rate: 0.035%**

Applies to all perpetual futures trades executed by LandingNet bots.

## Spot

**Standard Rate: 0.1%**

Applies only to **Sell** orders on Spot markets. Buys are fee-free.

## Volume Discounts

High-volume traders benefit from significant fee reductions. Discounts are calculated based on your 30-day trailing volume across all LandingNet bots.

{% hint style="info" %}
Discounts are updated daily and applied automatically to your future trades once a tier is reached.
{% endhint %}

| Monthly Volume | Discount | Effective Perp Fee |
| -------------- | -------- | ------------------ |
| < $100k        | Standard | 0.0350%            |
| > $100k        | -10%     | 0.0315%            |
| > $300k        | -20%     | 0.0280%            |
| > $500k        | -30%     | 0.0245%            |
| > $700k        | -40%     | 0.0210%            |
| > $1M          | -50%     | 0.0175%            |
| > $5M          | -60%     | 0.0140%            |


---

# 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:

```
GET https://landingnet.gitbook.io/doc/documentation/fees-and-limits.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.
