L1 ATOM Cosmos
A cheat sheet to illustrate details on Investors checklist for Blockchains . Data or stats are not authoritative and picked from scans of tweets, discord , telegram reddit etc 2021 Q4 and some references are provided. In case of any misses do let me know and I will update. These notes are more on under-the-hood engineering look. A separate article will cover the business development viewpoint I use the trading ticker rather then name and for example for Axie Infinity blockchain game $AXS impl...
L1 CELO Celo
A cheat sheet to illustrate details on Investors checklist for Blockchains . Data or stats are not authoritative and picked from scans of tweets, discord , telegram reddit etc 2021 Q4 and some references are provided. In case of any misses do let me know and I will update. These notes are more on under-the-hood engineering look. A separate article will cover the business development viewpoint I use the trading ticker rather then name and for example for Axie Infinity blockchain game $AXS impl...
wagmi Investor Technologist @moonduck15
L1 ATOM Cosmos
A cheat sheet to illustrate details on Investors checklist for Blockchains . Data or stats are not authoritative and picked from scans of tweets, discord , telegram reddit etc 2021 Q4 and some references are provided. In case of any misses do let me know and I will update. These notes are more on under-the-hood engineering look. A separate article will cover the business development viewpoint I use the trading ticker rather then name and for example for Axie Infinity blockchain game $AXS impl...
L1 CELO Celo
A cheat sheet to illustrate details on Investors checklist for Blockchains . Data or stats are not authoritative and picked from scans of tweets, discord , telegram reddit etc 2021 Q4 and some references are provided. In case of any misses do let me know and I will update. These notes are more on under-the-hood engineering look. A separate article will cover the business development viewpoint I use the trading ticker rather then name and for example for Axie Infinity blockchain game $AXS impl...
wagmi Investor Technologist @moonduck15

Subscribe to moonduck15

Subscribe to moonduck15
Share Dialog
Share Dialog
<100 subscribers
<100 subscribers
A cheat sheet to illustrate details on Investors checklist for Blockchains . Data or stats are not authoritative and picked from scans of tweets, discord , telegram reddit etc 2021 Q4 and some references are provided. In case of any misses do let me know and I will update. These notes are more on under-the-hood engineering look. A separate article will cover the business development viewpoint
I use the trading ticker rather then name and for example for Axie Infinity blockchain game $AXS implies the coin or token and AXS implies the foundation/DAO/founders as appropriate
Status : DRAFT
Basics
Price Action
Stats and Links
Highlight Pro and Con
Technology
Apps Ecosystem
Funds and Promotions
Readings
Polkadot ($DOT) was launched in 2017 by Parity Technologies. Polkadot’s key founder is Dr. Gavin Wood, one of the co-developers of Ethereum and the developer of the Solidity programming language, which is used in Ethereum to build smart contracts and dApps. Other founders include Robert Habermeier and Peter Czaban, with high-level expertise in blockchain development, cryptography, and Rust. Dr. Wood and Parity’s Peter Czaban founded the Switzerland based Web3 Foundation, a non-profit entity established to support the research and development of Polkadot as well as to oversee its fundraising efforts.
Polkadot is a modular block chain with a central chain as a ring and up to 100 heterogeneous block chains permissioned or permissionless , which run in parallel plugged in as para-chains. Teams planning to run a block chain as a para-chain benefit from the validator and consensus features of Polkadot but need to commit funds in an auction and have a renewable lease for 96 weeks. Parachains can have own native token. The initial launch of first para chain started in Aug 2020 and completed Dec 2021 with 5 para chain live from first auction batch and 159 projects are underway

Kusama is a 'pilot environment' similar to Polkadot for developers to initiate and scale up. Kusama (Aug 2019) is an early, (beta?) release of Polkadot, designed to serve as a "canary" network for Polkadot to test governance, staking, and sharding under real economic conditions. Polkadot also dedicated 1% of the initial DOT supply to Kusama stakeholders in order to encourage participation. Kusama, had sixteen parachains launched and running Jan 2022 on its Relay, with a promise of a further five launching in the coming fortnight.
1,000 tps across parachains with claims to scale to 1 Million tps due to parallel processing in para chains. Recorded peak daily transaction volumes around 800 Mill+ in 2021. TTF (Time to finality) or confirmations are around 2 minutes. Estimated 1.4 Mill+
426% Return from 2021 low to high. 9.1936 USD (Jan 1 ) - 26.8050 USD (Dec 31) for 191.56% returns in 2021

