add the crypto anarchist manifest by timothy c. may

This commit is contained in:
writer 2024-10-15 10:48:15 +09:00
parent 2e05fb2bc6
commit b6b2db512f
275 changed files with 4733 additions and 2552 deletions

View file

@ -0,0 +1,26 @@
## polygon
<br>
### tl; dr
<br>
* reduced gas fees resulted in large bot-spamming attacks
* for frontrunning, backrunning, or sandwiching to succeed, the bot's tx needs to land right before or behind the victim's, respectively. bots cannot choose the ordering so they need to set gas fees in a way the txs land in the right place (usually by spamming).
<br>
---
### resources
<br>
* [arbitrage smart contract](https://github.com/OnlyF0uR/Polygon-Arbitrage-Contract)
* [flashloan on polygon](https://github.com/yuichiroaoki/poly-flash)
* [bookmark relevant for zk researchers](https://collective.flashbots.net/t/bookmarks-relevant-for-zk-researchers/1241)