> 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

This guide explains how to withdraw from the PoolTogether V2 Smart Contracts.

### **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="https://3870527265-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MjVmQloS14HsmiACMUz-887967055%2Fuploads%2FdrSPNrS74g1ejHjBAJ56%2Fimage.png?alt=media&amp;token=41fbcc3f-02f3-48b3-9a51-8b99c51e59f4" alt=""><figcaption></figcaption></figure>

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

Scroll down to 37 `withdrawCommittedDeposit`

<figure><img src="https://3870527265-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MjVmQloS14HsmiACMUz-887967055%2Fuploads%2Fz5EWroLkDk3B8FSMnGkG%2Fimage.png?alt=media&amp;token=36711658-a7ea-40b0-99a9-e2dd325ca31e" 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!
