> For the complete documentation index, see [llms.txt](https://help.mywallet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.mywallet.io/intro/introduction-to-crypto-and-my-wallet/what-is-the-blockchain.md).

# What is the blockchain?

A **blockchain** is a shared database where transactions are grouped into **blocks** and linked into a **chain**. Instead of a central operator (like a bank), the network uses cryptography and consensus rules to validate and record transactions.\
Key characteristics of blockchain technology:

* **Decentralization**: No single entity controls the network
* **Transparency**: All transactions are publicly visible
* **Immutability**: Once recorded, transactions cannot be altered
* **Security**: Protected by advanced cryptographic methods
* **Consensus**: Network participants validate transactions

Thanks to blockchain technology, transaction data remains unchangeable and always available for verification. This makes blockchain particularly suitable for:

* Financial transactions
* Digital asset management
* Smart contracts
* Supply chain tracking
* Identity verification

{% hint style="info" %}
The TON blockchain, which **My Wallet** uses, is designed for high performance and scalability while maintaining security and decentralization.
{% endhint %}


---

# 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:

```
GET https://help.mywallet.io/intro/introduction-to-crypto-and-my-wallet/what-is-the-blockchain.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.
