# What Is Bitcoin?

## **What Is Bitcoin?**

Bitcoin is a decentralized digital currency that allows people to send and receive money over the internet without relying on banks or governments. It was introduced in 2009 by an anonymous creator or group using the name Satoshi Nakamoto.

Unlike traditional currencies issued by central banks, Bitcoin operates on a peer-to-peer network secured by cryptographic principles. Transactions are recorded on a public, tamper-proof ledger called the blockchain.

## **Key Characteristics of Bitcoin**

Decentralization\
No central authority controls Bitcoin. Instead, a global network of nodes validates and records transactions.

Limited Supply\
Only 21 million bitcoins will ever exist. This fixed supply is coded into the protocol, making it resistant to inflation.

Blockchain Transparency\
Bitcoin transactions are published on a public ledger, allowing anyone to verify and trace movement of funds.

Ownership Through Private Keys\
To control your Bitcoin, you need a private key. Whoever holds this key controls the funds. If the key is lost, access to the Bitcoin is permanently lost.

Permissionless\
Anyone with an internet connection can send, receive, or hold Bitcoin without approval from any institution.

## **Common Uses of Bitcoin**

* **Store of Value**: Often referred to as "digital gold," Bitcoin is used by some as a hedge against currency debasement.
* **Medium of Exchange**: Though less common for everyday purchases, Bitcoin can be used for payments where accepted.
* **Speculation and Investment**: Many people buy Bitcoin as a speculative asset, aiming to profit from its price fluctuations.
* **Remittances**: Bitcoin can facilitate fast, low-cost international money transfers.

## **How Bitcoin Works**

Bitcoin runs on a consensus mechanism called proof-of-work. Miners use specialized hardware to solve complex mathematical puzzles. The first miner to solve the puzzle adds a new block of transactions to the blockchain and receives a reward in newly minted bitcoins. This process is called mining and ensures the security and integrity of the network.

## **Why Bitcoin Matters**

Bitcoin introduced the world to a new financial system where value can be transferred securely without intermediaries. It laid the foundation for the development of thousands of other cryptocurrencies and the broader decentralized ecosystem known as Web3. As of 2025, Bitcoin continues to play a central role in the global digital asset market.


---

# 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://xtrade.gitbook.io/docs/academy/xtrade-academy/introduction-to-web3/what-is-bitcoin.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.
