# Withdrawing Funds

{% hint style="info" %}
Pro tip: to process withdrawals, you need a small amount of ETH in the wallet you are withdrawing from, in order to pay for the gas fee required to process the transaction&#x20;
{% endhint %}

Funds can be withdrawn from Revenue Paths in 2 different methods:

#### Individual Revenue Path Withdrawal

When navigating to a Revenue Path's summary page, you can withdraw each token individually. The **'Available'** column will show the amount of funds that is available to be withdrawn. To begin the withdrawal process, click the **'Withdraw'** button that corresponds to the token that you would like to withdraw.

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

A dialog will prompt you to confirm your withdrawal. Click the **'Confirm'** button to continue. Your wallet (MetaMask) will prompt a transaction - once you accept it, the withdrawal process will begin.

![](/files/UV8rCQEHxvx8g6zIMb93)

Your transaction will take a few minutes to complete (depending on what value you set your transaction's gas to)

![](/files/zk6DO3qjZnNqt6ZgP9Ap)

When the transaction has completed and you see the confirmation dialog, your funds have reached  your wallet.

![](/files/JR3uxpGswVojp3KeGFZp)


---

# 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.r3vl.xyz/reveel-protocol-v2-documentation/getting-started/withdrawing-funds.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.
