VDB-42: docs: add user guide for withdrawing from deprecated Isolated Pools - #558
Closed
trumpgpt-bot wants to merge 3 commits into
Closed
VDB-42: docs: add user guide for withdrawing from deprecated Isolated Pools#558trumpgpt-bot wants to merge 3 commits into
trumpgpt-bot wants to merge 3 commits into
Conversation
Step-by-step instructions for repaying borrows and redeeming supplied assets directly on BscScan/Etherscan/Arbiscan, with full per-chain reference tables (BSC, Ethereum, Arbitrum) sourced from deployments/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Two self-review fixes: - Arbitrum Liquid Staked ETH pool vWETH address had 41 hex chars (extra 'A'); corrected to match deployments/arbitrumone_addresses.json. - Advanced PoolLens section referenced non-existent functions getPoolBorrowerVTokenBalances / getPoolVTokenBalances; replaced with the actual functions vTokenBalances / vTokenBalancesAll. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
trumpgpt-bot
marked this pull request as ready for review
August 6, 2026 07:36
|
The 'How to withdraw from deprecated Isolated Pools' guide has been moved to the venus-protocol-documentation repo, where it is reformatted to the docs (GitBook) standards and linked from the Dashboard deprecation banner. Removing it here empties this PR's diff; it belongs in the docs site, not in the contracts repo (per review feedback). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
Moved to documentation repo. |
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
WITHDRAW_FROM_DEPRECATED_ISOLATED_POOLS.mdat the repo root — the self-service withdrawal guide that the Dashboard deprecation banner (JIRA VPD-1777) links to.Why
Venus is removing Isolated Pools from the dApp frontend. The PRD explicitly scopes the "How to withdraw" doc as a smart-contract-team deliverable, not FE. This guide gives holders a path to repay borrows and redeem supplied assets directly on a block explorer, without needing the Venus UI.
Contents
repayBorrow(type(uint256).max)) → withdraw (redeem/redeemUnderlying) → optional exit market + claim rewardsdeployments/*_addresses.jsonFormatting
Passed
npx prettier --writeon the new file.Note for reviewers
The
VToken_vWETH_LiquidStakedETHaddress indeployments/arbitrumone_addresses.jsonappears to be 41 hex characters (one character too long for a standard Ethereum address). The guide reproduces it verbatim from the deployment file — please verify this address on-chain and correct the deployment file if needed.Opened by the Venus dev bot. Review required; the bot cannot merge.