NEAR Protocol (NEAR)

NEAR Protocol (NEAR) is a layer-1 cryptocurrency, running on the Near network. It is available on 24 exchanges we track across 70 countries and US states. It ranks #39 by market capitalization at $2.9B as of September 5, 2026. Data last synced September 2, 2026. Buyability grade A in the United States.

Verified How we verify

Live price

Fetched from CoinGecko when this page loaded. The Key Metrics table below is a dated snapshot from our last sync, so the two figures will differ.

Decide

Four measurements that decide whether buying NEAR Protocol is straightforward where you live: who is verified to sell it to you, how wide the spread is, how much of its trading sits on one venue, and how much new supply is about to arrive.

Full report: buyability grades

Spreads and depth

Tightest measured spread is on Bitstamp by Robinhood at <$0.01 (NEAR/USD), sampled 1 hour ago.

Spread now
<$0.01
17.1 bps
24h median
11.8 bps
Depth within 1%
$19,925 bid / $23,732 ask

Full report: NEAR Protocol spreads

Where NEAR Protocol trades

Moderate

41.2% of NEAR volume runs through Binance.

Volume as reported to CoinGecko, September 4, 2026. Covers the exchanges RampAtlas tracks that CoinGecko lists, not the whole market.
Largest venueBinance
Its share of reported volume41.2%
Top 3 venues66.1%
Herfindahl index2,240
Exchanges listing it29(16 with volume)

Full report: exchange concentration

Key Metrics

