Skip to content

Commit

Permalink
All txs are shared with FB builder (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
sketsdever authored Nov 17, 2023
1 parent 22a8864 commit 8645f98
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

1 comment on commit 8645f98

@vercel
Copy link

@vercel vercel bot commented on 8645f98 Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.