July 2023
customized refunds
Configure the percent(s) and recipient(s) for MEV-Share refunds by adding the refund
query parameter to Protect RPC requests
or by adding preferences.validity.refund
argument to the eth_sendPrivateTransaction
JSON-RPC method.
builder sharing
Share transactions and bundles with additional builders for faster inclusion.
- Users: Opt in to share with registered builders
- Builders: Register to receive bundles
debugging guide
Follow this guide for debugging bundles as a searcher on MEV-Share.
simple-limit-order-bot
New tutorial for searching on MEV-Share, using a simple limit order bot as an example.
eth_sendPrivateRawTransaction
- eth_sendPrivateRawTransaction
is now supported on relay endpoint. Its behavior is identical to
eth_sendPrivateTransaction
but its format is similar toeth_sendRawTransaction
.