From 8c2f20043d263ae0e20b553fd23c242e2b39e1c1 Mon Sep 17 00:00:00 2001 From: yi <67046731+yifuzhang95@users.noreply.github.com> Date: Fri, 22 Aug 2025 11:41:28 -0400 Subject: [PATCH 1/5] Update quick-start.mdx added #1 for fast mode - re: tee searching and logs being shared after 5 min --- docs/flashbots-protect/quick-start.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/flashbots-protect/quick-start.mdx b/docs/flashbots-protect/quick-start.mdx index a66a62a0..fe6ca84c 100644 --- a/docs/flashbots-protect/quick-start.mdx +++ b/docs/flashbots-protect/quick-start.mdx @@ -19,10 +19,11 @@ Use Protect in fast mode to land your transactions faster on chain. Click the "f Fast mode details: -1. **Shared with all builders:** Transactions are multiplexed, or shared, with all [registered builders](https://github.com/flashbots/dowg/blob/main/builder-registrations.json) within one block after they are received. Multiplexing increases the probability that the transaction will be sent to the builder building the winning block. -2. **Larger validator payment:** With the default RPC, 10% of the MEV-Share refund is paid to validators. In fast mode, validators receive a higher percentage of the MEV-Share refund increasing the probability that the transaction will be included in the winning block. +1. **Shared with TEE searchers:** Transactions are shared with MEV-Share and TEE 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, maintaining frontrunning and sandwich attack guarantees. 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. +2. **Shared with all builders:** Transactions are multiplexed, or shared, with all [registered builders](https://github.com/flashbots/dowg/blob/main/builder-registrations.json) within one block after they are received. Multiplexing increases the probability that the transaction will be sent to the builder building the winning block. +3. **Larger validator payment:** With the default RPC, 10% of the MEV-Share refund is paid to validators. In fast mode, validators receive a higher percentage of the MEV-Share refund increasing the probability that the transaction will be included in the winning block. -**Note**: When you send your transaction to a builder, you trust them not to frontrun your transaction or disclose it to third-party MEV searchers. +**Note**: When you send your transaction to a builder, you trust them not to frontrun your transaction or disclose it to third-party MEV searchers. ### Customer Support From 0c02338b3ce56e990f3276ba1d468806f036b009 Mon Sep 17 00:00:00 2001 From: yi <67046731+yifuzhang95@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:28:47 -0400 Subject: [PATCH 2/5] Update quick-start.mdx tee vs non-tee searchers --- docs/flashbots-protect/quick-start.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flashbots-protect/quick-start.mdx b/docs/flashbots-protect/quick-start.mdx index fe6ca84c..28fcc0d4 100644 --- a/docs/flashbots-protect/quick-start.mdx +++ b/docs/flashbots-protect/quick-start.mdx @@ -19,7 +19,7 @@ Use Protect in fast mode to land your transactions faster on chain. Click the "f Fast mode details: -1. **Shared with TEE searchers:** Transactions are shared with MEV-Share and TEE 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, maintaining frontrunning and sandwich attack guarantees. 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. +1. **Shared with TEE searchers:** Transactions are shared with non-TEE and TEE searchers. Non-TEE searchers will receive only the hints specified, while TEE searchers will receive full transaction information given the privacy-preserving nature of the TEE, maintaining frontrunning and sandwich attack guarantees. 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. 2. **Shared with all builders:** Transactions are multiplexed, or shared, with all [registered builders](https://github.com/flashbots/dowg/blob/main/builder-registrations.json) within one block after they are received. Multiplexing increases the probability that the transaction will be sent to the builder building the winning block. 3. **Larger validator payment:** With the default RPC, 10% of the MEV-Share refund is paid to validators. In fast mode, validators receive a higher percentage of the MEV-Share refund increasing the probability that the transaction will be included in the winning block. From 980be264906b4651a5282cd1b3fbdbbd2fb25d69 Mon Sep 17 00:00:00 2001 From: yi <67046731+yifuzhang95@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:16:15 -0400 Subject: [PATCH 3/5] Update quick-start.mdx shortened --- docs/flashbots-protect/quick-start.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flashbots-protect/quick-start.mdx b/docs/flashbots-protect/quick-start.mdx index 28fcc0d4..d1819051 100644 --- a/docs/flashbots-protect/quick-start.mdx +++ b/docs/flashbots-protect/quick-start.mdx @@ -19,7 +19,7 @@ Use Protect in fast mode to land your transactions faster on chain. Click the "f Fast mode details: -1. **Shared with TEE searchers:** Transactions are shared with non-TEE and TEE searchers. Non-TEE searchers will receive only the hints specified, while TEE searchers will receive full transaction information given the privacy-preserving nature of the TEE, maintaining frontrunning and sandwich attack guarantees. 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. +1. **Shared with TEE searchers:** Transactions are shared with non-TEE and TEE searchers, leading to better MEV refunds than the default RPC without exposing the user to any additional frontrunning or sandwich attack risk. 2. **Shared with all builders:** Transactions are multiplexed, or shared, with all [registered builders](https://github.com/flashbots/dowg/blob/main/builder-registrations.json) within one block after they are received. Multiplexing increases the probability that the transaction will be sent to the builder building the winning block. 3. **Larger validator payment:** With the default RPC, 10% of the MEV-Share refund is paid to validators. In fast mode, validators receive a higher percentage of the MEV-Share refund increasing the probability that the transaction will be included in the winning block. From 12edf4b2f50e67bdcb585ac9713e042675876acb Mon Sep 17 00:00:00 2001 From: yi <67046731+yifuzhang95@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:21:10 -0400 Subject: [PATCH 4/5] Update quick-start.mdx shortened text --- docs/flashbots-protect/quick-start.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flashbots-protect/quick-start.mdx b/docs/flashbots-protect/quick-start.mdx index d1819051..eed844eb 100644 --- a/docs/flashbots-protect/quick-start.mdx +++ b/docs/flashbots-protect/quick-start.mdx @@ -19,7 +19,7 @@ Use Protect in fast mode to land your transactions faster on chain. Click the "f Fast mode details: -1. **Shared with TEE searchers:** Transactions are shared with non-TEE and TEE searchers, leading to better MEV refunds than the default RPC without exposing the user to any additional frontrunning or sandwich attack risk. +1. **Shared with TEE searchers:** Full transaction information is also shared with searchers in TEEs (secure enviroments), leading to better MEV refunds while preserving frontrunning protection. 2. **Shared with all builders:** Transactions are multiplexed, or shared, with all [registered builders](https://github.com/flashbots/dowg/blob/main/builder-registrations.json) within one block after they are received. Multiplexing increases the probability that the transaction will be sent to the builder building the winning block. 3. **Larger validator payment:** With the default RPC, 10% of the MEV-Share refund is paid to validators. In fast mode, validators receive a higher percentage of the MEV-Share refund increasing the probability that the transaction will be included in the winning block. From a62a98d83844331ca3db2fd88bbf466e8e0fc0d8 Mon Sep 17 00:00:00 2001 From: yi <67046731+yifuzhang95@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:25:29 -0400 Subject: [PATCH 5/5] Update quick-start.mdx reordering --- docs/flashbots-protect/quick-start.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/flashbots-protect/quick-start.mdx b/docs/flashbots-protect/quick-start.mdx index eed844eb..1f754922 100644 --- a/docs/flashbots-protect/quick-start.mdx +++ b/docs/flashbots-protect/quick-start.mdx @@ -19,9 +19,9 @@ Use Protect in fast mode to land your transactions faster on chain. Click the "f Fast mode details: -1. **Shared with TEE searchers:** Full transaction information is also shared with searchers in TEEs (secure enviroments), leading to better MEV refunds while preserving frontrunning protection. -2. **Shared with all builders:** Transactions are multiplexed, or shared, with all [registered builders](https://github.com/flashbots/dowg/blob/main/builder-registrations.json) within one block after they are received. Multiplexing increases the probability that the transaction will be sent to the builder building the winning block. -3. **Larger validator payment:** With the default RPC, 10% of the MEV-Share refund is paid to validators. In fast mode, validators receive a higher percentage of the MEV-Share refund increasing the probability that the transaction will be included in the winning block. +1. **Shared with all builders:** Transactions are multiplexed, or shared, with all [registered builders](https://github.com/flashbots/dowg/blob/main/builder-registrations.json) within one block after they are received. Multiplexing increases the probability that the transaction will be sent to the builder building the winning block. +2. **Larger validator payment:** With the default RPC, 10% of the MEV-Share refund is paid to validators. In fast mode, validators receive a higher percentage of the MEV-Share refund increasing the probability that the transaction will be included in the winning block. +3. **Shared with TEE searchers:** Full transaction information is also shared with searchers in TEEs (secure enviroments), leading to better MEV refunds while preserving frontrunning protection. **Note**: When you send your transaction to a builder, you trust them not to frontrun your transaction or disclose it to third-party MEV searchers.