What Is NEAR? The Native Token Explained
NEAR token explained: how it pays gas fees, secures the network through staking, and covers on-chain storage costs.
NEAR is the native token of the NEAR Protocol, a proof-of-stake layer 1 blockchain built around a sharding design called Nightshade. NEAR pays transaction fees, is staked by validators to secure the network, and covers the ongoing cost of storing data on-chain — three distinct utilities bundled into one token.
NEAR Protocol was designed with an emphasis on developer accessibility and usability, including human-readable account names (rather than long hexadecimal addresses) and progressive security features aimed at making self-custody less intimidating for newcomers.
Gas fees on NEAR
Every transaction on NEAR — a transfer, a contract call, a token swap — consumes gas, priced in NEAR. A distinctive feature of NEAR's fee model is that 30% of every transaction's gas fee is rebated to the smart contract that processed it, rather than going entirely to validators. This gives application developers a built-in revenue stream directly tied to usage of their contracts, without needing to design a separate fee-collection mechanism themselves.
Staking NEAR
Validators on NEAR stake NEAR tokens to be included in the active validator set and to participate in block production across the network's shards. Regular holders can delegate their NEAR to a validator's staking pool to earn a portion of rewards without running infrastructure themselves — a delegation model broadly similar to liquid staking approaches used elsewhere, and several third-party protocols on NEAR issue liquid staking tokens representing delegated NEAR that remain usable in DeFi while the underlying stake earns rewards. Unstaking NEAR involves an unbonding period (historically a few epochs, roughly a couple of days) before funds become liquid again.
Storage costs: the storage staking model
NEAR uses a "storage staking" system to price on-chain data storage: accounts and contracts must hold a NEAR balance proportional to the amount of data they store on-chain, which is effectively locked (not spent, but not freely transferable either) for as long as that data exists. If the data is deleted, the associated NEAR balance is freed up again. This is conceptually similar in purpose to Sui's storage fund (see our Sui explainer) — both aim to make long-term on-chain storage costs explicit rather than externalizing them onto the validator set indefinitely — though NEAR's implementation ties the cost directly to each account rather than pooling it in a network-wide fund.
Aurora: NEAR's EVM-compatible layer
While NEAR's own runtime is not natively EVM-compatible, a project called Aurora runs as an EVM-compatible environment on top of NEAR, letting Ethereum-native smart contracts and tooling (MetaMask, Solidity, standard developer libraries) deploy on NEAR's infrastructure with minimal changes. This gives NEAR access to Ethereum's much larger existing developer base without requiring NEAR's own account model to change. See our dedicated explainer on Aurora for how this compatibility layer actually works.
NEAR vs. other developer-focused L1 tokens
| Feature | NEAR | ATOM (Cosmos Hub) | Typical EVM L1 token |
|---|---|---|---|
| Storage cost model | Storage staking, per-account | N/A (no equivalent mechanism) | Usually externalized/underpriced |
| Contract fee rebate | 30% of gas returned to contract | No direct equivalent | Rare, usually all fees to validators |
| Sharding | Nightshade dynamic sharding | No native sharding (separate chains via IBC) | Varies, often none at L1 |
| EVM compatibility | Via Aurora (separate layer) | No | Native |
Risks to understand
NEAR's market price is unrelated to the technical soundness of its storage or fee design, and shouldn't be read as validation of either. The storage staking model means part of any NEAR balance used to hold on-chain data isn't freely spendable while that data persists — a nuance worth understanding before deploying contracts or holding large amounts of on-chain state, distinct from ordinary wallet balances. Aurora, while EVM-compatible, is a separate execution environment with its own bridge and trust assumptions connecting it back to NEAR — treat moving assets between NEAR's native environment and Aurora with the same caution you'd apply to any cross-chain bridge. As always, confirm you're using official NEAR wallet software and never share your seed phrase; see our wallet security guide.
Bottom line
NEAR is the fee, staking, and storage-cost token behind a sharded layer 1 designed with developer usability in mind, including a built-in contract fee rebate and an explicit price for on-chain storage. Understand how storage staking locks part of your balance before deploying data-heavy contracts, and treat Aurora as a distinct environment with its own bridge risk rather than an extension of NEAR's native security.
Related articles
This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.