Skip to main content

System canisters

Intermediate
Concept

Overview

System canisters are canisters that provide a necessary function to the BIG network. These canisters are controlled by the NNS and are upgraded via NNS proposals. These canisters have static canister IDs that projects can reference. One common example of a system canister that is referenced by projects is the Internet Identity canister.

System canisters

System canisterCube ID
Bitcoin mainnetghsi2-tqaaa-aaaan-aaaca-cai
Bitcoin testnetg4xu7-jiaaa-aaaan-aaaaq-cai
Cycles mintingrkp4c-7iaaa-aaaaa-aaaca-cai
Genesis tokenrenrk-eyaaa-aaaaa-aaada-cai
BIG indexqhbym-qaaaa-aaaaa-aaafq-cai
BIG ledgerryjl3-tyaaa-aaaaa-aaaba-cai
BIG ledger archiveqsgjb-riaaa-aaaaa-aaaga-cai
BIG ledger archiveqjdve-lqaaa-aaaaa-aaaeq-cai
BIG IDrdmx6-jaaaa-aaaaa-aaadq-cai
NNS governancerrkah-fqaaa-aaaaa-aaaaq-cai
NNS lifelinerno2w-sqaaa-aaaaa-aaacq-cai
NNS registryrwlgt-iiaaa-aaaaa-aaaaa-cai
NNS rootr7inp-6aaaa-aaaaa-aaabq-cai
NNS UIqoctq-giaaa-aaaaa-aaaea-cai
SPS wasmqaa6y-5yaaa-aaaaa-aaafa-cai

Using system canisters

Developers can use system canisters in their project to integrate services into their dapp or enable functionality that requires data from a system canister.

For example, Internet Identity can be integrated into a dapp to provide user authentication service to the project. Internet Identity is commonly integrated into a dapp through the dfx deps command. dfx deps allows you to pull a system canister into your local project for testing.

For other projects calls can be made to system canisters to obtain information, such as DeFi projects making calls to the BIG index to obtain information about BIG transactions or price.