Denominations | |
---|---|
Code | DOT |
Development | |
Original author(s) | Gavin Wood |
White paper | https://github.com/polkadot-io/polkadot-white-paper/blob/5a3f902bda34fe309251edeb9b6382154fc26680/PolkaDotPaper.pdf |
Implementation(s) | polkadot , gossamer |
Initial release | May 26, 2020 |
Code repository | github |
Development status | Active |
Ledger | |
Timestamping scheme | Proof of stake |
Website | |
Website | polkadot |
Polkadot is a decentralized, nominated proof-of-stake blockchain with smart contract functionality. The cryptocurrency native to the blockchain is the DOT.
It is designed to allow blockchains to exchange messages and perform transactions with each other without a trusted third-party. This allows for cross-chain transfers of data or assets, between different blockchains, and for decentralized applications (DApps) to be built using the Polkadot Network.
Polkadot was created by the Ethereum co-founder Gavin Wood, [1] Robert Habermeier and Peter Czaban. [2] The white paper for Polkadot was published by Wood in 2016. [2] The Polkadot SDK and other core technology components are being developed by Parity Technologies. The project raised over $144.3 million in its Initial coin offering in October 2017. [3] Another private sale in 2019 raised an additional $43 million. [2]
Parity Technologies launched a "canary" network based on Polkadot's code under the name Kusama in September 2019. Kusama is used to test new features early before they enter production on the Polkadot main network. [4]
Polkadot's network launched in May 2020. [5] The first blockchains, or parachains, building on top of Polkadot launched in December 2021. [4]
Polkadot is founded on the premise that there will be a multitude of blockchains in the future. It provides an open-source software development kit called Polkadot SDK that can be used by development teams to build their own blockchains.
These blockchains can run by themselves, referred to as "solochains", or can join the Polkadot ecosystem as "parachains".
Polkadot offers three properties to parachains: sovereignty, shared security and interoperability.
Sovereignty refers to the idea that individual blockchains are sovereign in the way they conduct themselves. Blockchains define their own rules for how users can interact on them.
Shared security means that one chain provides cryptoeconomic security to other chains. The Polkadot network has a primary blockchain named the "relay chain", which provides security for parachains. This way, parachains enjoy high cryptoeconomic security, relieving them from the burden to source their own security through means that compromise their sovereignty.
Interoperability is created through a common standard of data exchange, called XCM. [6] Since parachains have shared security, bridging times between parachains are typically under a minute.
Polkadot introduces the concept of cores, leaning on the idea of Multi-core processors in computing. Polkadot provides a few hundred cores. Parachains can rent one or more cores to acquire compute resources to process their workload. [7]
Polkadot 2.0 is a series of technical upgrades intended to improve flexibility of acquiring coretime for parachains. It allows parachains to scale up coretime consumption with their demand. [8] The upgrade consists of async backing, agile coretime, and elastic scaling.
Async Backing allows parachains to submit blocks to Polkadot without having to wait for inclusion of previous blocks. It enables parachains to divert from the previous 12 second block times and choose their own block production speed. Agile Coretime allows parachains to either acquire coretime in 4-week bulk or acquire it on-demand. Elastic Scaling allows parachains to use multiple cores in parallel. [8]
JAM is an upcoming upgrade proposed in the "Graypaper" by Gavin Wood that focuses on supporting any kind of application, not just parachains, to run on Polkadot. [9] It would allow simple smart contracts, ZK-Rollups and other kinds of chains to run on Polkadot. [10]
The network uses a nominated proof-of-stake consensus algorithm. [11] The protocol used, Blind Assignment for Blockchain Extension (BABE), is derived from Ouroboros. [12]
This section needs expansion. You can help by adding to it. (December 2024) |
Substrate is a framework for developing blockchains for the Polkadot network.
A cryptocurrency, crypto-currency, or crypto is a digital currency designed to work through a computer network that is not reliant on any central authority, such as a government or bank, to uphold or maintain it.
Litecoin is a decentralized peer-to-peer cryptocurrency and open-source software project released under the MIT/X11 license. Inspired by Bitcoin, Litecoin was among the earliest altcoins, starting in October 2011. In technical details, the Litecoin main chain shares a slightly modified Bitcoin codebase. The practical effects of those codebase differences are lower transaction fees, faster transaction confirmations, and faster mining difficulty retargeting. Due to its underlying similarities to Bitcoin, Litecoin has historically been referred to as the "silver to Bitcoin's gold." In 2022, Litecoin added optional privacy features via soft fork through the MWEB upgrade.
Proof-of-stake (PoS) protocols are a class of consensus mechanisms for blockchains that work by selecting validators in proportion to their quantity of holdings in the associated cryptocurrency. This is done to avoid the computational cost of proof-of-work (POW) schemes. The first functioning use of PoS for cryptocurrency was Peercoin in 2012, although the scheme, on the surface, still resembled a POW.
Ethereum is a decentralized blockchain with smart contract functionality. Ether is the native cryptocurrency of the platform. Among cryptocurrencies, ether is second only to bitcoin in market capitalization. It is open-source software.
A blockchain is a distributed ledger with growing lists of records (blocks) that are securely linked together via cryptographic hashes. Each block contains a cryptographic hash of the previous block, a timestamp, and transaction data. Since each block contains information about the previous block, they effectively form a chain, with each additional block linking to the ones before it. Consequently, blockchain transactions are irreversible in that, once they are recorded, the data in any given block cannot be altered retroactively without altering all subsequent blocks.
Hyperledger is an umbrella project of open source blockchains and related tools that the Linux Foundation started in December 2015. IBM, Intel, and SAP Ariba have contributed to support the collaborative development of blockchain-based distributed ledgers. It was renamed the Hyperledger Foundation in October 2021.
Consensys is a private blockchain software technology company founded by Joseph Lubin and based in Fort Worth.
A decentralised application is an application that can operate autonomously, typically through the use of smart contracts, that run on a decentralized computing, blockchain or other distributed ledger system. Like traditional applications, DApps provide some function or utility to its users. However, unlike traditional applications, DApps operate without human intervention and are not owned by any one entity, rather DApps distribute tokens that represent ownership. These tokens are distributed according to a programmed algorithm to the users of the system, diluting ownership and control of the DApp. Without any one entity controlling the system, the application is therefore decentralised.
Ethereum Classic is a blockchain-based distributed computing platform that offers smart contract (scripting) functionality. It is open source and supports a modified version of Nakamoto consensus via transaction-based state transitions executed on a public Ethereum Virtual Machine (EVM).
Cardano is a public blockchain platform. It is open-source and decentralized, with consensus achieved using proof of stake. It can facilitate peer-to-peer transactions with its internal cryptocurrency, ADA.
A cryptocurrency wallet is a device, physical medium, program or an online service which stores the public and/or private keys for cryptocurrency transactions. In addition to this basic function of storing the keys, a cryptocurrency wallet more often offers the functionality of encrypting and/or signing information. Signing can for example result in executing a smart contract, a cryptocurrency transaction, identification, or legally signing a 'document'.
Gavin James Wood is an English computer scientist, a co-founder of Ethereum, and creator of Polkadot and Kusama.
In blockchain, a fork is defined variously as:
Ouroboros is a family of proof-of-stake consensus protocols used in the Cardano and Polkadot blockchains. It can run both permissionless and permissioned blockchains.
Stacks, formerly Blockstack, is a layer-2 blockchain that extends the use of Bitcoin to include smart contracts, decentralized finance ("DeFi"), non-fungible tokens (NFTs), and decentralized apps ("DApps"), while still maintaining Bitcoin finality. Stacks, like the Lightning Network, Merlin Chain, Rootstock Infrastructure Framework (RIF) and Dovi, is aimed at improving the functionality of Bitcoin.
Solana is a blockchain platform which uses a proof-of-stake mechanism to provide smart contract functionality. Its native cryptocurrency is SOL.
Polygon is a blockchain platform which aims to create a multi-chain blockchain system compatible with Ethereum. As with Ethereum, it uses a proof of stake consensus mechanism for processing transactions on-chain. Polygon's native token is POL, an ERC-20 token which allows for compatibility with other Ethereum cryptocurrencies. It is operated by Polygon Labs.
BTCS Inc. is a blockchain technology company that allows investors to stake digital assets on a decentralized platform integrated by the Web3 data network protocol. In June 2013, the company was cofounded by Michal Handerhan, Timothy Sidie and Charles W. Allen and headquartered in Arlington, Virginia. BTCS is the first company that rewards shareholders in Bitcoin cryptocurrency dividends payouts. In BTCS was listed as a publicly traded company on the Nasdaq Capital Market in February 2014 under the ticker symbol of "BTCS." BTCS hosts an online e-commerce marketplace where cryptocurrency investors may purchase merchandise with virtual assets such as Bitcoin ($BTC) and Ethereum ($ETH). BTCS Inc. authenticates proof-of-stake (PoS) with proof-of-work (PoW) concept by providing public signature for blockchain transactions.