mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-06-08 23:12:59 -04:00
Update README.md
This commit is contained in:
parent
b6373b7fa9
commit
3a6b24599a
1 changed files with 8 additions and 2 deletions
|
@ -6,9 +6,15 @@
|
|||
|
||||
<br>
|
||||
|
||||
* optimistic rollup, with no mempool for bots to frontrumm
|
||||
* 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](https://pro.nansen.ai/multichain/eth-vs-arbitrum))
|
||||
|
||||
<br>
|
||||
|
||||
----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue