# Withdrawing from V2

### **Step 1**:&#x20;

Navigate to the [Prize Pool contract on Etherscan](https://etherscan.io/address/0x29fe7d60ddf151e5b52e5fab4f1325da6b2bd958#writeProxyContract).

### **Step 2**:&#x20;

Make sure you are on the contract tab and you are writing as Proxy. Click "Connect to Web3".

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

### **Step 3**:&#x20;

Scroll down to 37 `withdrawCommittedDeposit`

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

The \_amount field requires you to enter the amount formatted as uint256. DAI has 18 decimals.

{% hint style="info" %}
Example: \
To withdraw 10 DAI, the uint256 number is `10000000000000000000`
{% endhint %}

### Step 4:

Click on Write and sign the transaction in your wallet. 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://docs.pooltogether.com/pooltogether/guides/migration-guides/withdrawing-from-v2.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.
