# 🏦 Service Fees

**Launch and Trading Fees**

* Deploy fee (for launching a token): 0.0005 BNB/0.0001 ETH/0.1 NEAR
* Trading fees: 1% for BNB (minimum 0.001 BNB) / 1% for ETH (minimum 0.0001 ETH) / 0.5% for NEAR (minimum 0.1 NEAR)/1% for Conflux (minimum 1 CFX).

**Curve Completion**

• Migration fee: 1 BNB/0.2 ETH/50 NEAR/1000 CFX

After the 100% bonding curve progress is achieved, a simple migration fee of 1 BNB/0.2 ETH/50 NEAR/1000 CFX is taken from the liquidity pool to cover the migration on PancakeSwap.&#x20;

The last trade in the bonding curve progress is rewarded with 0.015 BNB/0.05 ETH/1 CFX, as the final contributor is initiating the transaction of adding liquidity and deploying a DAO (in the case of the Fair Curve). This incentive will cover gas and reward this contribution.&#x20;

On the Ethereum network, a Token Creator's Reward of 0.05 ETH is also provided on migration.

### Fee and Reward Structure Across Networks

| Parameter               | BNB Chain        | Ethereum          | Near               | Conflux       |
| ----------------------- | ---------------- | ----------------- | ------------------ | ------------- |
| Deploy fee:             | 0.0005 BNB       | 0.0001 ETH        | 0.1 NEAR           | 0 CFX         |
| Trading fees:           | 1% min 0.001 BNB | 1% min 0.0001 ETH | 0.5%, min 0.1 NEAR | 1%, min 1 CFX |
| Migration fee           | 1 BNB            | 0.225 ETH         | 50 NEAR            | 1000 CFX      |
| Token Migrator's Reward | 0.015 BNB        | 0.05 ETH          | -                  | 1 CFX         |
| Token Creator's Reward  | -                | 0.025 ETH         | -                  | -             |


---

# 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.gra.fun/how-to-launch/service-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.
