mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-05-19 23:20:32 -04:00
add joncharbonneau's Encrypted Mempools
This commit is contained in:
parent
cdb3dfb94e
commit
55280cd721
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -16,16 +16,16 @@
|
||||||
|
|
||||||
##### 👾 maximal extractable value encompasses the profits generated by participant parties in the block production supply chain. for searchers, this revenue can be generated from arbitrage when reducing the price spread between markets, slippage loss of swap users, frontrunning users' transactions, among other [strategies](MEV_strategies).
|
##### 👾 maximal extractable value encompasses the profits generated by participant parties in the block production supply chain. for searchers, this revenue can be generated from arbitrage when reducing the price spread between markets, slippage loss of swap users, frontrunning users' transactions, among other [strategies](MEV_strategies).
|
||||||
|
|
||||||
##### 👾 mev extraction can be a force of good in a non-predatory and [fair](https://twitter.com/bertcmiller/status/1456346690164768770) blockspace free-market as an incentive for economic security. every actor in the supply chain is relevant. order flow toxicity is a trader's exposure to counter-parties that possess private informational advantages. as everything in life, *[the most valuable commodity is information](https://frontier.tech/a-new-game-in-town)*.
|
##### 💙 mev extraction can be a force of good in a non-predatory and [fair](https://twitter.com/bertcmiller/status/1456346690164768770) blockspace free-market as an incentive for economic security. every actor in the supply chain is relevant. order flow toxicity is a trader's exposure to counter-parties that possess private informational advantages. as everything in life, *[the most valuable commodity is information](https://frontier.tech/a-new-game-in-town)*.
|
||||||
|
|
||||||
##### ⚠️ this repository is a catalog from my own (free time / out-of-curiosity) research and development, enjoy at your own risk.
|
##### 🏴☠️ this repository is a catalog from my own (free time / out-of-curiosity) research and development. i open-source it to fight some lousy actors' agenda to conceal the space. There are a lot of just people working on making ensure stays fair. if you are passionate about decentralization and self-sovereignty, don't be intimidated by the toxicity in the space: do your homework and join us (we need you).
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### learn (toxic and non-toxic) extraction strategies
|
### I. learn (toxic and non-toxic) extraction strategies
|
||||||
|
|
||||||
##### atomic (tx ordering)
|
##### atomic (tx ordering)
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### code up your (learning and experimental) bots
|
### II. code up your (learning and experimental) bots
|
||||||
|
|
||||||
* [build your mev bot](MEV_searchers)
|
* [build your mev bot](MEV_searchers)
|
||||||
* [mempools monitoring](MEV_searchers/mempool_monitoring)
|
* [mempools monitoring](MEV_searchers/mempool_monitoring)
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
* [tx and signature explorers](MEV_searchers/tx_and_signature_explorers)
|
* [tx and signature explorers](MEV_searchers/tx_and_signature_explorers)
|
||||||
|
|
||||||
|
|
||||||
### understand the chains and how mev differs on each of them
|
### III. understand the chains and how mev differs on each of them
|
||||||
|
|
||||||
* [mev on solana](MEV_by_chains/MEV_on_Solana)
|
* [mev on solana](MEV_by_chains/MEV_on_Solana)
|
||||||
* [mev on cosmos](MEV_by_chains/MEV_on_Cosmos)
|
* [mev on cosmos](MEV_by_chains/MEV_on_Cosmos)
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
* [mev on avalanche](MEV_by_chains/MEV_on_Avalanche)
|
* [mev on avalanche](MEV_by_chains/MEV_on_Avalanche)
|
||||||
|
|
||||||
|
|
||||||
### understand (and join) the space (we need good people)
|
### IV. understand (and join) the space
|
||||||
|
|
||||||
* [mev-related protocols](MEV_projects)
|
* [mev-related protocols](MEV_projects)
|
||||||
* [mev data and analytics](MEV_searchers/data_and_analytics)
|
* [mev data and analytics](MEV_searchers/data_and_analytics)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue