> For the complete documentation index, see [llms.txt](https://docs.pooltogether.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pooltogether.com/pooltogether/guides/migration-guides/withdrawing-from-v2.md).

# 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!
