Digital Assets
Investing in NEAR Protocol (NEAR) – Everything You Need to Know
NEAR Protocol explained: Nightshade sharding, Proof of Stake, tokenomics, Chain Signatures, Intents, 2026 upgrades, risks, and how to buy NEAR.
Securities.io may receive compensation when you use links to products we review. This does not influence our editorial evaluations. We are not a registered investment adviser; this is not investment advice. Read our affiliate disclosure.
NEAR Protocol (NEAR ) is a sharded Proof-of-Stake Layer 1 designed to make blockchain applications fast and approachable. Its native asset, NEAR, pays transaction and storage costs, secures the validator set, and supports an expanding governance system.
The network has changed substantially since its 2020 launch. Nightshade now uses stateless validation and live resharding, blocks are produced in roughly 600 milliseconds, and Chain Signatures and NEAR Intents extend activity beyond applications native to NEAR. In 2026, the protocol also added an account-level post-quantum signature option. Investors still need to separate deployed technology from ambitious performance and AI marketing claims.
NEAR Protocol at a Glance
| Native asset | NEAR |
| Mainnet launch | April 2020; unrestricted transfers began in October 2020 |
| Consensus | Proof of Stake with block producers, chunk producers, and chunk validators |
| Scaling design | Nightshade sharding with stateless validation and dynamic resharding |
| Smart-contract runtime | WebAssembly, commonly using Rust or JavaScript |
| Genesis supply | 1 billion NEAR; supply is inflationary rather than capped |
| Core organizations | NEAR Foundation and protocol contributor Near One |
What Is NEAR Protocol?
NEAR is a public blockchain founded by Illia Polosukhin and Alexander Skidanov. The project began in 2018 as an effort to use machine learning for program synthesis before its founders shifted to building scalable blockchain infrastructure.
The protocol focuses on usability as well as throughput. NEAR accounts can use human -readable names, and different access keys can have different permissions. An application can give a key permission to call only specified contract methods while keeping a full-access key offline. Meta-transactions allow an application or relayer to sponsor a user’s gas.
These features can reduce onboarding friction, but they do not remove wallet or contract risk. A limited-access key can still be dangerous if its allowed methods are broad, and users must understand who operates a relayer and what transaction they authorize.
How Nightshade Sharding Works
Sharding divides the network’s state and workload into multiple partitions. Rather than requiring every validator to execute every transaction and store every part of the live state, NEAR assigns participants to produce and validate chunks for individual shards. Those chunks are assembled into each block so the network still appears as one chain to users and applications.
Nightshade 2.0 introduced stateless validation to Mainnet in August 2024. Chunk validators receive a cryptographic state witness containing the data needed to verify a chunk, so they do not need to maintain the full state of that shard. This reduces the hardware burden of validating additional shards and makes horizontal scaling more practical.
The network subsequently introduced dynamic resharding, allowing shards to split or merge as demand changes. NEAR’s current public materials describe nine shards, approximately 600-millisecond blocks, and roughly 1.2-second finality. These are protocol targets and observed operating characteristics—not a guarantee that every application or cross-chain swap completes in that time.
Published claims of million-transaction-per-second scalability refer to how throughput could grow across many shards. They should not be confused with sustained Mainnet transaction volume. Users can still experience congestion, application bottlenecks, RPC limits, or delays in cross-shard and cross-chain execution.
Proof of Stake and Validator Roles
NEAR uses stake-weighted consensus. Block producers create blocks, chunk producers build shard chunks, and a broader group of chunk validators checks those chunks. Participants must stake NEAR directly or receive delegated stake; the minimum needed for an active seat changes with the amount competing for each role.
Delegators share rewards with a staking pool after its fee. They remain exposed to NEAR price risk, pool contract risk, validator performance, unbonding delays, and the possibility of protocol penalties. Nominal staking yield is not equivalent to investment return.
Validators also coordinate protocol upgrades. Nearcore releases introduce a new protocol version, and the network upgrades after at least 80% of block-producer stake votes for it. This lets NEAR evolve without a conventional hard fork, but it also means large validators and delegated stake materially influence the software adopted by the network.
NEAR’s consensus design differs from simpler Proof-of-Stake systems because validation responsibilities are split across blocks and shards. Investors should monitor the distribution of stake, block-producing seats, pool ownership, and infrastructure providers rather than relying on a raw validator count.
Smart Contracts, Storage, and Developer Economics
NEAR executes smart contracts compiled to WebAssembly. Rust remains common for production contracts, while JavaScript tooling makes the platform more approachable to web developers. Contracts can call across shards through asynchronous receipts, which improves parallelism but requires developers to reason about delayed callbacks and partial workflows.
Accounts and contracts must maintain enough NEAR to cover the data they add to state. The current storage-staking rate is set at 0.00001 NEAR per byte, equivalent to roughly one NEAR for 100 kilobytes. The tokens are locked rather than spent and can generally be released when eligible state is deleted.
Storage staking discourages unlimited state growth, but it shifts costs to the account or application that owns the data. Poorly designed applications can be exposed to state-bloat attacks in which users add cheap data that forces the contract to lock more NEAR.
Transaction fees are paid in NEAR. Most are burned, while the protocol’s current economics can direct a portion to the contract being called. Fee burning offsets some issuance, but low fees mean activity must be substantial before burns materially change net supply growth.
NEAR Supply and Inflation
One billion NEAR were created at genesis and allocated across backers, core contributors, grants, community programs, the Foundation, and public sales. NEAR does not have a fixed maximum supply.
The protocol originally targeted annual issuance of up to 5% of total supply. A later Mainnet upgrade reduced the target to 2.5%. Current documentation states that validator rewards target 2.5% annually while eligible transaction fees are burned. The net change in supply therefore depends on issuance minus fee burns.
Because rewards are calculated as a percentage of total supply, unstaked holders can be diluted even when the number of tokens they own does not change. Staking can offset some token-denominated dilution, but it adds validator and liquidity risks and does not protect against a falling market price.
Investors should track the live total supply, fee burns, staking ratio, treasury transfers, Foundation delegations, and any governance proposal that redirects emissions. Tokenomics are protocol parameters, not immutable promises.
Chain Signatures and Chain Abstraction
Chain Signatures allow a NEAR decentralized application (dApp) to request signatures for transactions on another supported network. A threshold multiparty-computation network derives and operates the foreign-chain key without one party holding the complete private key.
This can let one NEAR account coordinate activity across networks such as Bitcoin (BTC ), Ethereum (ETH ), Solana (SOL ), and others. It also creates dependencies beyond normal NEAR transactions: users rely on the MPC network, foreign-chain rules, relayers, liquidity, and application logic.
NEAR Intents builds a marketplace on top of this chain-abstraction stack. A user or AI agent states a desired outcome, such as exchanging one asset for another, and off-chain solvers compete to provide a route. After the user accepts a quote, a verifier contract on NEAR checks and settles the result.
Intents can simplify cross-chain DeFi, but “no manual bridge” does not mean no cross-chain risk. A swap can still depend on solver liquidity, token custody, bridge or MPC security, price quotes, contract permissions, and finality on several networks.
NEAR’s 2026 Protocol Direction
NEAR’s current positioning emphasizes infrastructure for AI agents, cross-chain settlement, and private execution. Nightshade 3.0 materials describe separation between consensus and execution, global contracts, dynamic resharding, and a private shard operated by seven permissioned validators and connected to Mainnet through a trusted-execution-environment bridge.
The private shard should be evaluated separately from public NEAR. Permissioned validators and hardware-backed confidentiality introduce different trust assumptions, including operator selection, enclave security, bridge governance, and attestation failures.
In 2026, NEAR added ML-DSA signatures as an option for user accounts. This is a meaningful post-quantum step, but it does not yet make the whole network quantum safe. Validator consensus still uses conventional cryptography, and post-quantum threshold signing for Chain Signatures remains research rather than a deployed guarantee.
House of Stake 2.0 also expanded tokenholder governance around economic policy and treasury management using vote-escrowed NEAR. That institution is still evolving and is distinct from the validator vote that activates protocol versions.
Why Investors Consider NEAR
- Live sharding: Stateless validation and dynamic resharding provide a credible path to scaling one network horizontally.
- Fast finality: Short block times can support payments, trading, games, and interactive applications.
- Developer experience: Human-readable accounts, scoped access keys, sponsored gas, and Rust or JavaScript tooling reduce common onboarding friction.
- Cross-chain execution: Chain Signatures and Intents can make NEAR a settlement and coordination layer for assets on other networks.
- Direct token utility: NEAR is required for gas, storage staking, validator security, and parts of governance.
- Lower inflation: The reduction from 5% to a 2.5% target decreases structural dilution, all else equal.
These capabilities do not guarantee value capture. Sponsored transactions, stablecoin settlement, and cross-chain assets can increase usage while limiting the amount of NEAR that end users need to hold.
Risks of Investing in NEAR
- Execution complexity: Shards, asynchronous receipts, resharding, global contracts, and cross-chain signatures create a large software and operational surface.
- Inflation: NEAR has no fixed cap, and fee burns may remain smaller than validator issuance.
- Stake concentration: Large pools, custodians, and Foundation delegations can influence consensus and protocol upgrades.
- Cross-chain risk: Intents and Chain Signatures add MPC, solver, bridge, foreign-chain, and liquidity dependencies.
- Private-infrastructure risk: The private shard relies on seven permissioned validators and trusted hardware rather than the same assumptions as public Mainnet.
- Smart-contract risk: Applications, token contracts, access keys, oracles, and upgrade permissions can fail even when the base layer is operating normally.
- Value-capture risk: Low fees improve usability but require high sustained activity to offset issuance or justify token demand.
- Competition: Ethereum rollups, Solana, Sui, Aptos (APT ), Cosmos (ATOM ) networks, and interoperability protocols compete for developers, liquidity, and users.
What to Monitor Before Investing
Track fees, burned NEAR, active accounts, retained applications, stablecoin supply, stablecoin transfer volume, and activity by shard. Separate organic users from automated or subsidized transactions.
For token economics, watch total supply growth, staking participation, pool concentration, treasury spending, Foundation delegations, and House of Stake proposals. For Chain Signatures and Intents, monitor MPC node diversity, solver concentration, failed orders, supported assets, audits, and incident disclosures.
Treat roadmap statements carefully. Private execution, further post-quantum protections, and performance upgrades should count in an investment thesis only as they reach Mainnet, receive wallet and application support, and demonstrate reliable production use.
NEAR Protocol (NEAR) Price
NEAR Price Chart
How to Buy NEAR Protocol (NEAR)
NEAR Protocol (NEAR) is available on the following exchanges:
Uphold – This is one of the top exchanges for United States residents that offers a wide range of cryptocurrencies. Germany & Netherlands are prohibited.
Uphold Disclaimer: Terms Apply. Cryptoassets are highly volatile. Your capital is at risk. Don’t invest unless you’re prepared to lose all the money you invest. This is a high-risk investment, and you should not expect to be protected if something goes wrong.
Coinbase – A publicly traded exchange listed on the NASDAQ. Coinbase accepts residents from 100+ countries, including Australia, Canada, France, Germany, Netherlands, Singapore, the United Kingdom, and the United States (excluding Hawaii).
Kraken – Founded in 2011, Kraken is one of the most trusted names in the industry and offers trading access to over 190 countries, including Australia, Canada, Europe, and the United States (excluding Maine, and New York).
Kraken Disclaimer: Not investment advice. Crypto trading involves risk of loss. Payward European Solutions Limited t/a Kraken is authorised by the Central Bank of Ireland.
Final Thoughts
NEAR has progressed from an accessible sharded Layer 1 into a broader cross-chain execution platform. Stateless validation, dynamic resharding, fast finality, Chain Signatures, and Intents are real differentiators, while the NEAR token has clear gas, storage, and staking uses.
The same breadth creates risk. NEAR’s thesis now spans public consensus, an MPC network, solvers, a permissioned private shard, AI tooling, and evolving governance. Investors should focus on fee generation, net issuance, stake distribution, and durable demand rather than treating technical capacity or cross-chain volume as automatic token value.












