# Deposits and Withdrawals

#### Why haven't funds arrived?

If your deposit isn’t showing up, the most common reasons are failing to meet minimum deposit requirements, having the wrong network selected, or your deposit not meeting the requisite confirmations on its native network. Always copy addresses directly and ensure you are meeting any displayed minimums in the interface. For withdrawal delays, ensure you confirmed the transaction in your wallet and that the destination network is not congested.

#### Why can I not withdraw?

Ensure you keep a tiny amount of stablecoin in your perps account whenever you want to withdraw. It’s a quirk of how Hyperliquid handles transfer fees. The error is essentially telling you that the withdrawal can’t be processed because it can’t deduct the fee.

#### Why don't you accept \[Asset X] on \[Network Y]?

You might wonder why only certain assets/networks are supported. This depends on protocol support, oracle availability, and other factors. We’ll expand options over time, and any changes will be noted in the interface.


---

# 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.trade.xyz/support-and-faqs/faqs/deposits-and-withdrawals.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.
