# What is mining fee？

##

* [x] A **mining fee** is the payment made to miners for processing and confirming cryptocurrency transactions. It serves as a reward for miners who validate and add transactions to the blockchain.

**Key Points About Mining Fees:**

1. **Purpose**:
   * Incentivize miners to process transactions.
   * Secure and maintain the blockchain network.
2. **How It Works**:
   * Senders include a mining fee when making a transaction.
   * Miners prioritize transactions with higher fees for faster confirmation.
3. **Fee Amount Depends On**:
   * **Transaction size**: Larger transactions often cost more.
   * **Network congestion**: Higher demand may lead to increased fees.
   * **Confirmation speed**: Higher fees result in quicker processing.
4. **Responsibility**:
   * The **sender** pays the fee, not the recipient.

**Why Is It Important?**

{% hint style="success" %}
Paying mining fees ensures your transaction is processed efficiently, securely, and added to the blockchain reliably.
{% 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://mexc-web3.gitbook.io/mexcweb3-docs/basics/what-is-mining-fee.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.
