материалы

scalability trilema

https://modex.tech/a-brief-overview-of-the-scalability-trilemma/

шардинг

https://vitalik.ca/general/2021/04/07/sharding.html

https://eth.wiki/sharding/Sharding-FAQs

https://ethereum.org/en/upgrades/shard-chains/

https://ethereum.org/en/upgrades/shard-chains/#what-is-sharding

rollups

https://ethereum.org/en/developers/docs/scaling/layer-2-rollups/

https://ethereum.org/en/developers/docs/scaling/layer-2-rollups/#zk-rollups

презентации

https://docs.google.com/presentation/d/1vRk-0lOcDfrzh_Tfduh4NBVvF0RHdRtgU_XPfE8Gut0/edit#slide=id.g1070e448623_0_37

https://docs.google.com/presentation/d/17XuGx8NEgg0hisndXd47HHSL5z6VmCBozBESS1tinmk/edit#slide=id.g3b8aa0f225_0_233

Зачем нужно масштабирование

Место в блоках — ограниченный ресурс, поэтому для его рационального использования имеет смысл вынести процесс валидации определенных массивов транзакций за пределы основной сети  на Layer 2. Существует множество вариантов реализации L2-решений, и у каждого есть свои преимущества и недостатки.

Secure and decentralized

Secure and decentralized blockchain networks require every node to verify every transaction processed by the chain. This amount of work limits the number of transactions that can happen at any one given time. Decentralized and secure reflects the Ethereum chain today.