More frontmatter updates

This commit is contained in:
mDuo13
2021-04-21 15:15:32 -07:00
parent ca8088de45
commit d476617646
129 changed files with 419 additions and 471 deletions

View File

@@ -1,3 +1,8 @@
---
html: intro-to-consensus.html
parent: introduction.html
blurb: Develop a basic understanding of the XRP Ledger's consensus mechanism.
---
# Introduction to Consensus
_Consensus_ is the most important property of any decentralized payment system. In traditional centralized payment systems, one authoritative administrator gets the final say in how and when payments occur. Decentralized systems, by definition, don't have an administrator to do that. Instead, decentralized systems like the XRP Ledger define a set of rules all participants follow, so every participant can agree on the exact same series of events and their outcome at any point in time. We call this set of rules a _consensus protocol_.