# What are the fees for sending Bitcoin from my Blink wallet to another wallet?

The transaction fees vary depending on the type of transaction, whether it's an on-chain transaction or a Lightning transaction.

For sending Lightning payments, a routing fee is paid by the user, but there are no extra fees applied by Blink.

On the other hand, Blink's on-chain transaction fees are composed of three factors:

1. [**Miner fee**](/transaction-fees/what-are-mining-fees.md) - This fee is paid according to the current mempool state.
2. **Tiered fixed fee** - For withdrawals lower than 1,000,000 sats: 5,000 sats. For withdrawals of 1,000,000 sats or higher: 10,000 sats.
3. **Additional fee** - A 0.2% extra fee is charged for transactions above the allowance of 10 million sats LN-onchain imbalance in a 30-day rolling window.

Please note that the exact amount of transaction fees may vary depending on the current market conditions and network congestion.


---

# 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://faq.blink.sv/transaction-fees/what-are-the-fees-for-sending-bitcoin-from-my-blink-wallet-to-another-wallet.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.
