Architecture · Polkadot Wiki (2024)

Polkadot is a heterogeneous multichain withshared security and interoperability.

📄️ ConsensusThe Consensus Mechanisms of Polkadot.
🗃️ ParachainsParachains' Protocol, Auctions, Crowdloans, and more.
📄️ Asynchronous BackingA brief overview of asynchronous backing, and how it affects Polkadot's scalability.
🗃️ Agile CoretimeConcepts, Implementation and Tutorials on Agile Coretime.
🗃️ BridgesBridging Polkadot to other Blockchain Protocols.
🗃️ Cross Consensus Messaging (XCM)Polkadot's Cross-Consensus Messaging Format (XCM).

Relay Chain

The Relay Chain is the central chain ofPolkadot. All validators ofPolkadot are staked on the Relay Chain in DOTand validate for the Relay Chain. The Relay Chain is composed of a relatively small number oftransaction types that include ways to interact with the governance mechanism, parachain auctions,and participating in NPoS. The Relay Chain has deliberately minimal functionality - for instance,smart contracts are not supported. The main responsibility is to coordinate the system as a whole,including parachains. Other specific work is delegated to the parachains, which have differentimplementations and features.

Parachain Slots

Polkadot can support a number of executionslots. These slots are like cores on a computer's processor (a modern laptop's processor may haveeight cores, for example). Each one of these cores can run one process at a time.Polkadot allows these slots using twosubscription models: parachains and on-demand parachains. Parachains have a dedicated slot (core)for their chain and are like a process that runs constantly. On-demand parachains share slotsamongst a group, and are thus more like processes that need to be woken up and run less frequently.

Most of the computation that happens across thePolkadot network as a whole will be delegatedto specific parachain implementations that handle various use cases.Polkadot places no constraints over whatparachains can do besides that they must be able to generate a proof that can be validated by thevalidators assigned to the parachain. This proof verifies the state transition of the parachain.Some parachains may be specific to a particular application, others may focus on specific featureslike smart contracts, privacy, or scalability — still, others might be experimentalarchitectures that are not necessarily blockchain in nature.

Polkadot provides many ways to secure a slotfor a parachain for a particular length of time. On-demand parachains share slots with otherparachains. Both regular and on-demand parachains have the same API; their difference is economic.Parachains will have to reserve DOT for theduration of their slot lease; on-demand parachains will pay on a per-block basis. Parachains canswitch between being on-demand and permanent.

Parachains connected to the Polkadot RelayChain all share in the security of the Relay Chain.Polkadot has a shared state between the RelayChain and all of the connected parachains. If the Relay Chain must revert for any reason, then allof the parachains would also revert. This is to ensure that the validity of the entire system canpersist and no individual part is corruptible.

The shared state ensures that the trust assumptions when usingPolkadot parachains are only those of theRelay Chain validator set and no other. Since the validator set on the Relay Chain is expected to besecure with a large amount of stake put up to back it, parachains should benefit from this security.

Interoperability

XCM

XCM, short for cross-consensus message, is a format and not a protocol. The format does not assumeanything about the receiver or senders consensus mechanism, it only cares about the format in whichthe messages must be structured in. The XCM format is how parachains will be able to communicatewith one another. Different from XCMP, which is short for cross-chain messaging protocol, XCM iswhat gets delivered, and XCMP is the delivery mechanism. The best way to learn more about XCM is byreading the specification.

Bridges

A blockchain bridge is a connection that allows for arbitrary datato transfer from one network to another. These chains are interoperable through the bridge but canexist as standalone chains with different protocols, rules, and governance models. InPolkadot, bridges connect to the Relay Chainand are secured through the Polkadot consensusmechanism, maintained by collators.

Polkadot uses bridges to bridge the future of Web 3.0, as bridges are fundamental toPolkadot's interoperable architecture byacting as a [secure and robust] communication channel for chains in isolation.

Validators

