Skip to main content

System Parachains

Overview

System parachains are those that contain core Polkadot protocol features, but in parachains rather than the Relay Chain. Rather than leasing an execution core by economic means (e.g., auction), execution cores are allocated by network governance.

By hosting core protocol logic in parachains instead of the Relay Chain, Polkadot uses its own scaling technology -- namely, parallel execution -- to host itself. System parachains remove transactions from the Relay Chain, allowing more Relay Chain blockspace to be used for Polkadot's primary purpose: validating parachains.

System parachains always defer to on-chain governance to manage their upgrades and other sensitive actions. That is, they do not have their own native tokens or governance systems separate from DOT KSM. In fact, there will likely be a system parachain specifically for network governance.

note

In the past, these were often called "Common Good Parachains", so you may come across articles and discussions using that term. As the network has evolved, that term has been confusing in many cases, so "System Parachains" is preferred now. A discussion on this evolution can be found in this forum thread.

Existing System Chains

Asset Hub

The Asset Hub on both Polkadot and Kusama are the first system parachains.

The Asset Hub is an asset portal for the entire network. It helps asset creators (e.g. reserve backed stablecoin issuers) to track the total issuance of their asset in the Polkadot network, including amounts that have been transferred to other parachains. It is also the point where they can transact, to mint and burn, to manage the on-chain asset.

The Asset Hub also supports non-fungible assets (NFTs) via the Uniques pallet and the new nfts pallet. For more information about NFTs see the dedicated wiki page.

This logic for asset management is not encoded in smart contracts, but rather directly in the runtime of the chain. Because of the efficiency of executing logic in a parachain, fees and deposits are about 1/10th of their respective value on the Relay Chain.

These low fee levels mean that the Asset Hub is well suited for handling DOT balances and transfers as well as managing on-chain assets. For example, the existential deposit for Polkadot is , while only on the Asset Hub.

Collectives

The Polkadot Collectives parachain was added in Referendum 81 and exists only on Polkadot (i.e., there is no Kusama equivalent). The Collectives chain hosts on-chain collectives that serve the Polkadot network.

Some of these collectives are the Polkadot Alliance and the Polkadot Technical Fellowship. These on-chain collectives will play important roles in the future of network stewardship and decentralized governance.

Networks themselves can act as collectives and express their legislative voices as single opinions within other networks. This is achieved with the assistance from a bridge hub.

Bridge Hubs

Before Polkadot and Kusama supported their first parachains, the only way to design a bridge was to put the logic onto the Relay Chain itself. Since both networks now support parachains, it makes sense to have a parachain on each network dedicated to bridges. This is because of the execution isolation provided by parachains.

See the Bridges page for information on the latest bridge projects.

People Chain

The People Chain allows users to mange their account identity.

Coretime Chain

The Coretime system chain allows users to buy coretime to access Polkadot's computation. Coretime marketplaces run on top of the Coretime chain. For more information about agile coretime, see here.