From 95efc749ba86f8a8eb7b4f3b0c5c2ec1a5c2b89b Mon Sep 17 00:00:00 2001 From: Tymur Khrushchov Date: Mon, 12 Aug 2024 16:50:50 +0200 Subject: [PATCH] update info on replacement uuid --- docs/flashbots-mev-share/searchers/understanding-bundles.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/flashbots-mev-share/searchers/understanding-bundles.mdx b/docs/flashbots-mev-share/searchers/understanding-bundles.mdx index 54b52742..59e2db54 100644 --- a/docs/flashbots-mev-share/searchers/understanding-bundles.mdx +++ b/docs/flashbots-mev-share/searchers/understanding-bundles.mdx @@ -44,6 +44,9 @@ Revert mode `drop` is preferred in most scenarios, since it allows for your tx t ## Builders MEV-Share bundles can be sent to multiple builders at once. This is done by setting the `builders` field in the `privacy` parameter of `mev_sendBundle`. +### Replacement uuid +If `replacementUuid` is set, only builders that support cancellations will be processed. You can check list of builders [here](https://github.com/flashbots/dowg/blob/main/builder-registrations.json) + ## Bundle composition (backrunning other bundles) With the `privacy` parameter in `mev_sendBundle` you can share select information about your bundle with other searchers, who can then use that to try to extract MEV. Should they succeed, you get paid some of the MEV they extracted!