> For the complete documentation index, see [llms.txt](https://whitepaper.hypercoin.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.hypercoin.network/started/introduction.md).

# Introduction

Bitcoin began its story in the aftermath of the 2008 global financial crisis, a time when trust in traditional banks and financial institutions was deeply shaken. In 2009, an unknown individual or group using the name Satoshi Nakamoto introduced Bitcoin as a decentralized digital currency. The goal was to create a form of money that could function independently of governments and central authorities, allowing people to send value directly to one another without relying on banks or intermediaries. This system was made possible through blockchain technology, a public and transparent ledger secured by cryptography and maintained by a global network of participants.

In its early years, Bitcoin had little to no recognized value. One of the most well known moments in its history occurred in 2010, when 10,000 bitcoins were used to purchase two pizzas, marking one of the first real world transactions involving the currency. As awareness grew and more people became interested in its potential, Bitcoin’s price began to increase. This growth, however, came with extreme volatility. Over the years, Bitcoin has experienced dramatic price surges followed by sharp declines, driven by market speculation, media attention, and growing adoption.

The core philosophy behind Bitcoin centers on financial freedom, privacy, and protection against inflation. Supporters often refer to it as digital gold, viewing it as a store of value rather than just a currency. Today, Bitcoin remains a groundbreaking innovation and a powerful symbol of an alternative financial system that challenges traditional ideas about money and control.


---

# 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://whitepaper.hypercoin.network/started/introduction.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.
