> For the complete documentation index, see [llms.txt](https://aphid-ai.gitbook.io/aphid-ai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aphid-ai.gitbook.io/aphid-ai-docs/glossary/blockchain.md).

# Blockchain

**Blockchain** is software technology that allows computers to run as a democratic group of participants.

#### Blockchain vs. Traditional Internet

Normally, when someone uses a computer to make changes on the internet, such as making a social media post, or depositing money into a bank account, that information is verified by and stored in a centralized server. "Centralized" means the server is controlled by a single company or person.

With **blockchain technology**, there are no centralized servers or verifiers. On a blockchain, all information is democratically verified by and stored by the blockchain's users. Every change made to a blockchain is shared and recorded across all users, and can never be hidden.

#### Blockchain and Security

While normal websites and servers can be manipulated, blockchains are exceptionally tamper-proof:

1. **Democracy** - verification of blockchain information is democratic; there are no singular organizations that can control them "internally." With blockchain, there is no "internally."
2. **Decentralization** - information recorded on blockchains is distributed across all types of people, companies, and nations. There are no single points of failure.
3. **Privacy** - personal information is never required to use blockchain. By default, users are anonymous, and never risk personal information at any step, because they never need to share it.
4. **Cryptography** - when verification is required, all personal information can be encrypted and used to make proofs, such as proof of identity, without actually sharing the information itself. Instead, "cryptographic proofs" are sent between computers, rather than the information itself.
5. **Immutability** - whenever any information is changed on a blockchain, information about that change is permanently recorded in a list, which every user can view and verify. As a result, [thieves and nefarious actors are easier to track down by law enforcement](https://www.forbes.com/sites/stevenehrlich/2021/04/13/janet-yellen-bitcoin-and-crypto-fearmongers-get-pushback-from-former-cia-director/?sh=6cc1d5519bb7).

By these features combined, blockchains add a new level of trustability and security to websites and apps using them.

<details>

<summary></summary>

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://aphid-ai.gitbook.io/aphid-ai-docs/glossary/blockchain.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
