> For the complete documentation index, see [llms.txt](https://eu.support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eu.support.backpack.exchange/exchange/deposits-and-withdrawals-1/crypto/withdrawal-fees.md).

# Withdrawal Fees

We’ve recently introduced dynamic withdrawal fees and limits on Backpack. These are now updated every 12 hours based on notional market prices to ensure fairness and efficiency across supported networks.

***

## **Current Estimated Withdrawal Fees**

| Asset | Network               | Approx. Fee  |
| ----- | --------------------- | ------------ |
| SOL   | Solana                | 0.005 SOL    |
| USDC  | Solana                | 0.6 USDC     |
| ETH   | Ethereum              | 0.0016 ETH   |
| USDC  | Ethereum              | 3 USDC       |
| BTC   | Bitcoin               | 0.000118 BTC |
| BTC   | Solana (Coinbase BTC) | 0.000007 BTC |

These fees are estimated and can vary slightly with each update.

***

### **How Often Are Fees Updated?**

Withdrawal fees and limits are automatically updated every 12 hours, factoring in real-time price fluctuations and blockchain activity. This helps maintain a balance between affordability and network security.

***

If you have any questions or notice anything unusual, feel free to contact our support team at <support@eu.backpack.exchange>.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://eu.support.backpack.exchange/exchange/deposits-and-withdrawals-1/crypto/withdrawal-fees.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
