NEAR Protocol (NEAR) Price and Market Data
NEAR Protocol is a proof-of-stake layer-1 blockchain built around usability details that most chains treat as an afterthought: human-readable account names instead of hexadecimal addresses, and a sharding design meant to let the network add capacity by splitting itself rather than by asking every node to process every transaction. It launched its mainnet in 2020 and has since pivoted its public positioning toward 'chain abstraction,' aiming to be the coordination layer users interact with even when their assets live elsewhere.
NEAR Protocol market snapshot
Updated 2026-09-11 18:58 UTC.(cached for up to 15 minutes)
- Price
- $2.53
- 24h change
- +0.44%
- 7d change
- +30.70%
- Market cap
- $3.3B
- 24h volume
- $614.36M
- Market cap rank
- #30
- 24h high
- $2.72
- 24h low
- $2.38
- Circulating supply
- 1.31B NEAR
- Total supply
- 1.31B NEAR
- All-time high
- $20.44 (Jan 16, 2022)
- All-time low
- $0.5268 (Nov 4, 2020)
Market data provided by CoinGecko. Figures are cached on our server and may lag the provider. We do not guarantee their accuracy and nothing here is financial advice. Data methodology.
NEAR Protocol price history
- Period start
- $1.64Aug 13, 2026
- Period end
- $2.67Sep 11, 2026
- Change
- +62.66%
- Period high
- $2.67
- Period low
- $1.59
NEAR Protocol moved from $1.64 on Aug 13, 2026 to $2.67 on Sep 11, 2026, a change of +62.66%, with a period high of $2.67 and a period low of $1.59.
Daily closing prices in USD. Historical series are fetched on our server and cached; we do not keep a permanent copy of provider history.
Market data provided by CoinGecko. Figures are cached on our server and may lag the provider. We do not guarantee their accuracy and nothing here is financial advice.
What NEAR Protocol is
NEAR is a layer-1, smart-contract blockchain whose native token, NEAR, is used to pay transaction fees, to stake for network security, and to pay for on-chain storage. Its most distinctive user-facing feature is named accounts: rather than addressing wallets with a long string of characters, NEAR accounts look like readable identifiers (for example, something like alice.near), which the project has consistently marketed as a lower-friction entry point for people unfamiliar with typical crypto wallet addresses.
Accounts on NEAR are also controlled through access keys rather than a single private key. A user can create limited-permission keys — for example, a key that can only call specific contract functions or only spend up to a certain allowance — and attach them to applications or devices separately from the full-access key that controls the account. This access-key model is the technical basis for features like allowing an app to submit transactions on a user's behalf without ever holding that user's primary key.
How the network works
NEAR's scaling approach is called Nightshade sharding. Rather than running entirely separate chains that occasionally communicate, Nightshade treats the network as a single logical blockchain in which validators are organized into shards, each responsible for processing and storing only a portion of the overall state and transaction load. Each shard's validators, called chunk producers, produce a 'chunk' for their shard, and these chunks are combined into a single block, so the chain still finalizes one canonical block per height even though the work of producing it is divided.
Validators and their delegators secure the network through proof-of-stake, with the protocol organizing time into epochs — periods of a fixed number of blocks — during which the validator set for each shard is fixed before being reassessed for the next epoch. This periodic reassignment is also part of how NEAR redistributes shard assignments and adjusts the active validator set as stake shifts.
A feature NEAR highlights heavily for developers is its gas fee rebate: a portion of the gas fees paid by users calling a smart contract is redirected back to the account that deployed that contract, rather than all of it going only to validators. This was designed to give application developers a direct, protocol-level revenue stream tied to usage, distinct from having to build their own fee or subscription mechanism. Storing data on-chain also requires 'storage staking' — locking up a small amount of NEAR proportional to the bytes stored — as a way of pricing state growth rather than charging a one-time fee for permanent storage.
- Named, human-readable accounts instead of raw hexadecimal addresses.
- Nightshade sharding: multiple chunk producers assemble one combined block per height.
- Gas fee rebates route a share of contract-call fees back to the contract's developer.
- Storage staking prices on-chain data by locking NEAR proportional to bytes stored.
What NEAR is actually used for
NEAR has hosted general-purpose decentralized applications including decentralized finance protocols, NFT marketplaces, and gaming projects, similar in category to what runs on other smart-contract chains, though its usage has at times concentrated heavily around specific incentive programs or flagship applications rather than being broadly distributed across many independent projects. The chain's developer tooling has also been used outside pure crypto-native contexts, including experiments connecting NEAR accounts to AI agents that can hold keys and execute transactions autonomously, an area the NEAR Foundation has publicly emphasized as a growth direction.
Historically, NEAR's ecosystem also includes Aurora, an EVM-compatible environment built on top of NEAR that lets Ethereum-based contracts and wallets operate using NEAR's underlying infrastructure, and the chain has separately been associated with Sky Mavis-related infrastructure work in gaming. More recently, NEAR's public roadmap has shifted toward 'chain abstraction' and cross-chain intents — the idea that a user should be able to express what they want to happen (for example, swap asset A on one chain for asset B on another) and let underlying infrastructure route and settle it, rather than manually bridging assets themselves.
Risks and limitations
NEAR's usage has periodically been concentrated around a small number of applications or incentivized programs, and independent trackers of on-chain activity have at times questioned how much of the network's reported transaction volume reflects organic user demand versus incentive-driven or bot-like activity. That concentration risk means headline usage statistics for NEAR should be read cautiously rather than taken as a stable baseline.
Like most proof-of-stake networks with ongoing issuance, NEAR has to balance inflation used to pay validator rewards against a fee-burning mechanism intended to offset it; whether that balance nets out to inflationary or disinflationary supply growth in a given period depends on network usage, and has shifted over the network's history. Sharded architectures are also inherently more complex to implement correctly than single-shard chains — cross-shard transactions, in particular, require additional coordination — which is a genuine engineering risk distinct from, but related to, the scalability benefits sharding is meant to provide.
Historical context
NEAR Protocol's mainnet launched in 2020, developed by NEAR Inc. (later restructured under the nonprofit NEAR Foundation), founded by Alexander Skidanov and Illia Polosukhin, both of whom had backgrounds in machine learning and distributed systems before turning to blockchain infrastructure. The project's early technical identity centered on sharding research and usability-focused account design, positioning it as a more approachable alternative to Ethereum-style hexadecimal wallets at a time when onboarding friction was a widely cited barrier to crypto adoption.
The Aurora EVM-compatibility layer launched in 2021, extending NEAR's reach to Ethereum-native developers and users without requiring them to abandon Solidity tooling. In the years since, NEAR's public messaging has moved from emphasizing raw scalability claims toward chain abstraction and, more recently, AI-agent-oriented infrastructure, reflecting a broader pattern across the industry of layer-1 networks repositioning their narrative as the competitive landscape and dominant use cases have shifted.
Frequently Asked Questions
What makes NEAR account names different from other blockchains?
NEAR uses human-readable named accounts instead of long hexadecimal addresses, and controls them with access keys that can be scoped to limited permissions rather than a single all-powerful private key.
What is Nightshade sharding?
It's NEAR's approach to scaling, where validators are split into shards that each produce a portion (a 'chunk') of the network's data, and those chunks are combined into a single block, rather than the whole network processing every transaction.
Do NEAR developers earn anything from gas fees?
Yes. NEAR's gas fee rebate mechanism returns a portion of the fees paid when users call a smart contract back to the account that deployed it, giving developers a usage-based revenue stream built into the protocol.
Is NEAR still primarily marketed as a sharded scaling chain?
Its technical base remains Nightshade sharding, but NEAR's more recent public roadmap emphasizes chain abstraction and cross-chain intents, along with infrastructure aimed at AI agents, rather than leading with sharding performance claims alone.
Related guides and tools
Related assets
Useful next steps
Nothing on this page is financial advice or a prediction. Market figures come from a third-party provider and are cached; see our data methodology for sources, refresh cadence and limitations.