From a36e01e3fcb48eb0c86dbbf2c47ff78d87100db7 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Tue, 27 Feb 2024 12:17:58 -0500 Subject: [PATCH] which defines the possible blockchain operations Co-authored-by: NicVolanschi <43380379+NicVolanschi@users.noreply.github.com> --- docs/architecture/governance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/governance.md b/docs/architecture/governance.md index 571587107..ed2a5acec 100644 --- a/docs/architecture/governance.md +++ b/docs/architecture/governance.md @@ -5,7 +5,7 @@ last_update: --- Tezos incorporates a built-in, on-chain mechanism for proposing, selecting, testing, and activating protocol upgrades without the need to hard fork. -This mechanism makes Tezos a self-amending blockchain and allows any user to propose changes. +This mechanism makes Tezos a self-amending blockchain and allows any user to propose changes to the [economic protocol](./architecture#the-tezos-self-amending-protocol), which defines the possible blockchain operations and how they are processed. All of these self-amendment features, including the scheduling and operation of each amendment period and the voting processes, are automatic and handled by the protocol without human intervention.