Skip to content

Commit b4e4fc9

Browse files
authored
Update settings-guide.md
add tee-searcher to hints section
1 parent 9148705 commit b4e4fc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/flashbots-protect/settings-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ https://rpc.flashbots.net/fast
3333
```
3434

3535
Compared with the default configuration:
36+
- Transactions are shared with TEE searchers in addition to MEV-Share searchers. MEV-Share searchers will receive only the hints specified, while TEE searchers will receive full transaction information given the privacy-preserving nature of the TEE. 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. **Do not** use fast mode if you are not comfortable with this.
3637
- Transactions are shared with all [registered builders](https://github.com/flashbots/dowg/blob/main/builder-registrations.json)
3738
- Validators receive a higher percentage of the MEV-Share refund increasing the probability that the transaction will be included in the winning block.
3839

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, MEV-Share searchers 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)