NEAR Protocol: The Complete Guide
NEAR Protocol is a sharded proof-of-stake layer-1 with human-readable accounts and chain signatures, now pivoting toward user-owned AI agents.
Table of contents
- What is NEAR Protocol?
- The NEAR Protocol short answer
- How NEAR works: sharding, accounts, and chain signatures
- Nightshade sharding and finality
- The account model: named accounts and access keys
- Chain signatures, NEAR Intents, and chain abstraction
- The AI pivot
- NEAR token, fees, and economics
- Security, trust, and track record
- How to get started (safely)
- NEAR Protocol vs alternatives
- Risks and what to avoid
- Safety checklist
- Glossary
- Looking ahead
- Related guides
What is NEAR Protocol?
NEAR Protocol is a layer-1 proof-of-stake blockchain that launched its mainnet in 2020. It was founded by Illia Polosukhin and Alexander Skidanov, and Polosukhin is one of the eight co-authors of the 2017 "Attention Is All You Need" paper that introduced the Transformer architecture behind modern large language models. That lineage matters, because in 2025 and 2026 NEAR leaned hard into an AI-centric story while keeping its original engineering pitch: a sharded chain that stays usable and cheap as it grows.
Two things have always made NEAR stand out. The first is Nightshade, its
sharding design, which splits transaction processing across parallel shards so
that not every validator has to execute every transaction. The second is its
account model: instead of only long hexadecimal addresses, NEAR lets you
register readable names like alice.near and attach multiple keys with different
permission levels. On top of that base, NEAR has built chain signatures and
NEAR Intents, which together let a single NEAR account control assets and sign
transactions on other blockchains such as Bitcoin and Ethereum.
The NEAR Protocol short answer
NEAR is a fast, low-fee proof-of-stake layer-1 that shards its base layer for throughput and gives users friendly account names instead of raw addresses. Its newer bet is chain abstraction: using a network of MPC nodes, a NEAR account can sign transactions on Bitcoin, Ethereum, and other chains, and its founder frames the whole system around AI agents transacting on a user's behalf. It is a credible, audited network, but a smaller and more volatile one than Ethereum or Solana, and the AI framing is still more roadmap than finished product.
How NEAR works: sharding, accounts, and chain signatures
Nightshade sharding and finality
Most blockchains ask every validator to re-run every transaction, which caps throughput. Nightshade instead partitions the network's state and transactions into shards, and each block contains a "chunk" from each shard. Validators are assigned to produce and validate chunks for specific shards rather than the whole chain, so capacity scales as shards are added while users still see a single unified chain.
The August 2024 upgrade, called Nightshade 2.0, introduced stateless validation: chunk validators no longer need to store the full state of a shard to verify it, which lowers hardware requirements and improves security. As of 2026 the mainnet runs roughly a handful of shards (around six), produces blocks in about 600 milliseconds, and reaches finality in a little over a second (roughly 1.2 seconds). A planned optimization referred to as SPICE aims to cut block time toward 200 milliseconds.
Be careful with headline throughput claims. NEAR's marketing points at future Nightshade milestones and figures like "over 1,000,000 transactions per second," but those are testnet and theoretical targets. Real mainnet throughput in 2026 averages on the order of tens of transactions per second, with bursts into the thousands. That is plenty for current demand and keeps fees near zero, but the million-TPS number is a ceiling, not a description of live traffic.
The account model: named accounts and access keys
NEAR supports two kinds of accounts. Implicit accounts look like other chains'
addresses: a 64-character hex string derived directly from an ED25519 public key,
creatable entirely offline. Named accounts are the distinctive feature, human
-readable IDs such as bob.near. Named accounts can also create sub-accounts like
app.bob.near to organize related contracts and identities.
Every account is controlled by one or more access keys, and this is where NEAR gets genuinely useful. Keys come in two types:
- Full-access keys can do anything: send tokens, deploy contracts, add or remove keys.
- Function-call keys are restricted keys that can only call specified methods on a specified contract, often with a small gas allowance and no ability to move your main balance.
That means an app can be granted a limited key to act on your behalf without ever touching your funds, and you can revoke it without moving assets. Every account can also hold a smart contract, so on NEAR the line between "wallet" and "contract" is blurry by design. This model underpins features like meta- transactions, where a relayer pays gas so a new user can transact without first holding NEAR.
Chain signatures, NEAR Intents, and chain abstraction
Chain abstraction is NEAR's headline direction. The core primitive is chain
signatures: a decentralized network of nodes runs multi-party computation (MPC)
so that a NEAR account can produce valid signatures for other chains. In effect,
your you.near account derives and controls addresses on Bitcoin, Ethereum, and
dozens of other networks, and you approve cross-chain actions from one place
instead of juggling separate wallets and bridges.
NEAR Intents sits on top of this. Rather than specifying every step, you state an outcome, for example "swap this asset on chain A for that asset on chain B," and solvers compete to fulfill it while the routing and settlement happen behind the scenes. Cumulative NEAR Intents volume passed $20 billion by mid-2026, spanning roughly 30 million swaps, with a network of solvers and relayers built around chain signatures handling execution. In late February 2026 the team added Confidential Intents, using trusted execution environments and a private shard to keep some cross-chain activity out of the public mempool.
The AI pivot
Polosukhin has been blunt about the thesis: he expects the users of blockchains will increasingly be AI agents, not humans. In 2025 and 2026 NEAR reframed itself around user-owned AI, the idea that individuals will run agents that transact on their behalf, with blockchain as an invisible settlement backend. Chain abstraction is the plumbing that makes an agent able to act across many chains from one account. This is a genuine differentiator, but treat it as an evolving bet rather than a finished product; adoption of agentic on-chain commerce is still early, and much of the AI narrative is aspirational.
NEAR token, fees, and economics
The NEAR token pays for transactions, is staked to secure the network, and is used in governance. It launched with a 1 billion token genesis supply at its April 2020 mainnet genesis and has no hard cap, so it is mildly inflationary by default rather than fixed like Bitcoin.
Inflation and issuance. The protocol originally issued about 5% new supply per year. On 30 October 2025 that rate was halved to 2.5% via a protocol upgrade, cutting annual issuance from roughly 64 million to about 32 million NEAR and lowering staking yields by about half. Of new issuance, the majority funds staking rewards, with a portion supporting protocol treasury and development.
Gas fees and burning. Fees are tiny, typically a small fraction of a US cent, because Nightshade keeps supply of block space high. Each base-layer gas fee is split 70/30: 70% is permanently burned and 30% is rebated to the contract account that was called. When network activity is high, burned fees can exceed new issuance, making NEAR net deflationary during busy periods.
The Intents fee flywheel. Since 23 February 2026, 100% of fees generated through NEAR Intents are used to buy NEAR on the open market rather than being split the usual way. The team has estimated that at 2026 prices and fee rates, sustained daily Intents volume above roughly $177 million would tip the overall token into deflation. Through early 2026 the trailing 90-day average sat closer to $77 million per day, so do not assume permanent deflation; whether the threshold is regularly cleared depends on real usage.
Staking. NEAR is delegated proof-of-stake. Validators lock NEAR to produce and validate chunks and earn rewards; token holders who do not run a node can delegate to a validator and share in rewards. As of early 2025 the network had roughly 250 validators with around 45% of supply staked. Staking rewards are funded by issuance and are variable, not guaranteed yield.
As of mid-2026, NEAR trades at around $2, with a market capitalization in the low billions (roughly $2.5 billion) and a rank around the low 30s by market cap. It is well off its January 2022 peak near $20. Prices are volatile; none of this is a prediction.
Security, trust, and track record
NEAR's core chain has a solid but not spotless record. The base protocol has been audited and has run without the repeated full-network outages that some fast chains have suffered.
The most serious event was on the Rainbow Bridge, NEAR's trustless bridge to Ethereum. On 10 February 2023, researchers found a vulnerability in how a block's outcome root was validated: a malicious chunk producer could construct an incorrect block that others might accept. Over that weekend, validators coordinated to apply a patch and re-secure the required stake threshold before the bug was ever exploited, and no funds were lost. Separately, in 2022 an attacker who tried to submit a fraudulent bridge block simply lost their own posted collateral (5 ether), which is the bridge's security model working as intended. Bridges remain one of the riskier parts of any multi-chain system, and NEAR's chain-signatures approach shifts trust to an MPC node network whose security assumptions you should understand before moving large sums.
On governance and structure, NEAR is stewarded by the NEAR Foundation, a Swiss non-profit, alongside independent teams and an ecosystem of committees that publish roadmaps. That is more centralized than Ethereum's diffuse client and staking landscape, though NEAR has steadily decentralized validation and moved toward stateless validation to reduce trust in any single operator. Regulatory status is unsettled: NEAR is treated as a crypto commodity-style asset in some jurisdictions and remains under the general uncertainty that hangs over most tokens. It is not a registered security, and it is not FDIC-insured or backed by any reserve.
Looking forward on security, NEAR has signaled work on post-quantum cryptography: in 2026 the Near One team announced a testnet, targeted for around the end of Q2 2026, for a FIPS-204 (ML-DSA) signature scheme, plus the ability to rotate an account's keys to a quantum-resistant standard in a single transaction. This is forward-looking hardening, not a response to a live break.
How to get started (safely)
- Learn the account model first. Decide whether you want a named account
(like
yourname.near) or an implicit one. Named accounts are friendlier but are created on-chain; implicit accounts can be generated offline. - Pick a reputable wallet. Options include Meteor, Bitte, and HERE Wallet. Download only from official sites and verify the URL carefully.
- Buy a small amount of NEAR. Use a major exchange such as Coinbase, Kraken, or Binance to acquire NEAR, then withdraw a small test amount to your wallet.
- Back up your seed phrase offline. Write it on paper or metal, never store it in a screenshot, cloud note, or password field on a website.
- Send a test transaction. Move a few cents' worth first and confirm it arrives before transferring anything meaningful.
- Understand access keys before signing. When an app requests a key, check whether it is a limited function-call key or full access. Prefer limited keys and revoke them when done.
- Use a hardware wallet for larger balances. Ledger and similar devices keep your keys offline. Explore hardware options in our best hardware wallets roundup.
- Be cautious with bridging and Intents. Cross-chain actions carry extra risk. Start small, and only use audited, well-known routes.
NEAR Protocol vs alternatives
| Factor | NEAR | Ethereum | Solana |
|---|---|---|---|
| Scaling model | Sharded base layer (Nightshade) | Layer-2 rollups | Single high-throughput chain |
| Block time / finality | ~0.6s block, ~1.2s finality | ~12s block, ~13 min finality | ~0.4s, sub-second finality |
| Typical fee | Fraction of a cent | Cents to dollars (L1); cheap on L2 | Fraction of a cent |
| Accounts | Named accounts + access keys | Hex addresses | Hex addresses |
| Standout feature | Chain signatures, Intents, AI focus | Largest ecosystem and liquidity | Raw speed, unified state |
| Main tradeoff | Smaller ecosystem, heavy AI narrative | L1 fees and fragmentation | Outage history, high node specs |
The honest summary: Ethereum wins on decentralization, liquidity, and developer depth, but scales by pushing activity to layer-2s. Solana is a single fast chain with a strong DeFi and consumer scene, offset by a history of outages and demanding node hardware. NEAR carves a niche with base-layer sharding, human-readable accounts, and its chain-abstraction-plus-AI story, but it commands a smaller ecosystem and less liquidity, and some of its differentiation is still a promise rather than a shipped, widely-used product. Compare it against other base chains in our best layer-1 blockchains guide.
Risks and what to avoid
- Price volatility. NEAR has swung from around $20 to the low single digits. Never invest money you cannot afford to lose.
- Inflation vs. deflation is conditional. The deflation narrative depends on high Intents volume clearing a threshold. During quiet periods, new issuance still expands supply.
- Bridge and cross-chain risk. Chain signatures and Intents move trust to an MPC network and to solvers. Understand what you are trusting before bridging large amounts.
- Access-key mistakes. Granting a full-access key to a malicious app can drain an account. Read what you sign.
- Narrative risk. Much of NEAR's 2026 pitch is built on AI agents that are not yet mainstream. If that adoption stalls, the thesis weakens.
- Smaller ecosystem. Fewer apps, less liquidity, and thinner tooling than Ethereum or Solana can mean worse exits in a downturn.
Safety checklist
- Buy from a reputable exchange and withdraw a test amount first.
- Store your seed phrase offline; never type it into a website.
- Use a hardware wallet for anything beyond pocket money.
- Prefer limited function-call keys over full-access keys for apps.
- Verify wallet and dApp URLs; bookmark the real ones.
- Treat "1,000,000 TPS" and "deflationary" claims as conditional, not guaranteed.
- Assume no insurance or refunds if you make a mistake.
Glossary
- Nightshade — NEAR's sharding design that splits transactions and state across parallel shards, each contributing a chunk to every block.
- Stateless validation — A 2024 upgrade letting chunk validators verify a shard without storing its full state, lowering hardware needs.
- Named account — A human-readable NEAR account ID such as
alice.near, as opposed to a raw hex address. - Implicit account — A 64-character hex account derived from a public key, creatable offline like a typical crypto address.
- Access key — A key controlling an account; full-access keys can do anything, function-call keys are limited to specific contract methods.
- Chain signatures — An MPC-based system letting one NEAR account sign transactions on other blockchains like Bitcoin and Ethereum.
- NEAR Intents — An intent-based layer where users state a desired outcome and solvers execute it, often across multiple chains.
- Chain abstraction — The broader goal of hiding chains, bridges, and gas so a user or AI agent transacts from one account across many networks.
- Gas fee burn — The 70% of each base-layer fee that is permanently removed from supply, with 30% rebated to the called contract.
- Delegated proof-of-stake — NEAR's consensus, where validators stake NEAR and holders can delegate to them to share rewards.
- Meta-transaction — A transaction whose gas is paid by a relayer, letting new users act without first holding NEAR.
- Confidential Intents — A 2026 privacy feature using trusted execution environments and a private shard for cross-chain activity.
Looking ahead
NEAR enters the second half of 2026 as a technically credible sharded layer-1 that has staked its future on two linked bets: chain abstraction as the way people actually move value across chains, and AI agents as the primary users doing that moving. If agentic on-chain commerce grows and NEAR Intents keeps compounding volume, the fee-burn flywheel and the "invisible backend for AI" positioning could give it a durable niche. If that adoption is slower than the marketing suggests, NEAR remains a fast, cheap, well-engineered chain competing for attention against much larger ecosystems. The near-term roadmap, faster blocks, larger MPC networks, sharded RPC, and post-quantum key rotation, is incremental hardening rather than reinvention, which is arguably what a maturing chain should be doing.
For where NEAR fits among other base chains and the tools around it, see our best layer-1 blockchains roundup, our best hardware wallets guide for storing NEAR safely, and our best centralized exchanges comparison for buying it.
Related guides
Frequently asked questions
What is NEAR Protocol in simple terms?
NEAR is a proof-of-stake layer-1 blockchain that splits its workload across parallel shards (a design called Nightshade) so it can process many transactions cheaply. It is known for human-readable account names like alice.near, low fees, and a growing focus on "chain abstraction" and AI agents that transact across many chains from one account.
Is NEAR Protocol safe and legitimate?
NEAR is a real, audited network launched in 2020 with a few hundred validators and a Swiss non-profit foundation behind it. The base chain has run reliably, though its Rainbow Bridge to Ethereum had a serious 2023 consensus bug that was patched before funds were lost. Like any crypto asset, NEAR is volatile and unregulated, so treat it as high-risk.
How do NEAR transaction fees and tokenomics work?
Fees are paid in NEAR and are usually a fraction of a cent. The protocol burns 70% of each gas fee and rebates 30% to the contract touched. NEAR launched with a 1 billion token genesis supply and no hard cap; in October 2025 inflation was cut from 5% to 2.5%. Since February 2026, all NEAR Intents fees are used to buy NEAR on the open market.
How do I start using NEAR safely?
Create an account through a wallet such as Meteor, Bitte, or HERE, or buy NEAR on a major exchange like Coinbase or Binance. Send a small test amount first, write down your seed phrase offline, and move larger balances to a hardware wallet. Practice with a few cents before signing any contract or bridging funds across chains.
How does NEAR compare to Solana and Ethereum?
Ethereum is more decentralized and liquid but scales mainly through external layer-2s. Solana is a single fast chain with higher hardware demands and a history of outages. NEAR sits between them: it shards the base layer, offers named accounts and chain signatures, and now markets itself around AI agents, but it has a smaller ecosystem and less liquidity.