Community Stats 60K+ Reddit, 1.1 Mill + Twitter , 39K + Telegram 20K+ Discord
Social Links Website Whitepaper Github Telegram Twitter Reddit Medium Explorer
Well conceived Modular chain with planned 100 sub chains
Upgradable chains with runtime code changes using WASM
Technical innovations under development.
Auction of slots for a para chain with limited lifetime
The need to keep locked tokens throughout the entire life of the para chain.
Each chain built within Polkadot uses Parity Technologies' Substrate modular framework, which allows developers to select specific components that suit their application-specific chain best and plug in the base Relay chain managed by Polkadot. This base platform, which also leverages Substrate, does not support application functionality but instead provides security to the network's parachains and contains Polkadot's consensus, finality, and voting logic. Para chains need to run Smart-contracts and application data layers.
Consensus
Nominated Proof-of-Stake (NPoS) with four types of network actors — validators, nominators, collators, and fishermen. Validators are elected using Variable Random Functions VRF for random sampling in a set active for a duration ( epoch ~ 4 hours) to secure the Relay Chain by staking DOT ( may be using $DOT delegated by nominators) , validating proofs from collators, and participating in consensus with other validators. Collators produce state transition proofs from collected transactions for the validators on the Relay Chain. fishermen monitor validators and report any errors ( Guardians in many other chains ); now depreciated as voting mechanism takes care .

Polkadot uses a hybrid model to cope with liveliness (TTF) and certainty under stress. BABE(Blind Assignment for Blockchain Extension) is used for block production with probabilistic correctness of the chain . A block author is selected using VRF for a slot and GRANDPA (GHOST-based Recursive Ancestor Deriving Prefix Agreement) for slower deterministic consensus and chain fork amputation to create the 'official' chain. An extensive tutorial video best illustrates in detail. Parity Technologies maintains the Parity Ethereum client in addition to Substrate, which serves as the development framework for Polkadot. Polkadot Runtime Environment (PRE) consists of the networking, consensus and C++, Golang,Rust and javascript languages under Web Assembly WASM .WASM is developed by major companies including Google, Apple, Microsoft, and Mozilla, with a large ecosystem of support for the standard. Polkadot's networking uses libp2p.
Some features:
-Forkless chains by storing the code for state transition the runtime ( aka EVM using Web Assembly WASM which supports numerous blockchain programming languages, such as Rust or C++) along with the blocks at each node and making the ability to update that storage thru a function call subject to cryptographic assurance and consensus mechanisms for the chain to upgrade itself

Gavin Wood in his 2021 year report proudly talks about the first use of this feature

- light client 'node' permitting a browser wallet to query the DOT chains without using a cloud based node provider like Infura or Alchemy
- Off chain data and code stored outside the chain storage and run in their own execution environment outside of the Substrate runtime.
- Cross-Chain Message Passing (XCMP) . Variations of this were there in modular block chains like Cosmos ATOM and are now multiplying across many multi chain bridges and relayers
Projects can be tested and finalized on Polkadot’s Rococo Testnet, and launched on KUSAMA the canary network. 31 Substrate-based mainnets are live Jan 2022.See various parachains . Polkadot & Kusama have almost 3 million user accounts created and are being run by 6,000 validators.

Gas or transaction fees are shared with Validators and Collators. Dec 2021 over twenty thousand accounts on Polkadot elect a total of 297 validators . Polkadot has on chain governance thru its Refrenda, Council and Technical sub committee.
Para chain Data Availability
In Polkadot, like in most sharded solutions, each shard (called parachain) snapshots its blocks to the beacon chain (called relay chain). Say there are 2f + 1 validators on the relay chain. The block producers of the parachain blocks, called collators, once the parachain block is produced compute an erasure coded version of the block that consists of 2f + 1 parts such that any f parts are sufficient to reconstruct the block. They then distribute one part to each validator on the relay chain. A particular relay chain validator would only sign on a relay chain block if they have their part for each parachain block that is snapshotted to such relay chain block. Thus, if a relay chain block has signatures from 2f + 1 validators, and for as long as no more than f of them violated the protocol, each parachain block can be reconstructed by fetching the parts from the validators that follow the protocol
over 987 million $DOT is in circulation, with a total supply of 1.083 billion $DOT (via Coinmarketcap) with 10% inflation since the redenomination on August 2020.
40 Billion Mcap of Polkadot ecosystem. Coin98 Infographic showcases the variety under development and as more para-chains come alive.


