> For the complete documentation index, see [llms.txt](https://help.margex.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.margex.com/help-center/wallet.md).

# Deposits and Withdrawals

- [Deposits](https://help.margex.com/help-center/wallet/deposit.md): There are two deposit options: 1. Direct BTC deposits from another BTC wallet to your Margex account. 2. Bank card deposits via Changelly/ChangeNow.
- [How to Deposit](https://help.margex.com/help-center/wallet/deposit/how-to-deposit.md): Direct BTC deposits from another BTC wallet to your Margex account Wallet are simple: 1. Select your coin 2. Copy your deposit address 3. Paste your Margex deposit address in the other wallet
- [Deposit Conditions](https://help.margex.com/help-center/wallet/deposit/conditions.md): Deposit conditions: Margex supports deposits of multiple coins including BTC, ETH, Tron, Solana on various networks: native, erc20, bep20, trc20, polygon, avalanche, Solana, Arbitrum and more.
- [How to Buy Bitcoin With a Credit Card (Buy Crypto with a Bank Card)](https://help.margex.com/help-center/wallet/deposit/where-to-buy-bitcoin.md): To purchase Bitcoin and other crypto with a bank card directly through your Margex Wallet: 1. Go to the Buy Crypto tab 2. Select your preferred payment method 3. Fill in your payment info
- [Withdrawals](https://help.margex.com/help-center/wallet/withdraw.md): Withdrawals on Margex are quick and simple. Learn about withdrawal conditions and how to withdraw your funds from Margex to an external address.
- [How to Withdraw](https://help.margex.com/help-center/wallet/withdraw/how-to-withdraw.md): To withdraw your funds: 1. Go to your Wallet 2. Click WITHDRAW and enter your withdrawal details 3. Confirm your withdrawal via email PIN code. Withdrawals are processed between 12 and 14 UTC
- [Withdrawal Conditions](https://help.margex.com/help-center/wallet/withdraw/conditions.md): A table of the minimum withdrawal amounts for each supported crypto. All pending withdrawals are processed once a day, between 12:00 - 14:00 UTC
- [Wallet Interface](https://help.margex.com/help-center/wallet/wallet-interface.md): The Wallet page reflects your account wallet stats and allows you to Deposit and Withdraw funds. Here you will find a detailed Transaction History log which reflects all of your wallet transfers.


---

# 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://help.margex.com/help-center/wallet.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.
