# Trader Fees

Trader Fees explain the costs users may pay when buying or selling tokens through BullNBear.

Fees can depend on the token stage, where the token was launched, and whether the token has already bonded.

## Trading Fees  Overview

| Trade Type                                   | BullNBear Trading Fee | Notes                                                                |
| -------------------------------------------- | :-------------------: | -------------------------------------------------------------------- |
| Normal web trades on BullNBear               |         **1%**        | Applies to eligible trades made through the BullNBear platform       |
| BullNBear launchpad coins during pre-bonding |         **1%**        | Applies while the coin is still in the early launch phase            |
| BullNBear launchpad coins during bonding     |         **1%**        | Applies while the coin is still bonding                              |
| BullNBear launchpad coins after bonding      |         **0%**        | Applies when bonded BullNBear coins are traded directly on BullNBear |
| BNB network fee                              |        Variable       | Paid to the BNB Chain network, not to BullNBear                      |
| MEV / speed fee                              |  Optional / variable  | Used for faster execution or improved transaction priority           |

***

### BullNBear Trading Fee

Users pay a **1% trading fee** on eligible trades made through BullNBear.

This applies to normal web trades and also to BullNBear launchpad coins during the **pre-bonding** and **bonding** phase.

***

### 0% Fees After Bonding

After a BullNBear launchpad coin has bonded, traders get a special advantage when trading it directly on BullNBear.

{% hint style="success" %}
BullNBear launchpad coins can be traded with **0% BullNBear trading fee** after bonding when traded on BullNBear.
{% endhint %}

BNB network fees still apply.

***

### BNB Network Fees

Every on-chain transaction requires a BNB network fee.

This fee is paid to the BNB Chain network, not to BullNBear. It applies to actions such as buying, selling, approvals, contract interactions, launching tokens, and claiming rewards.

BNB Chain gas is usually measured in **Gwei**.

| Gas Setting           | What It Means                            |
| --------------------- | ---------------------------------------- |
| Higher Gwei           | Faster confirmation, higher cost         |
| Lower Gwei            | Cheaper transaction, slower confirmation |
| Failed transaction    | Can still consume gas                    |
| High network activity | Can increase gas costs                   |

***

### MEV / Speed Fees

BullNBear may offer MEV or speed-related settings to improve execution.

These settings can be useful during launches, volatile moves, or high-volume trading periods.

| Setting           | Purpose                   | Cost     |
| ----------------- | ------------------------- | -------- |
| Standard gas      | Normal transaction speed  | Lower    |
| Higher gas / Gwei | Faster confirmation       | Higher   |
| MEV / speed tip   | Better execution priority | Variable |

{% hint style="warning" %}
Always review gas, MEV, slippage, wallet, and trade amount before confirming a transaction.
{% 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://bullnbear.gitbook.io/trade/bullnbear/fees/trader-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.
