# Network Fees / Gas Fee Explanation

Why are fees required? Network fees, often referred to as "Gas," are mandatory costs required to validate and process transactions on the blockchain.

It is important to note that Cwallet does not collect or profit from these fees. They are paid directly to the blockchain.

The fee rates are not fixed, they fluctuate based on real-time network demand. During periods of high blockchain congestion, fees will naturally increase to ensure transaction priority.

<mark style="color:green;">**⚠️ NOTE:**</mark> Network fees apply exclusively to external withdrawals (on-chain transactions). All internal transfers between Cwallet accounts are processed off-chain and are therefore strictly fee-free.


---

# 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.cwallet.com/crypto-deposit-and-withdraw/common-issues/network-fees-gas-fee-explanation.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.
