From 26849ad3b04c2f63420b15cbaba961c7797fdcb4 Mon Sep 17 00:00:00 2001 From: jeyldii <45122314+jeyldii@users.noreply.github.com> Date: Tue, 27 May 2025 14:19:29 +0400 Subject: [PATCH] New auctionTimeout query param spec for protect settings-guide --- docs/flashbots-protect/settings-guide.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/flashbots-protect/settings-guide.md b/docs/flashbots-protect/settings-guide.md index c750ec2f..56705577 100644 --- a/docs/flashbots-protect/settings-guide.md +++ b/docs/flashbots-protect/settings-guide.md @@ -142,3 +142,12 @@ Use a custom RPC endpoint for **read** requests by including the `url` query par ```url https://rpc.flashbots.net?url=http://RPC-ENDPOINT.COM ``` + +### Auction timeout + +If `auctionTimeout=T`, where `T` is the time in milliseconds, is specified, and a transaction arrives within `T` milliseconds of the end of the current slot, it will be scheduled for the next slot. +This ensures the transaction is processed at the beginning of the next slot, giving searchers the full slot duration to submit their bundles and backruns. + +``` +https://rpc.flashbots.net?auctionTimeout=3000 +```