# Deposit & Withdraw

## **Deposit** <a href="#deposit" id="deposit"></a>

### Choose a chain <a href="#choose-a-chain" id="choose-a-chain"></a>

Warp is available on several blockchains, so you will have to choose among 4 chains:

1. BSC
2. Etherium Mainnet
3. Etherium Goerli
4. Polygon Network

### Select a token <a href="#select-a-token" id="select-a-token"></a>

Choose the token you want to deposit and its amount.

### Be patient <a href="#be-patient" id="be-patient"></a>

The longer you wait, the greater your anonymity set will be.

Congrats ! You did it. Now your tokens are on the Warp pool.

## Withdraw <a href="#withdraw" id="withdraw"></a>

### Choose a chain <a href="#choose-a-chain-1" id="choose-a-chain-1"></a>

Warp is available on several blockchains, so you will have to choose among 4 chains:

1. BSC
2. Etherium Mainnet
3. Etherium Goerli
4. Polygon Network

### Paste your note <a href="#paste-your-note" id="paste-your-note"></a>

Use your deposit note by pasting it in the corresponding box. Click on `Withdraw` and wait for the zk-Snark proof to be generated.

Last step is to confirm the withdrawal! Done!


---

# 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://warpcash.gitbook.io/faq/useful-tips/deposit-and-withdraw.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.
