# 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 **MyTonWallet** uses, is designed for high performance and scalability while maintaining security and decentralization.
{% endhint %}


---

# 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://help.mytonwallet.io/intro/introduction-to-crypto-and-mytonwallet/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.
