Skip to content

Commit

Permalink
Update docs/about/grandpa-explained.md
Browse files Browse the repository at this point in the history
Agree, must be paired together.

Co-authored-by: Priyank Gupta <priyankgupta0308@gmail.com>
  • Loading branch information
staking4all and Genesis3800 authored Dec 16, 2023
1 parent 0ac4a66 commit 91c92cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/about/grandpa-explained.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
## Introduction

GRANDPA, which stands for "GHOST-based Recursive ANcestor Deriving Prefix Agreement," is the consensus algorithms used by Avail. GRANDPA works in conjunction with another consensus
algorithm called BABE (Blind Assignment for Blockchain Extension) to secure the overall network and ensure the finality of blocks on the Avail blockchain.
GRANDPA in and of itself is a block finalization algorithm, and as such needs to be paired with block-authoring mechanisms like [Aura](https://paritytech.github.io/polkadot-sdk/master/sc_consensus_aura/index.html) or BABE (Avail uses BABE) to ensure a properly functioning blockchain.

GRANDPA is responsible for achieving finality in the Avail network. Finality means that once a block is added to the blockchain, it is irreversible and cannot be reverted. This is in
contrast to probabilistic finality found in some other consensus mechanisms.
Expand Down

0 comments on commit 91c92cb

Please sign in to comment.