Snapshot as of September 5, 2026. Source: CoinGecko. Not investment advice.
Price$2.21
7-day change+23.1%
30-day change+29.1%
Market cap$2.9B (rank #39)
Fully diluted valuation$2.9B
24-hour volume$597.5M
Circulating supply1.3B NEAR
Maximum supplyNo fixed cap
All-time high$20.44 on January 16, 2022, −89.2% since

More on NEAR Protocol:Unlock scheduleStaking availability

Key Facts

TickerNEAR
Categorylayer-1
ChainsNear
Market cap rank#39
Official sitenear.org
CoinGeckocoingecko.com/en/coins/near

About NEAR Protocol

What NEAR Protocol is

NEAR Protocol is a sharded proof of stake blockchain whose native token, NEAR, pays transaction fees and secures the network through staking. Blocks arrive roughly every 600 milliseconds and transactions reach deterministic finality in about 1.3 seconds (source: NEAR developer documentation, September 2026). Its most distinctive feature is its account model: users get human-readable names such as alice.near rather than raw key hashes.

NEAR has repositioned repeatedly over its life, most recently describing itself as infrastructure for what it calls the agent economy. The underlying chain, however, has been consistent: a sharded proof-of-stake network with an account and key system designed to make onboarding easier than on Ethereum.

How it works

The protocol splits into a blockchain layer and a runtime layer, deliberately kept independent. The blockchain layer handles consensus, block propagation and the sharded state trie; the runtime layer executes transactions and knows nothing about how the blocks reached it. Every account belongs to a shard, and everything about that account, its balance, its locked stake, its contract code and its contract storage, lives in the same shard. Contract calls across accounts are asynchronous, which is a real departure from Ethereum's synchronous execution and something developers must design around.

Accounts are the headline feature. NEAR natively supports named accounts such as alice.near, implicit accounts derived from a key, and Ethereum-style accounts compatible with existing wallets. Each account can hold multiple keys with different permissions: a FullAccess key controls everything, while a FunctionCall key can only call specified methods on a specified contract. That lets an application hold a limited key on your behalf without being able to drain the account, and lets you rotate a compromised key without abandoning the account.

Fees are denominated in gas units that map roughly to compute time, with one teragas approximating one millisecond. Each chunk can burn at most 1,000 teragas, which is what paces block production. The gas price recalculates every block: if the previous block was more than half full it rises 1%, otherwise it falls 1% until it reaches a floor of 0.0001 NEAR per teragas. Attaching extra gas does not make a transaction faster; unused gas is refunded.

Two economic details follow from that design. Contracts receive 30% of the gas they burn, a direct developer subsidy paid out of fees. And the rest of the fees are destroyed: the documentation states that "all transaction fees (minus the part which is allocated as the rebate for contracts) which are collected within each epoch are burned by the system."

Storage is also priced. Accounts must lock NEAR proportional to the data they store on-chain, a mechanism the documentation calls storage staking, which prevents state from growing for free.

Supply and tokenomics

Validator rewards are inflationary and fixed as a rate rather than a quantity. Validators "are rewarded with a target number of NEAR every epoch," computed so that "on an annualized basis, it will be 2.5% of the total supply" (source: NEAR documentation, September 2026). That reward is paid at the same rate regardless of how much fee revenue the network collected.

Against that sits the burn of transaction fees described above. Net issuance is therefore 2.5% annual inflation minus whatever fees the network burns, which is why NEAR's own materials describe a deflationary trajectory when activity is high. As of September 2026 the project also states that NEAR has "a fully unlocked token supply" and that protocol revenue flows to token buybacks (source: near.org). Buyback policy is a discretionary program rather than a protocol rule, so treat it as a fact that can change.

Becoming a validator requires enough stake to make the active set. Delegators stake to validators and share in rewards. Misbehaving validators are slashed, and slashed stake is burned rather than redistributed.

NEAR issuance, burn and validator economics as published by the project.
ItemValueSource/date
Target validator reward2.5% of total supply, annualizedNEAR documentation, September 2026
Transaction feesBurned each epoch, other than the contract rebateNEAR documentation, September 2026
Contract rebate30% of the gas a contract burnsNEAR documentation, September 2026
Gas price floor0.0001 NEAR per teragasNEAR documentation, September 2026
Active validator setThreshold set by the 300th largest staking proposalNEAR documentation, September 2026
Minimum stake floor25,500 NEARNEAR documentation, September 2026
Token supplyFully unlockednear.org, September 2026
Slashed stakeBurned rather than redistributedNEAR documentation, September 2026

2.5%

Target inflation

of total supply, annualized

30%

Contract rebate

of gas burned, paid to contracts

25,500 NEAR

Minimum stake floor

to enter the active set

Governance runs through a stake-based system the project calls House of Stake, which coordinates protocol upgrades and treasury decisions through on-chain voting.

History

NEAR was co-founded by Illia Polosukhin, a former Google researcher and one of the authors of the Transformer architecture that underpins modern machine learning. The project's early framing was developer and user experience: named accounts, permissioned keys, and gas cheap enough that applications could pay on behalf of users through meta transactions.

The mainnet has run for years without a halt; as of September 2026 the project states it has "maintained 100% uptime on mainnet for over 5 years." Over that period the pitch shifted from a general-purpose smart contract platform toward chain abstraction, with NEAR accounts able to control accounts on other chains, and more recently toward artificial-intelligence agents as the target workload.

Risks and what to watch

Sharded chains carry complexity risk. Cross-shard messaging, asynchronous contract calls and receipts are harder to reason about than a single-threaded virtual machine, and bugs in that machinery affect everything running on top. The upside is throughput; the cost is a larger surface area.

Validator concentration is worth tracking. A 300-seat active set with a stake-based entry threshold is more open than a permissioned chain and less open than one with thousands of validators. Look at how stake is distributed across the set, not just how many validators exist.

The token's supply story has moving parts. A 2.5% target inflation rate is a protocol rule; fee burn depends on usage; buybacks depend on the foundation's decisions and revenue. Only the first is guaranteed. Anyone modelling supply should keep those three separate.

Finally, narrative churn cuts both ways. Repositioning toward agents and cross-chain liquidity brings new integrations and new dependencies, including on other chains and bridge infrastructure. Cross-chain features inherit the security of whatever they connect to.

Frequently asked questions

Why do NEAR addresses look like usernames?

Named accounts are native to the protocol. You can also use implicit accounts derived from a key, or Ethereum-style accounts. Named accounts are easier to share and verify, which was a deliberate design goal.

What are access keys?

Each NEAR account can hold several keys with different powers. A FullAccess key controls the account outright; a FunctionCall key is limited to specific methods on a specific contract. This lets you grant an application narrow permission without handing over the account.

How fast is NEAR?

Blocks are produced roughly every 600 milliseconds and transactions reach deterministic finality in about 1.3 seconds (source: NEAR documentation, September 2026).

Is NEAR inflationary?

Validator rewards target 2.5% of total supply annually, while transaction fees other than the 30% contract rebate are burned each epoch. Net supply change depends on network activity.

Where can I buy NEAR Protocol?

NEAR is listed broadly across centralized venues. See where to buy NEAR Protocol for what is available where you live, and Exchanges for how those venues compare.

Where to Buy NEAR Protocol

We publish a ranked exchange comparison for NEAR Protocol in 70 countries and US states.

See where to buy NEAR Protocol by location

Guides

  • Self-Custody vs Exchange Custody: How to Decide

    Deciding between self-custody and exchange custody means choosing which failure you would rather be exposed to, a company that loses or freezes your assets or a mistake of your own that nobody can undo, and most people resolve it by splitting holdings rather than picking one for everything.

  • How to Verify a Token Contract Address Before You Buy

    A token's contract address is its only real identity, so verifying one means getting the address from the project's own official channel, confirming the same address independently from a second source, and checking on a block explorer that the contract is what it claims to be before you trade against it.

  • Choosing Your First Crypto Wallet

    Choosing a first wallet comes down to one question, whether a company holds your keys or you do, and the right answer depends on how much you hold, how often you move it, and how confident you are about storing a recovery phrase safely for years.

Availability questions

What is NEAR Protocol?
NEAR Protocol is the blockchain for AI.
Where can I buy NEAR Protocol?
24 exchanges we track list NEAR Protocol for residents of 70 countries and US states. See the location-by-location guide.
Which blockchain is NEAR Protocol on?
NEAR Protocol runs on the Near network.

Related coins