Funding The DOT ICO took place in October 2017 and raised over 145 million USD in Ethereum but subsequent wallet hacks lead to a change and re-denomination of $DOT. Estimated 293 Mill $ raised .Apart from the Web3 Foundation, which concerns itself with developing a decentralized internet, Polkadot has formed partnerships with Polymath, Energy Web Foundation, Centrifuge, Laminar, Chainlink, Edgeware, Ocean Protocol, Katal, Acala, and many others. The Polkadot treasury has handed out almost 200,000 DOT and the Kusama treasury around 70,000 KSM to teams and individuals in over one thousand separate funding proposals. Web3Foundation offer a comprehensive grants program focused on funding software development and research efforts related to Polkadot, Kusama, Substrate and ink!.
Reading
Polkadot Parachains Poised to Add Mojo to Expanding DOT Ecosystem
A cheat sheet to illustrate details on Investors checklist for Blockchains . Data or stats are not authoritative and picked from scans of tweets, discord , telegram reddit etc 2021 Q4 and some references are provided. In case of any misses do let me know and I will update. These notes are more on under-the-hood engineering look. A separate article will cover the business development viewpoint
I use the trading ticker rather then name and for example for Axie Infinity blockchain game $AXS implies the coin or token and AXS implies the foundation/DAO/founders as appropriate
Status : DRAFT
Basics
Price Action
Stats and Links
Highlight Pro and Con
Technology
Apps Ecosystem
Funds and Promotions
Readings
Polkadot ($DOT) was launched in 2017 by Parity Technologies. Polkadot’s key founder is Dr. Gavin Wood, one of the co-developers of Ethereum and the developer of the Solidity programming language, which is used in Ethereum to build smart contracts and dApps. Other founders include Robert Habermeier and Peter Czaban, with high-level expertise in blockchain development, cryptography, and Rust. Dr. Wood and Parity’s Peter Czaban founded the Switzerland based Web3 Foundation, a non-profit entity established to support the research and development of Polkadot as well as to oversee its fundraising efforts.
Polkadot is a modular block chain with a central chain as a ring and up to 100 heterogeneous block chains permissioned or permissionless , which run in parallel plugged in as para-chains. Teams planning to run a block chain as a para-chain benefit from the validator and consensus features of Polkadot but need to commit funds in an auction and have a renewable lease for 96 weeks. Parachains can have own native token. The initial launch of first para chain started in Aug 2020 and completed Dec 2021 with 5 para chain live from first auction batch and 159 projects are underway

Kusama is a 'pilot environment' similar to Polkadot for developers to initiate and scale up. Kusama (Aug 2019) is an early, (beta?) release of Polkadot, designed to serve as a "canary" network for Polkadot to test governance, staking, and sharding under real economic conditions. Polkadot also dedicated 1% of the initial DOT supply to Kusama stakeholders in order to encourage participation. Kusama, had sixteen parachains launched and running Jan 2022 on its Relay, with a promise of a further five launching in the coming fortnight.
1,000 tps across parachains with claims to scale to 1 Million tps due to parallel processing in para chains. Recorded peak daily transaction volumes around 800 Mill+ in 2021. TTF (Time to finality) or confirmations are around 2 minutes. Estimated 1.4 Mill+
426% Return from 2021 low to high. 9.1936 USD (Jan 1 ) - 26.8050 USD (Dec 31) for 191.56% returns in 2021

Community Stats 60K+ Reddit, 1.1 Mill + Twitter , 39K + Telegram 20K+ Discord
Social Links Website Whitepaper Github Telegram Twitter Reddit Medium Explorer
Well conceived Modular chain with planned 100 sub chains
Upgradable chains with runtime code changes using WASM
Technical innovations under development.
Auction of slots for a para chain with limited lifetime
The need to keep locked tokens throughout the entire life of the para chain.
Each chain built within Polkadot uses Parity Technologies' Substrate modular framework, which allows developers to select specific components that suit their application-specific chain best and plug in the base Relay chain managed by Polkadot. This base platform, which also leverages Substrate, does not support application functionality but instead provides security to the network's parachains and contains Polkadot's consensus, finality, and voting logic. Para chains need to run Smart-contracts and application data layers.
Consensus
Nominated Proof-of-Stake (NPoS) with four types of network actors — validators, nominators, collators, and fishermen. Validators are elected using Variable Random Functions VRF for random sampling in a set active for a duration ( epoch ~ 4 hours) to secure the Relay Chain by staking DOT ( may be using $DOT delegated by nominators) , validating proofs from collators, and participating in consensus with other validators. Collators produce state transition proofs from collected transactions for the validators on the Relay Chain. fishermen monitor validators and report any errors ( Guardians in many other chains ); now depreciated as voting mechanism takes care .

