From 5169479874d9ec195564f224bf2b743ba811f7db Mon Sep 17 00:00:00 2001 From: sketsdever Date: Mon, 22 Jul 2024 08:46:01 -0700 Subject: [PATCH] Clarify multiplexing time --- docs/flashbots-auction/advanced/gas-fee-refunds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flashbots-auction/advanced/gas-fee-refunds.md b/docs/flashbots-auction/advanced/gas-fee-refunds.md index 82028c0f..e7558764 100644 --- a/docs/flashbots-auction/advanced/gas-fee-refunds.md +++ b/docs/flashbots-auction/advanced/gas-fee-refunds.md @@ -34,7 +34,7 @@ The Flashbots block builder does not land 100% of blocks. In order to land bundl To share bundles with other builders, add the `builders` field to your `eth_sendBundle` request. The `builders` field accepts a list of strings which correspond to the "name" tags of [registered builders](https://github.com/flashbots/dowg/blob/main/builder-registrations.json). -All `eth_sendBundle` requests are shared with the Flashbots builder. They are multiplexed to other block builders at the end of the slot if the Flashbots builder determines it will not win that block. +All `eth_sendBundle` requests are shared with the Flashbots builder. They are multiplexed to other block builders at the end of the slot (<= 0.5s before the slot ends) if the Flashbots builder determines it will not win that block. For example: