From 566a9892621936a1112cd478df355c7bb167e729 Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Tue, 22 Aug 2023 16:28:35 +0300 Subject: [PATCH] update glossary --- guide/concepts/glossary.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/guide/concepts/glossary.md b/guide/concepts/glossary.md index 886336c..211e2f1 100644 --- a/guide/concepts/glossary.md +++ b/guide/concepts/glossary.md @@ -10,9 +10,8 @@ sidebar_position: 8 - **Tangle Root** = the origin msg of a tangle - **Tangle Tips** = tangle msgs that are not yet referenced by any other msg in the tangle - **Tangle ID** = Msg hash of the tangle's root msg -- **Identity tangle** = tangle with msgs that add (or remove?) asymmetric-crypto public keys -- **ID** = tangle ID of the identity tangle, refers to the "identity" of a person or a group -- **Feed** = tangle with msgs authored by (any pubkey in) an identity -- **Feed root** = a msg that is deterministically predictable and empty, so to allow others to pre-know its hash -- **Feed ID** = ID of a feed (Msg ID of the feed's root msg) - +- **Account tangle** = tangle with msgs that add (or remove?) asymmetric-crypto public keys +- **Account ID** = tangle ID of the account tangle, refers to a person or a group +- **Moot** = the "virtual root" of a tangle. The moot is a msg that is deterministically predictable and empty, so to allow others to pre-know its hash. It never needs to be stored in disk nor transmitted via network, since it can be recreated on the fly +- **Feed** = tangle with msgs authored by (any pubkey in) an account under a certain "domain", beginning from a moot +- **Feed ID** = ID of a feed (Msg ID of the feed's moot)