Skip to content

Commit

Permalink
Capitalizes bits.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymatthews committed Dec 4, 2024
1 parent ed761a1 commit a9e4bcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/basics/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Autonomous agents are sometimes also called [intelligent programs]({{< relref "#

## Bit

The token uses to perform transactions on the Entropy blockchain. 1 `bit` is equal to 10,000,000,000 `nanoBITS`.
The token uses to perform transactions on the Entropy blockchain. 1 `BIT` is equal to 10,000,000,000 `nanoBITS`.

## Consumer key

Expand All @@ -51,7 +51,7 @@ A synonym for an [autonomous agent]({{< relref "#autonomous-agent" >}}).

## Nanobit

The smallest possible value transferable on the Entropy blockchain. 10,000,000,000 `nanoBITS` is equal to 1 `bit`.
The smallest possible value transferable on the Entropy blockchain. 10,000,000,000 `nanoBITS` is equal to 1 `BIT`.

## Partition

Expand Down Expand Up @@ -123,4 +123,4 @@ A device running both an _Entropy chain node_and a _threshold signing server_.

## Wallet

A program or application that stores and manages a user's `bits`. Wallets hold the public and private keys that provide access and control over a user's assets. Since Entropy is built on the Substrate blockchain, most Substrate wallets should be compatible with Entropy.
A program or application that stores and manages a user's `BITS`. Wallets hold the public and private keys that provide access and control over a user's assets. Since Entropy is built on the Substrate blockchain, most Substrate wallets should be compatible with Entropy.

0 comments on commit a9e4bcd

Please sign in to comment.