You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vUSDCx amounts were shown and entered as raw 1e12-scaled integers
(e.g. "3000000000000"). They now display in human units ("3") and the
Withdraw field accepts a plain decimal, converted internally — with a
balance hint and percent shortcuts adjusted to match.
The Withdraw and CommunitySunset descriptions are rewritten in plain
depositor language; the validator-level detail moves into a collapsible
"Technical details" section. EN / 繁體中文 / 日本語 all updated.
desc: 'Burns vUSDCx for a proportional share of vault USDCx via the V1 Withdraw-Zero path (proxy spend + `vault_user` staking withdrawal). The quote is `shares × TD ÷ TS` minus the early-withdraw fee — the fee is waived automatically once the keeper has been inactive 7+ days.',
107
-
sharesLabel: 'Shares to burn — raw vUSDCx',
106
+
desc: 'Burn your vUSDCx to receive a proportional share of USDCx from the vault. If the keeper has been inactive for 7+ days, the early-withdraw fee is waived automatically.',
desc: 'The 90-day dead-man-switch. After ≥90 days of operational inactivity (no Compound, no realloc) any vUSDCx holder can flip `frozen=1 + community_sunset_triggered=1`, opening the permissionless `vault_recall.RecallFromLiqwid` + `vault_protocol.DeployToProtocol` Layer 2 paths so depositors can recover their full proportional USDCx share without keeper or governance intervention. *The flag is one-way — irreversible.*',
128
+
desc: 'If the vault sees no operational activity for 90 days, the operator may have failed. At that point any vUSDCx holder can flip this dead-man-switch, letting every depositor recover their full USDCx share without the operator, keeper, or governance. *This is one-way — it cannot be undone.*',
129
+
techToggle: 'Technical details',
130
+
techDetail: 'The 90-day threshold is measured from `max(last_compound, last_realloc)`. Triggering sets `frozen=1 + community_sunset_triggered=1`, opening the permissionless `vault_recall.RecallFromLiqwid` + `vault_protocol.DeployToProtocol` Layer 2 paths.',
0 commit comments