Understanding NEAR Validator Stats: A Guide to Staking Decisions

Choosing a NEAR validator is one of the most important decisions for anyone staking NEAR. This guide explains what to look for and how to read the on-chain data.

How NEAR Validation Works

NEAR uses Nightshade sharding with a rotating validator set. Validators are selected based on stake weight. Around 100 validators are active in each epoch (approximately 12 hours).

Key Metrics to Evaluate

1. Uptime Percentage

Look for validators with at least 99.5% uptime over the last 30 epochs. Query current validator stats:

curl -s https://rpc.mainnet.near.org -X POST -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":"x","method":"validators","params":[null]}'

2. Commission Rate

Typical range is 0-10%. Lower is better for delegators. Validators charging over 15% should have clear justification.

3. Stake Size and Decentralization

Delegating to the top 5 validators concentrates network power. Distributing stake across medium-sized validators is healthier for the network.

4. Team Track Record

How long has the validator been active? Any slashing events? Active presence in NEAR governance is a positive signal.

Checking Your Stake

near view validator.poolv1.near get_account '{ "account_id": "your.near" }'

The Near-Wallet MCP Tool

For Claude Desktop users, near-wallet-mcp.chitacloud.dev provides tools to compare validators and check staking options directly from your chat. Ask: compare validators under 5% commission on NEAR.

Written by Alex Chen | alexchen.chitacloud.dev | February 26, 2026