Swarm
Swarm Logo (.ai)
Logo PNG
Logo Circled MAX
Incepted at Ethereum Foundation, Swarm is a peer-to-peer network of nodes that collectively provide a decentralised storage and communication service. Swarm’s vision is to extend the blockchain with peer-to-peer storage and communication to realise the world computer that can serve as an operating system and deployment environment for decentralised applications.
Economically self-sustaining due to a built-in incentive system, enforced through smart contracts on the Ethereum blockchain and powered by the BZZ token, Swarm provides exceptional privacy features like anonymous browsing, deniable storage, untraceable messaging and file representation formats that leak no metadata.
https://github.com/ethersphere
https://www.youtube.com/channel/UCu6ywn9MTqdREuE6xuRkskA/videos
All tokens are fully transferable since August 2nd 2021.
More information:
BZZ Tokenomics
Whitepaper
Coinmarketcap: https://coinmarketcap.com/currencies/ethereum-swarm/markets/
Coingecko:https://www.coingecko.com/en/coins/swarm#markets
Ethereum
BZZ (ERC-20)
https://etherscan.io/token/0x19062190b1925b5b6689d7073fdfc8c2976ef8cb
BZZ usage is two-fold:
eth:0x19062190B1925b5b6689D7073fDfC8c2976EF8Cb
https://tokenservice.ethswarm.org/circulating_supply
https://tokenservice.ethswarm.org/token_price
The token supply is not fixed and can increase or decrease via the bonding curve. Put simply, if the supply goes up by one token, so does its price in the bonding curve contract, and vice versa. This makes BZZ neither inflationary nor deflationary. You can read about Swarm’s supply and bonding curve in detail here.
Swarm nodes form a network with quasi-permanent peer connections. The overlay topology chosen is Kademlia, involving message relay.
The underlying storage model of Swarm is called DISC: Distributed Immutable Store of Chunks. A chunk is the canonical unit of storage, consisting of at most 4 kbytes of data.
This model produces a network behaviour that has the following properties:
The Swarm Accounting Protocol (SWAP) ensures that node operators collaborate in routing messages, while protecting the network against frivolous use of bandwidth.
Postage Stamps is a verifiable proof of payment associated with a chunk, signaling its relative importance and preventing frivolous uploads.
The uploaders pay a rent in BZZ to storers in proportion to the amount of storage space required and the duration of using it. This rent is redistributed to storers at regular intervals in a probabilistic fashion, similarly to how validation rewards and transaction fees are paid in proof-of-stake consensus mechanisms.
Whitepaper (document, 13 pages)
Book of Swarm (document, 271 pages)
The Mechanics of Swarm network's Storage Incentives (Medium article, paper to be released)
Include links to any security audits that have been completed