Skip to content

Commit 6015f3b

Browse files
authored
New auctionTimeout query param spec for protect settings-guide (#618)
1 parent 5d24db7 commit 6015f3b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/flashbots-protect/settings-guide.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,12 @@ Use a custom RPC endpoint for **read** requests by including the `url` query par
142142
```url
143143
https://rpc.flashbots.net?url=http://RPC-ENDPOINT.COM
144144
```
145+
146+
### Auction timeout
147+
148+
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.
149+
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.
150+
151+
```
152+
https://rpc.flashbots.net?auctionTimeout=3000
153+
```

0 commit comments

Comments
 (0)