Validators, if elected to the validator set, produce blocks onthe Relay Chain. They also accept proofs of valid state transition from collators and receivestaking rewards in return.

Validators are required to keep enough parachain blocks available for later use in their localstorage. Those blocks are retrievable by peers who lack that information, so that they can reliablyconfirm the issued validity statements about parachain blocks. The (AnV) protocol consists ofmultiple steps for successfully upholding those responsibilities.

Nominators

Nominators bond their stake to particular validators in order tohelp them get into the active validator set and thus produce blocks for the chain. In return,nominators are generally rewarded with a portion of the staking rewards from that validator.

Collators

Collators are full nodes on both a parachain and the Relay Chain.They collect parachain transactions and produce state transition proofs for the validators on theRelay Chain. They can also send and receive messages from other parachains using XCMP.

Parachain blocks themselves are produced by collators, whereas the relay chain validators onlyverify their validity (and later, their availability).

Architecture · Polkadot Wiki (2024)

FAQs

What is Polkadot built on? ›

Polkadot uses parachains and a relay chain to facilitate a much more scalable blockchain ecosystem. The protocol's bridges allow different blockchain networks to interact with each other. The protocol also features the DOT token, which is used in governance, staking, and bonding.

What is the Polkadot Parachain architecture? ›

The Polkadot architecture enables parachain users to conduct transactions faster and cheaper. It paves the way for parachain development that allows developers to build blockchains that do not transmit user information to the public network or require many transactions.

What language is Polkadot written in? ›

Polkadot smart contracts are self-executing contracts with predetermined rules and conditions. These contracts are typically written in the Rust programming language using the Substrate framework, purpose-built for developing parachains and custom blockchains within the Polkadot ecosystem.

How many projects are building on Polkadot? ›

The Polkadot ecosystem continues to grow: Across Polkadot and Kusama we have 90 parachains from over 580 ecosystem projects; 300 of which are decentralised applications and 190 are Substrate-based blockchains.

Is Polkadot built on rust? ›

Rust is a modern systems programming language that provides a unique combination of safety, performance, and productivity. For several reasons, Polkadot, one of the most promising blockchain projects, has chosen Rust as its primary programming language.

Is Polkadot the next big thing? ›

Now, based on my technical and fundamental analysis, I can confidently say that Polkadot is the Next Big Thing in the cryptocurrency market, and investing $5,000 in the Polkadot ecosystem could yield massive returns.

Is Polkadot better than polygon? ›

There is no exact answer as to who wins in the Polygon vs Polkadot battle. Both networks offer tangible benefits and allow for the development of robust blockchain-based applications. Thus, when choosing between Polygon or Polkadot, it is crucial to consider the unique characteristics and requirements of your project.

What algorithm does Polkadot use? ›

Polkadot uses a nominated proof-of-stake (NPoS) consensus algorithm [also known as the Blind Assignment for Blockchain Extension (BABE)].

Which company owns Polkadot? ›

Polkadot is collectively owned by the Web3 Foundation, its founders, and thousands of investors who have invested in the DOT coin.

Which companies are using Polkadot? ›

Top Polkadot Development Company | Top Polkadot Development Services | Top Polkadot developers
  • Blockchain Australia. Enterprise Blockchain and Apps Development Company. ...
  • Crypto Legal. ...
  • EvaCodes. ...
  • Codezeros. ...
  • AuditOne. ...
  • Prolitus Technologies. ...
  • Minddeft Technologies Private Limited. ...
  • Bloq.

Why is Polkadot going down? ›

Low Adoption Rate : Polkadot 2.0 faces significant challenges in user engagement, with only about 40,000 daily transactions and approximately 4,500 daily active users.

How many developers are working on Polkadot? ›

This growth was observed across all leading parachains. XCM transfers increased 150% QoQ, reaching an all-time high of 133,000. The total number of active XCM channels reached 203 by the end of the year, nearly tripling in 2023. As of December, Polkadot had 800 full-time developers and 2,100 total developers.

