> For the complete documentation index, see [llms.txt](https://education.stealth.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://education.stealth.money/money/what-is-money.md).

# What is Money

Money is at the core of our existence, historically money has served three purposes and functions;&#x20;

1: a store of value,&#x20;

2: a medium of exchange, and&#x20;

3: a unit of account.

Money is considered a store of value, where it can be used as a means of saving and allocating capital for future use.

Money acts as a medium of exchange, facilitating trade and economic activity. Money is something everyone is willing to accept in exchange for goods and services.

Money is a unit of account. A unit of account is something that can be used to value goods and services, record debts, and make calculations.

Over the centuries there have been different forms of money from cowries to metals to coins and paper-printed money known as Fiat.&#x20;

Fiat money is government-issued currency that is not backed by a physical commodity but by the stability of the issuing government. Your local currency you use daily is known as fiat money

Money has evolved over the last millennia and we are in the digital phase. Bitcoin could be though of as primarily an innovation on money, an alternative form of money, a better form of money according to bitcoiners.

<figure><img src="/files/jMJevDnWh6xodjuGfF4C" alt=""><figcaption><p>Different Currencies</p></figcaption></figure>

### What Is the Difference Between Money and Currency?

Money and currency often seem interchangeable, but they hold unique roles in the economic system. Think of money as a concept: it's a medium of exchange that allows us to purchase goods and services without needing to swap items directly. On the other hand, currency is a physical representation of money, like coins and bills, that a government has declared legal tender.

In the next chapter we dive into the history of money, you see money is as old as humanity, it is fundamental to our lives and living.

<br>


---

# 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://education.stealth.money/money/what-is-money.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.
