# What are Databases?

Most of the world’s data exists in database servers – giant computers that are built with the express purpose of hosting large amounts of information.  Many of these servers are hosted in hyperscale data centers – multi-hectare facilities that can host thousands of computers.&#x20;

&#x20;                                    **Map of Microsoft, Amazon and Google’s Data Centers**

<figure><img src="/files/h7B0dMAkwTX0tsle49R6" alt=""><figcaption><p>Source:  <a href="https://www.atomia.com/2016/11/24/comparing-the-geographical-coverage-of-aws-azure-and-google-cloud/">Atomia</a>.  Note:  Shown data center does not represent Brazil location.</p></figcaption></figure>

Given that our modern economy runs off of data, that makes them some of the most important -- if not *the* most important – assets in the world.&#x20;

While they are generally little more than glorified excel spreadsheets with a few columns, databases form the backbone of our modern digital economy because they store our health records, mortgage deeds, insurance records, virtually all the content we consume online and – perhaps most importantly –over 90% of our money.

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

&#x20;☝️ Your money is little more than a collection of 1s and 0s in a database owned by Bank of America (or whomever you bank with)

Today, we access the internet through what is known as a client-server-database architecture.&#x20;

**The Client – Server – Database Architecture**

<figure><img src="/files/i8fSDxnyQOkwBcPLSpM5" alt=""><figcaption><p>Source: <a href="https://www.researchgate.net/figure/Client-server-architecture-of-information-system-services-at-the-village-level_fig1_317627309">Researchgate</a></p></figcaption></figure>

As the name suggests, there are three major components to this structure:

1. **Clients:**  Your PC or laptop is known as a “client”, when you visit websites on a browser such a Google Chrome, it makes requests to servers
2. **Servers**:  Servers are responsible for routing your request to the correct database and then sending the information from the database back to you
3. **Databases**:  Almost all of the information that you find on the internet is stored somewhere in a database

So when you open your iPhone to check your balance at Bank of America, your phone sends a request to one of Bank of America’s servers, which then sends a request to one of Bank of America’s databases that then tells you that you have $X in your account.&#x20;

As stated previously, the vast majority of these databases are owned by centralized companies.  For instance, Microsoft, Google and Amazon own over 50% of the world’s largest data centers.&#x20;

Cryptocurrencies simply swap the existing, centralized, storage layer with decentralized and distributed databases.  These new databases contain both the current balance of everyone’s cryptocurrency as well as the entire transaction history. &#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/what-are-databases.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.
