# How are Cryptocurrencies Distributed?

Cryptocurrencies are distributed because, instead of living in centralized “server farms” as they often do at Microsoft or Facebook, they are hosted across thousands of individual computers located all over the globe.&#x20;

These computers are called “nodes”, and they each contain an identical copy of the account balances and transaction history of the cryptocurrency’s database.

<figure><img src="/files/Zw5QtL21mGffVIZZrwhL" alt=""><figcaption></figcaption></figure>

This distribution is very important because it means that: 1) it’s almost impossible for a third party to turn them off and 2) they are extremely resilient to hardware failures.&#x20;


---

# Agent Instructions: 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:

```
GET https://www.digitalnations.xyz/web3-overview/the-web3-ecosystem/cryptocurrencies/how-do-cryptocurrencies-work/how-are-cryptocurrencies-distributed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
