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/threat-model.md
+25-21Lines changed: 25 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -308,27 +308,29 @@ Notable threats to the system that could impact assets.
308
308
309
309
**Assets Affected**: High Throughput, Operational Sustainability
310
310
311
-
#### T9: Transaction Front-Running
312
-
**Description**: EB producers observe profitable transactions and reorder or insert their own transactions to extract value before the original transaction executes.
311
+
#### T9: Front-Running
312
+
**Description**: Block producers observe profitable transactions and reorder or insert their own transactions to extract value before the original transaction executes.
313
313
314
314
**Prerequisites**:
315
-
-EB creation eligibility
315
+
-Block production eligibility (RB + EB creation)
316
316
- MEV (Maximal Extractable Value) opportunities in transaction sets
317
317
- Knowledge of transaction dependencies and profitable patterns
318
318
319
319
**Attack Vector**:
320
320
1. Monitor mempool for profitable transaction patterns
321
-
2. Create competing or parasitic transactions
322
-
3.Include both in EB with favorable ordering for attacker
321
+
2. Create front-running transactions
322
+
3.Replace target transactions with front-runing transactions in EB
323
323
4. Extract value through arbitrage, sandwich attacks, or liquidations
324
324
325
-
**Cost**: LOW - Opportunity cost only, plus normal EB creation requirements
325
+
**Cost**: LOW - Opportunity cost only, since already producing the block
326
+
327
+
**Likelihood**: MEDIUM-HIGH - Every RB producer gets EB opportunity with larger transaction capacity, creating more MEV opportunities, especially with lucky leader schedules
0 commit comments