# Withdrawal Fees & Minimums | Dynamic Network Costs

### Withdrawal Fees

PowerTrade charges fees on cryptocurrency asset withdrawals from our platform. These fees are calculated dynamically based on prevailing applicable network fees. Withdrawal fees will be charged in the form of the cryptocurrency asset that is being transacted.

Withdrawal fee estimates will be displayed on the withdrawal confirmation screen of your app before the transaction is executed.

### Examples

The following examples are not exhaustive, but are meant to illustrate common scenarios involving withdrawal fees.

#### **User has sufficient funds**

Alice has 100 USDC in her PowerTrade account. She initiates a withdrawal of 20 USDC. Withdrawal fees are set at 10 USDC for this transaction. As a result of the withdrawal, Alice receives 20 USDC and has 70 USDC left in her account.

#### **User withdraws the entirety of their balance**

Alice has 100 USDC in her PowerTrade account. She initiates a withdrawal of 100 USDC. Withdrawal fees are set at 10 USDC for this transaction. As a result of the withdrawal, Alice receives 90 USDC and has 0 USDC left in her account.

#### **User withdraws most of their balance, but is unable to fully cover the amount and fees**

Alice has 100 USDC in her PowerTrade account. She initiates a withdrawal of 95 USDC. Withdrawal fees are set at 10 USDC for this transaction. As a result of the withdrawal, Alice receives 90 USDC and has 0 USDC left in her account.

## Withdrawal Minimums

There is a minimum withdrawal amount that corresponds to roughly 20 USD in each asset. Withdrawal attempts that specify amounts that are lower this minimum will fail with an error message. Depending on the volatility of the asset in question, these minimum amounts could fluctuate. If you encounter the "Withdrawal amount less than minimum" error message even though your specified withdrawal amount is significantly greater than 20 USD, please [contact support](mailto:support@power.trade).

## Still have questions?

**Email Support:** <support@power.trade>

**Telegram:** <https://t.me/power_trade>


---

# 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://support.power.trade/how-to-use-powertrade/fees/withdrawal-fees-and-minimum.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.
