docs: self-service withdrawal guide for deprecated isolated pools - #557
Closed
trumpgpt-bot wants to merge 1 commit into
Closed
docs: self-service withdrawal guide for deprecated isolated pools#557trumpgpt-bot wants to merge 1 commit into
trumpgpt-bot wants to merge 1 commit into
Conversation
Isolated pools are being removed from the Venus dApp (VPD-1777), so the only exit path left for remaining position holders is calling the contracts directly. This adds the "How to withdraw" doc the deprecation banner links to: repay, redeem and claim step by step from a block explorer, plus a full market reference (Comptroller, vToken, underlying, decimals) for every isolated pool on BNB Chain, Ethereum and Arbitrum. Market statuses in the reference were read on-chain on 2026-08-06: mint and borrow are paused everywhere, redeem and repay are open except for the matured Pendle PT markets and rsETH on Ethereum. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Claude Code Review
Claude Code Review is paused for this repository. To reconnect it, an admin of this repository's GitHub organization (or the account owner, for personal repositories) who can also manage your Claude organization's Code Review settings needs to re-link GitHub in Code Review settings. This is a one-time step.
Tip: disable this comment in your organization's Code Review settings.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
HOW-TO-WITHDRAW.md— the user-facing "How to withdraw" doc that the isolated-pools deprecation banner in the dApp will link to (VPD-1777), plus a pointer to it from the README.Since the dApp is dropping isolated-pool support entirely, calling the contracts directly from a block explorer becomes the only exit path for the remaining position holders. The guide covers it end to end:
balanceOf/borrowBalanceStoredapprove+repayBorrow(type(uint256).max)— the contract caps at the actual debtredeem(balanceOf), plusredeemUnderlyingfor partial exitsgetRewardDistributors→claimRewardToken, unwrapping WBNB/WETH,exitMarketInsufficientLiquidity,RedeemTransferOutNotPossible,ActionPaused,PriceError)Data
Addresses come from
deployments/. Every market's pause state was read on-chain (multicall) on 2026-08-06 — BNB Chain block 114,311,391, Ethereum 25,694,339, Arbitrum One 491,628,878:MINTandBORROWare paused in every isolated market;REDEEM,REPAY,TRANSFERandEXIT_MARKETare open.PT-SolvBTC.BBN-27MAR2025,PT-USDe-27MAR2025,PT-sUSDE-27MAR2025,PT-weETH-26DEC2024), the whole Ethena pool, andrsETHon Ethereum have every action paused. All of those hold zero supply exceptPT-SolvBTC.BBN-27MAR2025andrsETH, which hold dust.HOW-TO-WITHDRAW.mdsits at the repo root rather than indocs/, which is thesolidity-docgenoutput directory.Notes for review
🤖 Generated with Claude Code