Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahMaizels committed Jan 20, 2025
1 parent ac2cca6 commit 7c64711
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/references/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand All @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7c64711

Please sign in to comment.