Skip to content

Commit c68de10

Browse files
authored
Update settings-guide.md (#625)
* Update settings-guide.md add tee-searcher to hints section * Update settings-guide.md update text to compare with default config * Update settings-guide.md tee searcher vs searcher not in tee * Update settings-guide.md reorderd full tx info to be at bottom of default configs * Update settings-guide.md reordering features for fast mode * Update settings-guide.md shea's nits
1 parent 9148705 commit c68de10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/flashbots-protect/settings-guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ https://rpc.flashbots.net/fast
3535
Compared with the default configuration:
3636
- Transactions are shared with all [registered builders](https://github.com/flashbots/dowg/blob/main/builder-registrations.json)
3737
- Validators receive a higher percentage of the MEV-Share refund increasing the probability that the transaction will be included in the winning block.
38-
38+
- Full transaction information (without signatures) is shared with searchers inside TEEs to increase MEV refunds while preserving frontrunning protection. Searchers not in TEEs will receive only the hints specified. TEE searchers will be able to see full transaction information (even for failed or reverted transactions) after a 5-minute delay for troubleshooting and debugging purposes.
39+
3940
### Hints
4041

41-
Change what transaction data is visible to MEV-Share searchers with the `hint` query parameter. The [default](/flashbots-protect/settings-guide#default) hint configuration will be used if no hints are provided. If you specify one or more hints, any hint that is _not_ included will be disabled.
42+
Change what transaction data is visible to MEV-Share searchers with the `hint` query parameter. The [default](/flashbots-protect/settings-guide#default) hint configuration will be used if no hints are provided. If you specify one or more hints, any hint that is _not_ included will be disabled. If fast mode is used, searchers not in TEEs will only receive the hints specified while TEE searchers will receive all hints regardless of specification.
4243

4344
<HintsTable />
4445

0 commit comments

Comments
 (0)