Technical Speak
Last updated
Last updated
BABE - Blind Assignment for Blockchain Extension. BABE is the engine selects authors for each block, and then produces those blocks. Can be used in conjunction with GRANDPA.
BEEFY - Bridge Efficiency Enabling Finality Yielder. A protocol that (in conjunction with GRANDPA) helps connect non-substrate blockchains to the Polkadot ecosystem.
Collator - Collators collect transactions from their parachain and aggregate them to pass along to Relay Chain Validators.
Fungible - Mutually interchangeable, non-unique. Any one can be replaced for any other. Polkadot is fungible, any one DOT can be replaced with any other DOT, and you will have exactly the same thing.
GRANDPA - GHOST-based Recursive Ancestor Deriving Prefix Agreement. It's a protocol that decides which block, which changes are final, before recording them to the blockchain.
NFT - Non-fungible token. A one-of-a-kind token, able to refer directly to a unique item. That item can be a digital asset, like digital art, or a real world asset, like a land deed or physical artwork. People often think that owning an NFT is owning a JPG, but in actuality, that NFT is simply a token that contains information about where to find that JPG. But because it is unique and its transaction history can be verified on the blockchain, ownership of that token represents a clear path of ownership of the art that it is tied to. In short, an NFT is a certificate of authenticity and ownership, rolled into one.
Nominator - You, if you stake. Your stake is nominating trustworthy Validators, who are responsible for the security of the relay chain.
Parachain - Sovereign blockchains plugged into the Relay Chain that can have their own tokens and determine their own functionality. Parachain slots are secured via Parachain Slot Auction.
Parathread - Similar to Parachains, but pay-as-you-go connectivity to the Relay Chain.
Polkadot.js - Native wallet. Super powerful, but not very user friendly.
Relay Chain - The core of Polkadot and Kusama. It is responsible for the network's shared security, Proof-of-Stake consensus, and cross-chain interoperability (XCM), which allows parachains to communicate with one another safely, without the security risk of bridges.
Validator - The person you stake with. They validate proofs from Collators and participate in consensus with other Validators to ensure data transmitted across the Relay Chain is accurate.
XCM - Cross-chain messaging. The messaging format used by parachains to transact with one another across the Relay Chain.