mev-toolkit/MEV_by_chains/MEV_on_Arbitrum
2023-03-22 17:01:13 -07:00
..
fair_ordering_sequencing can first come first served tx ordering prevent frontrunning, by robert annessi 2023-02-10 10:09:21 -08:00
gmx add a gmx oracle manipulator bot 2023-02-12 19:33:16 -08:00
README.md Update README.md 2023-03-22 17:01:13 -07:00

mev on arbitrum


tl; dr


  • avm architecture: arbitrum is fully compatible with the evm, but it also has its vm called arbitrum virtual machine:
    • execution flow and structure: arbitrum has an operating system and its core called arbos, which ensures the solitary existence, optimal performance and efficient analytics of smart contracts.
    • dispute settlement speed: the avm has a custom protocol for dispute management, so that it can be acquired out on a standard vm.
    • natives tuples: the avm uses tuples to define and references types in its merkle tree. the tuples can be referenced in looking up the merkle root of any tx on the evm merkle tree.
  • optimistic rollup, with no mempool for bots to frontrun
  • currently has a centralized sequencer and whitelisted proof validation while having upgradable contracts
  • faster tx processing: ethereum is operating under 15-20 tps, while the arbitrum network can process ~40 tps
  • lower tx fees: in ethereum, a significant percentage of validators need to confirm the genuineness of a tx; arbitrum average fee is $~.2 compared to $6.5 (source: nansen)


in this dir




resources