diff --git a/MEV/flashbots.md b/MEV/flashbots.md index ddedc6b..07b0afd 100644 --- a/MEV/flashbots.md +++ b/MEV/flashbots.md @@ -1,4 +1,6 @@ -## Flashbots +## 🤖 Flashbots + +
* Flashbots is a research and development organization focused on mitigating the negative externalities of current MEV extraction techniques and avoiding the existential risks MEV could cause to state-rich blockchains like Ethereum. @@ -14,6 +16,7 @@ - relay - miner +
## `mev-inspect-py` @@ -27,6 +30,32 @@ If shows: miner payments, tokens transfers and profit, swaps and arbritages. - [helm](https://helm.sh/docs/intro/install/) - an `RPC_URL` +
+ ## MEV-geth * Software which can be run by miners to mitgate negative externalities of MEV. + +
+ + +## Flashbots bundle + +Steps to access the flashbots network. + +### Setting a Private key for identity + +``` +python3 gen_private_key.py +``` + +### Interacting with Flashbots + +Flashbots runs a relay you send bundles at `relay.flashbots.net`. + +``` +python3 create_bundle.py +``` + + +