Skip to content

Commit f0e2d16

Browse files
authored
chore: Accumulated backports to v4-next (#22650)
BEGIN_COMMIT_OVERRIDE fix(docs): correct execution delay to 30 days and governance withdrawal to ~38 days (#22647) END_COMMIT_OVERRIDE
2 parents b1aab5e + 3e5f1c2 commit f0e2d16

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/docs-operate/operators/sequencer-management/governance-participation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The governance process follows these stages:
9898
#else
9999
3. **Voting Delay** (3 days): A mandatory waiting period before voting opens (allows time for community review).
100100
4. **Voting Period** (7 days): Users who hold stake in the network vote on the proposal using their staked tokens. A proposal passes if it receives at least 20% quorum, 2/3 of votes are "yea", and a minimum of 500 validators' worth of voting power is cast.
101-
5. **Execution Delay** (7 days): After passing the vote, another mandatory delay before execution (allows time for node upgrades).
101+
5. **Execution Delay** (30 days): After passing the vote, another mandatory delay before execution (allows time for node upgrades).
102102
6. **Execution**: Anyone can execute the proposal, which applies the changes. There is a 7-day grace period after the execution delay during which the proposal can still be executed.
103103
#endif
104104

docs/docs-participate/token/staking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If your tokens are deposited in the Governance Staking Escrow (GSE) for voting,
7474
To unstake your tokens, use the [Aztec Staking Dashboard](https://stake.aztec.network/). The dashboard guides you through the unstaking process:
7575

7676
1. **Initiate withdrawal**: Select your validator and begin the exit process
77-
2. **Wait for the exit delay**: Your tokens remain locked during this period
77+
2. **Wait for the exit delay**: Your tokens remain locked during this period (if your tokens are also in the Governance Staking Escrow, the longer governance withdrawal delay applies)
7878
3. **Finalize withdrawal**: After the delay, complete the withdrawal to receive your tokens
7979

8080
If you've delegated stake, contact your operator or use the delegation interface to request unstaking.

docs/docs-participate/token/voting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you want governance participation without staking, you can lock tokens direct
4747

4848
To lock tokens for voting, visit the [Governance section of the Staking Dashboard](https://stake.aztec.network/governance). Connect your wallet, choose the amount to lock, and confirm the transaction. After depositing, your voting power will be active for any proposals that enter the voting phase after your deposit.
4949

50-
Note that locked governance tokens do not earn staking rewards and are subject to a withdrawal delay (~1.6 days on testnet, ~14.6 days on mainnet).
50+
Note that locked governance tokens do not earn staking rewards and are subject to a withdrawal delay (~1.6 days on testnet, ~38 days on mainnet).
5151

5252
## How Voting Works
5353

@@ -57,7 +57,7 @@ Your voting power is determined by the amount of tokens you have locked in the G
5757

5858
- **Locking Required**: You must lock tokens in the Governance contract to activate voting power
5959
- **No Slashing on Votes**: Locked voting tokens are not subject to slashing (unlike staked tokens)
60-
- **Withdrawal Delay**: After voting, there's a delay before you can withdraw tokens to prevent governance attacks (approximately 1.6 days on testnet, 14.6 days on mainnet)
60+
- **Withdrawal Delay**: After voting, there's a delay before you can withdraw tokens to prevent governance attacks (~1.6 days on testnet, ~38 days on mainnet)
6161

6262
### Voting Timeline
6363

docs/docs/networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Not sure which network to use? Jump to our [Network Selection Guide](#network-se
7272
| **Proposer Quorum** | 600/1000 | 60/100 |
7373
| **Voting Delay** | 3 days | 12 hours |
7474
| **Voting Duration** | 7 days | 24 hours |
75-
| **Execution Delay** | 7 days | 12 hours |
75+
| **Execution Delay** | 30 days | 12 hours |
7676
| **Slashing Quorum** | 65% | 33% |
7777
| **Slashing Round Size** | 128 epochs | 64 epochs |
7878

docs/network_versioned_docs/version-v2.1.11-ignition/operators/sequencer-management/governance-participation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The governance process follows these stages:
9090
2. **Proposal Creation**: After reaching quorum, anyone can submit the payload as an official proposal.
9191
3. **Voting Delay** (3 days): A mandatory waiting period before voting opens (allows time for community review).
9292
4. **Voting Period** (7 days): Users who hold stake in the network vote on the proposal using their staked tokens. A proposal passes if it receives at least 20% quorum, 2/3 of votes are "yea", and a minimum of 500 validators' worth of voting power is cast.
93-
5. **Execution Delay** (7 days): After passing the vote, another mandatory delay before execution (allows time for node upgrades).
93+
5. **Execution Delay** (30 days): After passing the vote, another mandatory delay before execution (allows time for node upgrades).
9494
6. **Execution**: Anyone can execute the proposal, which applies the changes. There is a 7-day grace period after the execution delay during which the proposal can still be executed.
9595

9696
## Signaling Support for a Payload

0 commit comments

Comments
 (0)