diff --git a/docs/build/build-protocol-info.md b/docs/build/build-protocol-info.md
index a7a8f0fe30c0..3747f4317781 100644
--- a/docs/build/build-protocol-info.md
+++ b/docs/build/build-protocol-info.md
@@ -80,9 +80,11 @@ order to reduce the public key from 33 bytes to 32 bytes.
Polkadot, and most Substrate-based chains, use an _existential deposit_ (ED) to prevent dust
accounts from bloating chain state. If an account drops below the ED, it will be _reaped,_ i.e.
completely removed from storage and the nonce reset. Polkadot's ED is
-,
+{{ polkadot: , :polkadot }}
+{{ kusama: , :kusama }}
while Kusama's is
-.
+{{ polkadot: . :polkadot }}
+{{ kusama: . :kusama }}
You can always verify the existential deposit by checking the
[chain state](https://polkadot.js.org/apps/#/chainstate) for the constant
`balances.existentialDeposit`.