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
Copy file name to clipboardExpand all lines: docs/docs-participate/token/staking.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,15 +56,18 @@ Slashing is managed through governance voting based on evidence collected both o
56
56
57
57
## Unstaking
58
58
59
-
When you want to withdraw your staked tokens, you must go through an unstaking process with a mandatory exit delay.
59
+
When you want to withdraw your staked tokens, you must go through an unstaking process with mandatory delays.
60
60
61
-
#if(testnet)
62
-
The exit delay for testnet is **2 days**.
63
-
#else
64
-
The exit delay for mainnet is **4 days**.
65
-
#endif
61
+
### Exit Delays
66
62
67
-
The exit delay exists to allow time for pending slashing conditions to be detected and to prevent validators from quickly exiting after misbehaving.
63
+
| Delay Type | Alpha (Mainnet) | Testnet |
64
+
|-----------|-----------------|---------|
65
+
|**Staking Exit Delay**| 4 days | 2 days |
66
+
|**Governance Withdrawal Delay**|~38 days |~1.6 days |
67
+
68
+
The **staking exit delay** is the minimum time after initiating withdrawal before you can claim your tokens. It allows time for pending slashing conditions to be detected.
69
+
70
+
If your tokens are deposited in the Governance Staking Escrow (GSE) for voting, the **governance withdrawal delay** also applies. This delay is calculated as `votingDelay/5 + votingDuration + executionDelay` to ensure voted-on proposals can be executed before voters exit. On mainnet this is approximately 38 days (0.6 + 7 + 30 days).
|**Register New Rollup Version Payload**| N/A |[`0x11f7Ab2324CA94af929A388477a7959E0108C3d6`](https://sepolia.etherscan.io/address/0x11f7Ab2324CA94af929A388477a7959E0108C3d6)|
0 commit comments