Files
awesome-hez/playbook.md
T
Shawn Tabrizi 53eb44c62e comparisons
2024-08-22 10:06:48 +02:00

6.6 KiB

The Polkadot Playbook

The minimum set of information you need to be able to explain Polkadot to others.

What is Polkadot?

  • Polkadot is a scaling solution for Web31 applications and services.
  • Polkadot scales through data and execution sharding, allowing for parallelized throughput.2
  • Polkadot provides shared security and interoperability to services build on it.3
  • Polkadot creates abundant, flexible, and high quality blockspace.4
  • Polkadot uses a novel "cynical" rollup to provide fast finality while using minimal resources.5

What unique things can you do on Polkadot?

  • Build applications which execute automatically (without initial user input).
  • Build applications with full control over block construction and transaction execution.6
  • Build applications which dynamically scale up and down execution cores.
  • Build applications which execute at sub-second speeds.7
  • Build applications that can permissionlessly upgrade and evolve over time.8

Why choose Polkadot?

  • Billions of dollars of economic security provided to itself and applications running on it.
  • Fast finalization times, on average under 30 seconds.9
  • Executing and scaling on standard "gaming" hardware.10
  • Polkadot SDK is the most robust and flexible blockchain framework.11
  • Secure cross-chain interoperability through trustless bridging protocols.12

Where is Polkadot leading?

  • 50+ active roll-ups live on Polkadot.13
  • Among the highest Nakamoto coefficients in the blockchain ecosystem.14
  • 2nd largest developer community after Ethereum.15
  • Blazing fast execution speeds compared to other blockchain VMs.16
  • One of the largest functioning DAOs, managing the functionality of the network and tens of millions of dollars in assets for development.17

Polkadot Comparisons

  • Ethereum: Polkadot realized Ethereum's scaling vision, first delivered by co-founder Dr. Gavin Wood. 18
  • Solana: Unlike Solana, Polkadot scales without compromising Web3 principles of decentralization and security.19
  • Cosmos: Unlike Cosmos, Polkadot provides shared security and secure interoperability.20
  • Avalanche: Subnets in Avalanche are not as flexible as applications on Polkadot, and subnets do not provide shared security or secure interoperability.21
  • Layer 2s: Layer 2 solutions face performance issues, unpredictable fees, and fragmented interoperability due to non-native support for rollups.22

  1. Learn more about Web3:

    ↩︎
  2. Explanation of sharding on Polkadot: https://polkadot.com/blog/polkadot-v1-0-sharding-and-economic-security ↩︎

  3. A high level overview of shared security: https://www.youtube.com/watch?v=uKQOSPfM-W0 ↩︎

  4. A blog post explaining the term "blockspace": https://www.rob.tech/blog/polkadot-blockspace-over-blockchains/ ↩︎

  5. ↩︎
  6. For example:

    • Build applications where end-users pay no transaction fees.
    • Build applications more resilient to MEV.
    • Build applications which can prioritize tasks and processes.
    ↩︎
  7. A demo of a Polkadot SDK blockchain producing blocks every .5 seconds: https://twitter.com/bkchr/status/1818027282688352591 ↩︎

  8. Learn about forkless runtime upgrades in Polkadot: https://wiki.polkadot.network/docs/learn-runtime-upgrades ↩︎

  9. Learn more about cynical rollups:

    • Compare that to optimistic rollups which may take up to a week to finalize!
    • Cynical rollups actively check that a block is valid, rather than waiting for someone to report it is invalid. See ELVES paper footnote above.
    • Compared to "instant finality" consensus, block production is separated from finality, reducing network stalls: https://polkadot.com/blog/polkadot-consensus-part-1-introduction
    ↩︎
  10. Compared to expensive and centralized machines needed for vertical scaling or ZK provers.

    ↩︎
  11. Polkadot SDK is used throughout the entire blockchain ecosystem:

    • Polkadot and Kusama are built with the Polkadot SDK.
    • All 50+ live parachains, and many more in development, all use Polkadot SDK.
    • Many projects outside of Polkadot also use the Polkadot SDK: Avail, Cardano, Entropy, and more...
    ↩︎
  12. Bridging in Polkadot can be broken down into internal bridges and external bridges:

    ↩︎
  13. A list of active parachains on Polkadot: https://polkadot.subscan.io/parachain ↩︎

  14. The Nakamoto Coefficient is one measure of decentralization and resilience.

    ↩︎
  15. Graph of blockchain developer ecosystems: https://twitter.com/Polkadot/status/1577016988697706496

    ↩︎
  16. PVM and other VM benchmarks: https://github.com/koute/polkavm/blob/master/BENCHMARKS.md ↩︎

  17. Information about the Polkadot DAO: https://polkadot.com/platform/dao

    ↩︎
  18. Polkadot comparison document to Ethereum:

    ↩︎
  19. Solana is better described as a distributed database, than a Web3 product.

    ↩︎
  20. Polkadot comparison document to Cosmos:

    ↩︎
  21. Polkadot comparison document to Avalanche:

    ↩︎
  22. Polkadot comparison document to Layer 2s and Rollups:

    ↩︎