> For the complete documentation index, see [llms.txt](https://docs.fuelswitch.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fuelswitch.io/your-wallet/how-to-deposit-or-withdraw-funds.md).

# How to deposit or withdraw funds

1. Select the 'Wallet' option under the account settings at the top right of the screen&#x20;

&#x20;![](/files/IfJyZ3jMbRbVfz8lSgOj)

### Deposit

1. Select  ‘**Deposit**’&#x20;

<figure><img src="/files/zRxX8RSmgJjf7fRNrOpD" alt=""><figcaption></figcaption></figure>

2. Fill in the amount you would like to Deposit. The platform will indicate the amount you will receive after fees have been deducted. Click on the 'Next' button at the bottom right of the screen.

<figure><img src="/files/d4wEMWmzp1PIBEw8ifL7" alt=""><figcaption></figcaption></figure>

3. Select your preferred deposit method, being either EFT or Payfast deposits.
   1. If you have selected EFT: Transfer the funds to the Fuel Switch bank account and send the Proof of Payment to <deposits@fuelswitch.io>.
   2. If you have selected the Payfast method, continue by following the Payfast user flow and completing the transaction on their systems. We will automatically issue your funds to your account after the Payfast transaction has been completed.

<figure><img src="/files/C3NKnBzLQ11CULnH1Ww7" alt=""><figcaption></figcaption></figure>

### Withdraw

1. To withdraw funds, click on the 'Withdraw button under your wallet details
2. Doublecheck the bank details registered on the platform and then fill in the withdrawal amount.
3. Confirm the withdrawal. by clicking on the 'Confirm and Submit' buttom in the bottom left of the screen.

<figure><img src="/files/gEZPqz11ysqVbEsQZchA" alt=""><figcaption></figcaption></figure>

4. The finance team will then process your request and make the payout to your registered account.


---

# 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://docs.fuelswitch.io/your-wallet/how-to-deposit-or-withdraw-funds.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.
