# How do Decentralized Economies Work?

As discussed, centralized systems exist because of the need to create trust.  We trust banks to hold and transfer our money, governments to enforce contracts and laws and corporations to establish the legitimacy and ownership of digital goods.&#x20;

Decentralized systems are so innovative because they allow us to do all of these functions without the aforementioned “middlemen”.&#x20;

&#x20;              **Decentralized Systems Provide the Money, Goods and Law of a Digital Nation**

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

They do this by combining three separate innovations – decentralized ledgers, smart contracts and NFTs:

* **Decentralized Ledgers:**  Decentralized ledgers, often referred to as “blockchains”, serve as the “bank” of a decentralized economy.  They are responsible for creating, storing and transferring money&#x20;
* **Smart Contracts:**  Smart contracts codify and enforce the “laws” of a digital nation.  They are digital agreements that execute automatically when pre-determined conditions are met.  Smart contracts operate on decentralized computers known as smart contract platforms (or “Layer 1 protocols”)
* **NFTs:**  Non-fungible tokens are the “goods” of a decentralized economy.  They can represent  digital assets (e.g. virtual land, digital art, music, games, videos, software), physical assets (e.g. gold, oil or real-estate) or intangible assets (e.g. voting rights, ownership stakes, membership privileges)

Let’s see how all of these tie together…


---

# 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/how-do-decentralized-economies-work.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.
