# Who is a blockchain validator?

A **validator** is a [**blockchain**](/intro/introduction-to-crypto-and-mytonwallet/what-is-the-blockchain.md) participant who helps keep the network running by validating transactions and producing blocks (in Proof-of-Stake networks).

* Verifies transactions and adds them to the blockchain
* Maintains network consensus
* Protects the blockchain from attacks
* Keeps the network running smoothly
* Processes smart contract operations
* Ensures data consistency

## 🦸‍♂️ Validator Responsibilities

* **Transaction Validation**\
  Verify and process transactions on the network
* **Block Creation**\
  Create new blocks with validated transactions
* **Network Security**\
  Protect against malicious activities and attacks
* **Consensus Participation**\
  Help maintain network agreement on transaction validity
* **Network Maintenance**\
  Ensure smooth operation of the blockchain

## 🤔 How Validators Work

1. **Transaction Verification**\
   Check transaction validity and authenticity
2. **Block Creation**\
   Group valid transactions into blocks
3. **Consensus Participation**\
   Vote on block validity with other validators
4. **Reward Distribution**\
   Earn fees from transaction processing and staking

## 💭 Validator Requirements

* **Technical Infrastructure**\
  High-performance hardware and stable internet connection
* **Stake Amount**\
  Minimum required tokens to participate
* **Uptime**\
  Consistent network availability
* **Technical Knowledge**\
  Understanding of blockchain technology

**Validators** are essential for maintaining the functionality and security of blockchains that use the **PoS** (Proof-of-Stake) mechanism. They earn rewards for their work in the form of commission from staking.

**MyTonWallet** provides staking and network participation features through official TON smart contracts and infrastructure, helping users participate in the **TON** ecosystem.

{% hint style="info" %}
Validators play a crucial role in blockchain security and decentralization. Their performance directly affects network reliability and transaction processing speed.
{% endhint %}

{% hint style="warning" %}
Choose validators carefully as they handle your staked assets. Look for validators with proven track records and reliable infrastructure.
{% 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-a-blockchain-validator.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.
