Withdraw legacy PoolTogether V3 prize-pool positions
Check an Ethereum wallet across all nine reviewed PoolTogether V3 routes, including routes that DeBank can withdraw directly, and inspect the full-balance quote and three ordinary MetaMask or Rabby transactions.
- Protocol
- PoolTogether V3
- Networks
- Ethereum
- Settlement
- 90% user / 10% service fee
- Last reviewed
- August 30, 2026
What DeFiReclaim supports
Contract-level exit
The owning EOA signs an exact controlled-token approval, an exact bounded output-token fee approval and one Router exit transaction through ordinary eth_sendTransaction requests. The original PrizePool burns the controlled token and sends underlying directly to the user; the immutable Router then settles exactly 90% to the user and 10% to DeFiReclaim in the same exit transaction, consumes both allowances and retains no custody. COMP and SUSHI may use PoolTogether's permissionless cancelAward only when an existing RNG request is already timed out.
Support scope
The route-only registry covers DAI, USDC, UNI, COMP, GUSD, POOL, SUSHI, USDT and Uniswap POOL/WETH LP. DeBank currently exposes a working direct withdrawal for USDC, UNI, GUSD, POOL, USDT and the LP route; those alternatives are disclosed in wallet results. DAI has no DeBank PoolTogether action, while COMP and SUSHI show a DeBank action that currently fails on their stale RNG state.
Liquidity boundary
Every lookup pins one current Ethereum block, reads the complete controlled-token balance, quotes PoolTogether's early-exit fee and checks the original full withdrawal. A live RNG request that is not timed out blocks exit. Production evidence combines complete census/direct simulation, a successful state-changing fork for every route and 18/18 branded MetaMask/Rabby ordinary-wallet executions.
Exit contracts and deployments
These public explorer links let users and automated systems inspect deployed bytecode, transaction history and deployment receipts.
PoolTogether V3 Standard Wallet Router
0x6c774c26428f200cb83ce4266709f8e8c0df46aaPoolTogether V3 DAI PrizePool
0xebfb47a7ad0fd6e57323c8a42b2e5a6a4f68fc1aPoolTogether V3 USDC PrizePool
0xde9ec95d7708b8319ccca4b8bc92c0a3b70bf416PoolTogether V3 UNI PrizePool
0x0650d780292142835f6ac58dd8e2a336e87b4393PoolTogether V3 COMP PrizePool
0xbc82221e131c082336cf698f0ca3ebd18afd4ce7PoolTogether V3 GUSD PrizePool
0x65c8827229fbd63f9de9fdfd400c9d264066a336PoolTogether V3 POOL PrizePool
0x396b4489da692788e327e2e4b2b0459a5ef26791PoolTogether V3 SUSHI PrizePool
0xc32a0f9dfe2d93e8a60ba0200e033a59aec91559PoolTogether V3 USDT PrizePool
0x481f1ba81f7c01400831dff18215961c3530d118PoolTogether V3 POOL/WETH LP PrizePool
0x3af7072d29adde20fc7e173a7cb9e45307d2fb0aPoolTogether V3 exit FAQ
Can I sign a PoolTogether V3 exit now?
Yes. The immutable ordinary-wallet Router is deployed and source-verified. A normal MetaMask or Rabby EOA signs exact approvals followed by one exit transaction; every route still requires a fresh wallet-scoped quote and exact simulation.
Which PoolTogether V3 routes can DeBank withdraw?
DeBank produced a successful full-balance withdrawal preview for USDC, UNI, GUSD, POOL, USDT and Uniswap POOL/WETH LP. These are separate direct alternatives and are disclosed wherever applicable; DeFiReclaim does not present itself as the only withdrawal path.
How does exit handle the COMP and SUSHI RNG lock?
The Router can call PoolTogether V3's original permissionless cancelAward function only after isRngRequested is true and isRngTimedOut is also true. It never cancels a live request that has not timed out, and the whole route fails closed if the stale lock is not cleared.