> 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/fr/wallet.md).

# Dépôts et retraits

- [Dépôts](https://help.margex.com/help-center/fr/wallet/deposit.md): Il existe deux options de dépôt : 1. Dépôts directs de BTC depuis un autre portefeuille de BTC vers votre compte Margex. 2. Dépôts par carte bancaire via Changelly/ChangeNow.
- [Comment Déposer](https://help.margex.com/help-center/fr/wallet/deposit/how-to-deposit.md): Dépôts BTC directs depuis un autre portefeuille votre portefeuille Margex: 1. Sélectionnez votre cryptomonnaie 2. Copiez votre adresse de dépôt 3. ollez votre adresse de dépôt Margex dans l'autre port
- [Conditions de Dépôt](https://help.margex.com/help-center/fr/wallet/deposit/conditions.md): Conditions de dépôt : Margex prend en charge les dépôts de plusieurs cryptomonnaies, notamment BTC, ETH, Tron, Solana, sur différents réseaux : natif, erc20, trc20, avalanche, Solana, et plus encore.
- [Comment Acheter des Bitcoins avec une Carte Bancaire](https://help.margex.com/help-center/fr/wallet/deposit/where-to-buy-bitcoin-1.md): Pour acheter du Bitcoin et autres cryptos par carte bancaire sur votre compte Margex: Rendez-vous sur la page Wallet, cliquez sur Acheter Crypto, renseignez les informations nécessaires.
- [Comment acheter du Bitcoin avec une carte de crédit (Acheter des cryptos avec une carte bancaire)](https://help.margex.com/help-center/fr/wallet/deposit/where-to-buy-bitcoin.md)
- [Retraits](https://help.margex.com/help-center/fr/wallet/withdraw.md): Les retraits sur Margex sont rapides et simples. Découvrez les conditions de retrait et comment retirer vos fonds de Margex vers une adresse externe.
- [Comment Retirer de l'argent](https://help.margex.com/help-center/fr/wallet/withdraw/how-to-withdraw.md): Pour retirer vos fonds : 1. Accédez à votre portefeuille 2. Cliquez sur RETRAIT et saisissez les détails de votre retrait 3. Confirmez votre retrait via le code PIN reçu par e-mail.
- [Conditions de Retrait](https://help.margex.com/help-center/fr/wallet/withdraw/conditions.md): Un tableau des montants minimums de retrait pour chaque crypto-monnaie prise en charge. Tous les retraits en attente sont traités une fois par jour, entre 12:00 et 14:00 UTC.
- [Vue d’ensemble de l’interface du Portefeuille](https://help.margex.com/help-center/fr/wallet/wallet-interface.md): La page du portefeuille affiche des statistiques et autorise les dépôts/retraits. Vous y trouverez un historique détaillé de toutes les transactions effectuées sur votre portefeuille.


---

# 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/fr/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.