Polkadot uses a hybrid model to cope with liveliness (TTF) and certainty under stress. BABE(Blind Assignment for Blockchain Extension) is used for block production with probabilistic correctness of the chain . A block author is selected using VRF for a slot and GRANDPA (GHOST-based Recursive Ancestor Deriving Prefix Agreement) for slower deterministic consensus and chain fork amputation to create the 'official' chain. An extensive tutorial video best illustrates in detail. Parity Technologies maintains the Parity Ethereum client in addition to Substrate, which serves as the development framework for Polkadot. Polkadot Runtime Environment (PRE) consists of the networking, consensus and C++, Golang,Rust and javascript languages under Web Assembly WASM .WASM is developed by major companies including Google, Apple, Microsoft, and Mozilla, with a large ecosystem of support for the standard. Polkadot's networking uses libp2p.
Some features:
-Forkless chains by storing the code for state transition the runtime ( aka EVM using Web Assembly WASM which supports numerous blockchain programming languages, such as Rust or C++) along with the blocks at each node and making the ability to update that storage thru a function call subject to cryptographic assurance and consensus mechanisms for the chain to upgrade itself

Gavin Wood in his 2021 year report proudly talks about the first use of this feature

- light client 'node' permitting a browser wallet to query the DOT chains without using a cloud based node provider like Infura or Alchemy
- Off chain data and code stored outside the chain storage and run in their own execution environment outside of the Substrate runtime.
- Cross-Chain Message Passing (XCMP) . Variations of this were there in modular block chains like Cosmos ATOM and are now multiplying across many multi chain bridges and relayers
Projects can be tested and finalized on Polkadot’s Rococo Testnet, and launched on KUSAMA the canary network. 31 Substrate-based mainnets are live Jan 2022.See various parachains . Polkadot & Kusama have almost 3 million user accounts created and are being run by 6,000 validators.

Gas or transaction fees are shared with Validators and Collators. Dec 2021 over twenty thousand accounts on Polkadot elect a total of 297 validators . Polkadot has on chain governance thru its Refrenda, Council and Technical sub committee.
Para chain Data Availability
In Polkadot, like in most sharded solutions, each shard (called parachain) snapshots its blocks to the beacon chain (called relay chain). Say there are 2f + 1 validators on the relay chain. The block producers of the parachain blocks, called collators, once the parachain block is produced compute an erasure coded version of the block that consists of 2f + 1 parts such that any f parts are sufficient to reconstruct the block. They then distribute one part to each validator on the relay chain. A particular relay chain validator would only sign on a relay chain block if they have their part for each parachain block that is snapshotted to such relay chain block. Thus, if a relay chain block has signatures from 2f + 1 validators, and for as long as no more than f of them violated the protocol, each parachain block can be reconstructed by fetching the parts from the validators that follow the protocol
over 987 million $DOT is in circulation, with a total supply of 1.083 billion $DOT (via Coinmarketcap) with 10% inflation since the redenomination on August 2020.
40 Billion Mcap of Polkadot ecosystem. Coin98 Infographic showcases the variety under development and as more para-chains come alive.


Funding The DOT ICO took place in October 2017 and raised over 145 million USD in Ethereum but subsequent wallet hacks lead to a change and re-denomination of $DOT. Estimated 293 Mill $ raised .Apart from the Web3 Foundation, which concerns itself with developing a decentralized internet, Polkadot has formed partnerships with Polymath, Energy Web Foundation, Centrifuge, Laminar, Chainlink, Edgeware, Ocean Protocol, Katal, Acala, and many others. The Polkadot treasury has handed out almost 200,000 DOT and the Kusama treasury around 70,000 KSM to teams and individuals in over one thousand separate funding proposals. Web3Foundation offer a comprehensive grants program focused on funding software development and research efforts related to Polkadot, Kusama, Substrate and ink!.
Reading
Polkadot Parachains Poised to Add Mojo to Expanding DOT Ecosystem
No activity yet