diff --git a/content/basics/glossary.md b/content/basics/glossary.md index 7b9b2794..91f55aa0 100644 --- a/content/basics/glossary.md +++ b/content/basics/glossary.md @@ -25,6 +25,10 @@ A program designed to act independently, capable of executing tasks and making d Autonomous agents are sometimes also called [intelligent programs]({{< relref "#intelligent-program" >}}). +## Bit + +The token uses to perform transactions on the Entropy blockchain. 1 `BIT` is equal to 10,000,000,000 `nanoBITS`. + ## Consumer key A synonym for a [device key or deploy key]({{< relref "#device-key" >}}). @@ -45,6 +49,10 @@ The set of Entropy validators. 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`. + ## Partition Also called a _signing subgroup_, a subgroup is a set of threshold signing servers that all hold identical key shares. To sign a message, one member of each subgroup must participate. The Entropy chain assigns new threshold signing servers to a subgroup. @@ -115,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 tokens. 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. diff --git a/content/basics/quickstart.md b/content/basics/quickstart.md index 10856a81..ddd2ad5a 100644 --- a/content/basics/quickstart.md +++ b/content/basics/quickstart.md @@ -1,7 +1,7 @@ --- title: "Quickstart" description: "Start experimenting with the Entropy network quickly." -lead: "By the end of this guide, you will have deployed a program onto the Entropy blockchain and be able to interact with it to produce signatures. These terms (deploy, program, blockchain, signature) may be a bit foreign to you right now, and that's ok! You don't need to understand everything in order to play around with Entropy." +lead: "By the end of this guide, you will have deployed a program onto the Entropy blockchain and be able to interact with it to produce signatures. These terms (deploy, program, blockchain, signature) may be somewhat foreign to you right now, and that's ok! You don't need to understand everything in order to play around with Entropy." weight: 1 --- @@ -107,7 +107,7 @@ Funds for testing are available from the CLI's built-in faucet. 1. Select **Entropy Faucet** from the main menu. - The CLI will request `2` test tokens from the Entropy network and send them to your selected account. This equates to `20,000,000,000` bits, which is enough to perform actions like registering an account, transferring funds, and deploying a program. + The CLI will request `2` test `BITS` from the Entropy network and send them to your selected account. This equates to 20,000,000,000 `nanobits`, which is enough to perform actions like registering an account, transferring funds, and deploying a program. ```output ⠧ Funding account… diff --git a/content/guides/get-funds.md b/content/guides/get-funds.md index 76a843c6..5fc6ee83 100644 --- a/content/guides/get-funds.md +++ b/content/guides/get-funds.md @@ -21,4 +21,4 @@ Funds for testing are available from the CLI faucet. You need to have the [Entro 1. Select the account you want to receive test funds. 1. Return to the main TUI menu and select **Entropy Faucet**. -The CLI will request `2` test tokens from the Entropy network and forward them to your selected account. This equates to `20,000,000,000` bits, enough to perform transactions like registering an account and deploying a program. +The CLI will request `2` test `BITS` from the Entropy network and forward them to your selected account. This equates to `20,000,000,000 nanoBITS`, enough to perform transactions like registering an account and deploying a program. diff --git a/content/guides/spin-up-a-devnet.md b/content/guides/spin-up-a-devnet.md index 5818549c..85ae17a7 100644 --- a/content/guides/spin-up-a-devnet.md +++ b/content/guides/spin-up-a-devnet.md @@ -205,7 +205,7 @@ You must have the latest LTS version of [Rust](https://www.rust-lang.org/tools/i It's important to regularly reset the network to maintain a clean testing environment, thoroughly document all configuration settings for reproducibility, and simulate various network conditions to ensure robustness. -Developers should strive to mirror the mainnet environment as closely as possible while still maintaining flexibility for rapid iteration. If you plan to share access to the devnet, it's essential to establish a clear protocol for managing and distributing test tokens, implement monitoring and logging systems to track network behaviour, and regularly update the devnet software to match planned mainnet upgrades. +Developers should strive to mirror the mainnet environment as closely as possible while still maintaining flexibility for rapid iteration. If you plan to share access to the devnet, it's essential to establish a clear protocol for managing and distributing test `BITS`, implement monitoring and logging systems to track network behaviour, and regularly update the devnet software to match planned mainnet upgrades. ## Troubleshooting diff --git a/content/guides/transfer-funds.md b/content/guides/transfer-funds.md index 55681645..2aad9221 100644 --- a/content/guides/transfer-funds.md +++ b/content/guides/transfer-funds.md @@ -35,7 +35,7 @@ To transfer funds, you must have the following: ![](./images/transfer-funds-select-to-address.png) -1. Enter the number of tokens you want to send. The minimum number you can send is `10000`. +1. Enter the number of `BITS` you want to send. 1. Click **Make Transfer**. 1. Review the details on this confirmation page and click **Sign and Submit**.