# Platform Fees

LFJ charges a **1% platform fee** on all **premium trading tools.** This includes:

* **Limit Orders**
* **DCA Orders**
* **Stop Loss Orders**
* **Market Orders placed via the Terminal page**
* **Buys made via the Trenches Page**

This fee is applied at **execution** and is automatically deducted from the final output amount you receive. The fee will also be viewable on the UI before you confirm your trade.

{% hint style="success" %}
**No Fee on Swap Page**\
\
LFJ does not charge a platform fee for trades made via the **Swap page.** Users can make trades via the LFJ meta-aggregator with no fees when swapping through LFJ's traditional swap experience.
{% endhint %}

***

### Example Scenarios

#### Limit Order

You place a Limit Order to **buy 1 $SOL with 100 $USDC**.\
When price hits your target, LFJ executes the order.

* Execution amount = 1 SOL
* 1% fee = **0.01 SOL**
* Final received = **0.99 SOL**

{% hint style="info" %}

### Gas Fees&#x20;

LFJ's platform fees **do not include gas**. Gas fees are paid separately and go directly to the blockchain network (e.g. Ethereum, Avalanche).

Gas costs vary based on network activity and your gas settings selected. You’ll see an estimated gas cost before confirming any trade.
{% 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.lfj.gg/trading-platform/platform-fees.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.
