diff --git a/docs/references/glossary.md b/docs/references/glossary.md index b09a51f1..1bebf067 100644 --- a/docs/references/glossary.md +++ b/docs/references/glossary.md @@ -6,7 +6,7 @@ id: glossary ## Swarm -The Swarm network consists of a collection of [Bee nodes](glossary#bee) which work together to enable decentralised data storage for the next generation of censorship-resistant, unstoppable, serverless dapps. +The Swarm network consists of a collection of [Bee nodes](#bee) which work together to enable decentralised data storage for the next generation of censorship-resistant, unstoppable, serverless dapps. Swarm is also the name of the core organization that oversees the development and success of the Bee Swarm as a whole. They can be found at [ethswarm.org](https://www.ethswarm.org/). @@ -16,7 +16,7 @@ Swarm is also the name of the core organization that oversees the development an ## Smart Contracts -Smart contracts are automatically executable code which can be published on a blockchain to ensure immutability. Swarm uses smart contracts on Gnosis Chain for a variety of key aspects of the network including [incentivization](glossary#xbzz-token), [inter-node accounting](glossary#swap), and [payments for storage](glossary#postage-stamps). +Smart contracts are automatically executable code which can be published on a blockchain to ensure immutability. Swarm uses smart contracts on Gnosis Chain for a variety of key aspects of the network including [incentivization](#xbzz-token), [inter-node accounting](#swap), and [payments for storage](#postage-stamps). ## Bee @@ -28,7 +28,7 @@ Bee nodes can act as both client and service provider, or solely as client or se An overlay network is a virtual or logical network built on top of some lower level "underlay" network. Examples include the Internet as an overlay network built on top of the telephone network, and the p2p Bittorent network built on top of the Internet. -With Swarm, the overlay network is based on a [Kademlia DHT](https://en.wikipedia.org/wiki/Kademlia) with overlay addresses derived from each node's [Gnosis](glossary#gnosis-chain) address. Swarm's overlay network addresses are permanent identifiers for each node and do not change over time. +With Swarm, the overlay network is based on a [Kademlia DHT](https://en.wikipedia.org/wiki/Kademlia) with overlay addresses derived from each node's [Gnosis](#gnosis-chain) address. Swarm's overlay network addresses are permanent identifiers for each node and do not change over time. ## Overlay Address @@ -65,7 +65,7 @@ The cheque and chequebook system reduces the number of required on-chain transac ## Postage Stamps -Postage stamps can be purchased with [xBZZ](glossary#xbzz-token) and represent the right to store data on the Swarm network. In order to upload data to Swarm, a user must purchase a batch of stamps which they can then use to upload an equivalent amount of data to the network. +Postage stamps can be purchased with [xBZZ](#xbzz-token) and represent the right to store data on the Swarm network. In order to upload data to Swarm, a user must purchase a batch of stamps which they can then use to upload an equivalent amount of data to the network. ## Kademlia @@ -191,7 +191,7 @@ BZZ is Swarm's [ERC-20](https://ethereum.org/en/developers/docs/standards/tokens xBZZ is BZZ bridged to the [Gnosis Chain](https://www.gnosis.io/) using the [Gnosis Chain Bridge](https://bridge.gnosischain.com/). -It is used as payment for [postage stamps](glossary#postage-stamps) and as the unit of accounting between the nodes. It is used to incentivize nodes to provide resources to the Swarm. +It is used as payment for [postage stamps](#postage-stamps) and as the unit of accounting between the nodes. It is used to incentivize nodes to provide resources to the Swarm. ## DAI Token