What platform is Polkadot on? ›

The DOT token is used for staking and governance; it can be bought or sold on Coinbase and other exchanges. Polkadot, like many post-Bitcoin cryptocurrencies, is both a token that can be bought or sold via exchanges like Coinbase and a decentralized protocol.

Which layer is Polkadot on? ›

Polkadot is a Layer-0 blockchain that brings to the multi-chain vision the following innovations and initiatives: Application-specific Layer-1 (L1) blockchains (or parachains). Polkadot is a sharded network where transactions are processed in parallel with each shard.

Is chainlink built on Polkadot? ›

No, Chainlink and Polkadot are not the same. They are two different blockchain projects with distinct purposes. Chainlink is a decentralized oracle network that provides external data to smart contracts, while Polkadot is a blockchain platform that aims to enable interoperability between multiple blockchains.

What is the algorithm of Polkadot? ›

Polkadot uses a nominated proof-of-stake (NPoS) consensus algorithm [also known as the Blind Assignment for Blockchain Extension (BABE)].

Top Articles
Netflix thinks I’m in a different country
Cake Mistakes
Jack Doherty Lpsg
Fiskars X27 Kloofbijl - 92 cm | bol
Splunk Stats Count By Hour
Melson Funeral Services Obituaries
Danielle Moodie-Mills Net Worth
Ds Cuts Saugus
Shorthand: The Write Way to Speed Up Communication
Fnv Turbo
Mail Healthcare Uiowa
Wmlink/Sspr
Hijab Hookup Trendy
Magicseaweed Capitola
Mills and Main Street Tour
Mail.zsthost Change Password
Chelactiv Max Cream
Zalog Forum
Craigslist In Visalia California
Moving Sales Craigslist
Mccain Agportal
Allybearloves
Chase Bank Pensacola Fl
Boston Dynamics’ new humanoid moves like no robot you’ve ever seen
Troy Gamefarm Prices
How To Tighten Lug Nuts Properly (Torque Specs) | TireGrades
Rgb Bird Flop
Craigslist Sf Garage Sales
Productos para el Cuidado del Cabello Después de un Alisado: Tips y Consejos
Math Minor Umn
What Happened To Father Anthony Mary Ewtn
Solve 100000div3= | Microsoft Math Solver
Gabrielle Enright Weight Loss
Litter-Robot 3 Pinch Contact & DFI Kit
Joe's Truck Accessories Summerville South Carolina
Mississippi State baseball vs Virginia score, highlights: Bulldogs crumble in the ninth, season ends in NCAA regional
In Polen und Tschechien droht Hochwasser - Brandenburg beobachtet Lage
Alpha Asher Chapter 130
The Holdovers Showtimes Near Regal Huebner Oaks
Atlanta Musicians Craigslist
Saybyebugs At Walmart
Craigslist Pets Plattsburgh Ny
Gamestop Store Manager Pay
Mybiglots Net Associates
All Weapon Perks and Status Effects - Conan Exiles | Game...
Craigslist Mendocino
Access to Delta Websites for Retirees
Www.homedepot .Com
Zits Comic Arcamax
Craigslist Yard Sales In Murrells Inlet
Bob Wright Yukon Accident
Gainswave Review Forum
Latest Posts
Article information

Author: Dr. Pierre Goyette

Last Updated:

Views: 6112

Rating: 5 / 5 (50 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Dr. Pierre Goyette

Birthday: 1998-01-29

Address: Apt. 611 3357 Yong Plain, West Audra, IL 70053

Phone: +5819954278378

Job: Construction Director

Hobby: Embroidery, Creative writing, Shopping, Driving, Stand-up comedy, Coffee roasting, Scrapbooking

Introduction: My name is Dr. Pierre Goyette, I am a enchanting, powerful, jolly, rich, graceful, colorful, zany person who loves writing and wants to share my knowledge and understanding with you.