diff --git a/protocols/ssb.md b/protocols/ssb.md index 8b36efa..fb03c7a 100644 --- a/protocols/ssb.md +++ b/protocols/ssb.md @@ -4,6 +4,8 @@ Ssb, or secure-scuttlebutt, is a distributed gossip protocol designed for social sharing. Identities are cryptographic key pairs, feeds are a signed append-only sequence of messages, and nodes use a gossip protocol to disseminate content. Feeds can be thought of as essentially personal blockchains. +Ssb is based on the idea that your social network mirrors your actual communication network, and your network peers mirror your actual peers. + Users are distributed across a few different client apps that work on desktop (Patchwork) and mobile (Manyverse, Planetary). ### Identity