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
docs(notices): add OP Mainnet date + contract to stake-based priority ordering (#21005)
- Timeline: OP Mainnet target deployment set to May 26, 2026 — 10:00 EST
(was TBD pending governance approval)
- New "OP Mainnet deployment" subsection with the deployed
PolicyEngineStaking contract address and the canonical OP token
- Sepolia deployment subsection trimmed to match the new format
(contract + staking token only; owner address dropped)
- Key links table: new "Mainnet contract" row above the existing
Sepolia contract row
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/public-docs/notices/stake-based-priority-ordering.mdx
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ categories:
14
14
is_imported_content: 'false'
15
15
---
16
16
17
-
OP Mainnet is running a time-boxed experiment in stake-based transaction ordering. Participants who deposit OP into the `PolicyEngineStaking` contract can receive priority treatment in transaction ordering -- first via strict FIFO among eligible stakers (Phase 1), then via a stake-weighted multiplier on effective priority fees (Phase 2). The experiment will run for a **maximum of four weeks** on OP Mainnet, after which ordering will revert to standard PGA.
17
+
OP Mainnet hosts a time-boxed experiment in stake-based transaction ordering. Participants who deposit OP into the `PolicyEngineStaking` contract can receive priority treatment in transaction ordering -- first via strict FIFO among eligible stakers (Phase 1), then via a stake-weighted multiplier on effective priority fees (Phase 2). The experiment will run for a **maximum of four weeks** on OP Mainnet, after which ordering will revert to standard PGA.
18
18
19
19
This is the first stake-based transaction ordering mechanism deployed on an OP Stack chain and creates direct OP token utility beyond governance.
20
20
21
21
<Warning>
22
-
This experiment is temporary. After four weeks, OP Mainnet will revert to standard PGA ordering regardless of outcomes. Any strategy that depends on stake-based priority should account for this hard stop.
22
+
This experiment runs on OP Mainnet from **May 26, 2026 (10:00 EST)** for a maximum of four weeks. After that, OP Mainnet reverts to standard PGA ordering regardless of outcomes. Any strategy that depends on stake-based priority should account for this hard stop.
23
23
</Warning>
24
24
25
25
## What this means
@@ -66,9 +66,13 @@ The only admin power is `pause()`/`unpause()`, held by a dedicated EOA controlle
66
66
67
67
Any operation that changes `effectiveStake` resets `lastUpdate` to `block.timestamp`. This is relevant for the Phase 2 time multiplier described below.
68
68
69
+
### OP Mainnet deployment
70
+
71
+
The contract is deployed on OP Mainnet at [`0xb5CB7a05DD1311195982A26DFC8222477f9D8179`](https://optimistic.etherscan.io/address/0xb5CB7a05DD1311195982A26DFC8222477f9D8179#code), staking the canonical OP token at [`0x4200000000000000000000000000000000000042`](https://optimistic.etherscan.io/address/0x4200000000000000000000000000000000000042#code).
72
+
69
73
### Sepolia deployment
70
74
71
-
The contract is deployed on OP Sepolia at [`0xeFcb172De9aA254910A2E93E596F7F5721c17677`](https://sepolia-optimism.etherscan.io/address/0xeFcb172De9aA254910A2E93E596F7F5721c17677#code) with owner address [`0xA895C24907D872bC05B58933205dD98090C07446`](https://sepolia-optimism.etherscan.io/address/0xA895C24907D872bC05B58933205dD98090C07446) and a mock ERC20 at [`0x3d2536BC0Bc0BAdE9e836C0934419c25b2e0B58C`](https://sepolia-optimism.etherscan.io/address/0x3d2536BC0Bc0BAdE9e836C0934419c25b2e0B58C#code).
75
+
The contract is deployed on OP Sepolia at [`0xeFcb172De9aA254910A2E93E596F7F5721c17677`](https://sepolia-optimism.etherscan.io/address/0xeFcb172De9aA254910A2E93E596F7F5721c17677#code), staking a mock ERC20 at [`0x3d2536BC0Bc0BAdE9e836C0934419c25b2e0B58C`](https://sepolia-optimism.etherscan.io/address/0x3d2536BC0Bc0BAdE9e836C0934419c25b2e0B58C#code).
72
76
73
77
## Phase 1: FIFO ordering among eligible stakers
74
78
@@ -181,7 +185,7 @@ The OP Mainnet experiment window is capped at four weeks total (up to 1 week Pha
181
185
| Network | Target deployment |
182
186
| --- | --- |
183
187
| OP Sepolia | April 16, 2026 |
184
-
| OP Mainnet |TBD (pending governance approval)|
188
+
| OP Mainnet |May 26, 2026 — 10:00 EST|
185
189
186
190
### Key links
187
191
@@ -190,6 +194,7 @@ The OP Mainnet experiment window is capped at four weeks total (up to 1 week Pha
0 commit comments