> 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-v4.md).

# Withdrawing from V4

To withdraw directly from the SmartContract navigate to the block explorer respective to the chain that you have your PoolTogether deposit on.

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

Use one of the links below to find the PoolTogether Smart Contract:

* [Ethereum (Etherscan)](https://etherscan.io/address/0xd89a09084555a7D0ABe7B111b1f78DFEdDd638Be#writeContract)
* [Optimism (Optimistic Etherscan)](https://optimistic.etherscan.io/address/0x79Bc8bD53244bC8a9C8c27509a2d573650A83373#writeContract)
* [Polygon (Polygonscan)](https://polygonscan.com/address/0x19DE635fb3678D8B8154E37d8C9Cdf182Fe84E60#writeContract)
* [Avalanche (Snowtrace)](https://snowtrace.io/address/0xF830F5Cb2422d555EC34178E27094a816c8F95EC#writeContract)

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

Make sure you are on the Contract tab and select Write Contract. Connect your wallet.

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

Scroll to `18. withdrawFrom`.

* Input your address into the **`_from`** field
* Input the amount you want to withdraw in the **`_amount`** field
* Click `Write`

{% hint style="info" %}
**Note**:\
USDC has 6 decimals, so you have to add 6 0's at the end of the amount. Example: To withdraw 10 USDC, input 10000000 into the \_amount field.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pooltogether.com/pooltogether/guides/migration-guides/withdrawing-from-v4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
