Skip to content

Commit

Permalink
All txs are shared with FB builder
Browse files Browse the repository at this point in the history
  • Loading branch information
sketsdever committed Nov 16, 2023
1 parent 6155941 commit 98d0c98
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/flashbots-protect/mev-share.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,17 @@ This configuration shares the calldata, logs, and hash of your transaction with

To designate the builders who will receive your transactions, use the `builder` parameter. This parameter can be repeated multiple times to include multiple builders. The builders listed below are currently supported.

Note that all transactions are shared with the Flashbots block builder, even if it is not explicitly specified.

<Builders />

It's important to understand that while adding more builders can increase your transaction inclusion rate, it also requires you to place trust in those builders. Here's an example of how to utilize the `builder` parameter:

```url
https://rpc.flashbots.net?builder=flashbots&builder=XYZ
https://rpc.flashbots.net?builder=ABC&builder=XYZ
```

This configuration sends your transaction to the Flashbots block builder and the XYZ block builder.
This configuration sends your transaction to the ABC block builder and the XYZ block builder, as well as the Flashbots block builder.

### Refunds

Expand Down

0 comments on commit 98d0c98

Please sign in to comment.