What Is NEAR Token: TPS, Sharding Explained
Learn what NEAR Protocol is, how it achieves 100,000 TPS through Nightshade sharding, and how it compares to Ethereum and Solana.
NEAR Protocol is a layer-1, proof-of-stake blockchain that uses Nightshade sharding to achieve high transaction throughput, low fees, and developer-friendly smart contract deployment. On the question of NEAR Protocol TPS: NEAR can process up to approximately 100,000 transactions per second at its theoretical maximum. TPS (transactions per second) refers to the number of individual transactions a network can confirm within a single second. That figure applies when Nightshade sharding is fully deployed across all planned shards; current real-world mainnet throughput is lower, reflecting actual network load at this stage of deployment. For comparison, Ethereum's base layer processes roughly 15–30 TPS, and Solana claims approximately 65,000 TPS theoretically. The sections below explain what NEAR Protocol is, how it achieves that speed, and how it compares to other leading Layer-1 networks.
What Is NEAR Protocol?
NEAR Protocol is a Layer-1, proof-of-stake blockchain network designed to process transactions at high speed, charge fractions of a cent per transaction, and support developer-friendly smart contracts deployment. A Layer-1 blockchain is a base-layer network that independently processes and finalizes transactions without relying on another chain to operate. Bitcoin, Ethereum, and Solana are all Layer-1s, and NEAR Protocol sits in the same category. Layer-1 networks compete directly on performance metrics like transaction speed, fees, and developer ecosystem size. Aurora, by contrast, is a Layer-2 application built on top of NEAR.
Smart contracts on NEAR are self-executing programs stored on the blockchain that run automatically when predetermined conditions are met. NEAR's native contract environment supports Rust, a high-performance systems language, and AssemblyScript, a TypeScript-like language accessible to JavaScript developers. Ethereum developers who prefer Solidity can deploy on NEAR via Aurora, covered in the ecosystem section below.
NEAR was founded in 2018 and launched its mainnet in April 2020. The NEAR token is the network's native cryptocurrency, used to pay for transactions, participate in staking, and vote on governance decisions. Transactions cost fractions of a cent, pairing high throughput with affordability. NEAR Protocol serves as infrastructure for Web3, the decentralized internet built on blockchain-based systems. The NEAR Foundation, a Switzerland-based non-profit, governs the ecosystem and funds development grants, ecosystem growth, and community programs.
At a high level, NEAR achieves its performance through Nightshade sharding, a parallel-processing architecture that splits the network into multiple partitions called shards, each handling its own transaction workload simultaneously. The mechanism is explained in full in the section below. "NEAR" is the proper name of the protocol, not a documented acronym.
NEAR Protocol at a Glance
- Founded: 2018
- Mainnet Launch: April 2020
- Consensus: Proof of Stake (Nightshade sharding + Doomslug block production)
- Theoretical TPS: ~100,000 (with full Nightshade sharding deployment)
- Transaction Fees: Fractions of a cent (sub-$0.01)
- Smart Contract Languages: Rust, AssemblyScript (Solidity via Aurora)
- Native Token: NEAR
- Governing Body: NEAR Foundation (Switzerland)
NEAR Protocol TPS: How Fast Is NEAR?
NEAR Protocol processes up to approximately 100,000 transactions per second at its theoretical maximum with full Nightshade sharding, though real-world mainnet throughput is lower. These two figures tell different parts of the performance story, and understanding the gap between them is essential for evaluating any blockchain's speed claim.
What Is TPS (Transactions Per Second)?
TPS measures how many individual transactions a blockchain network can process and confirm within a single second. A higher TPS means more users and applications can transact simultaneously without delays or congestion.
Think of TPS like the throughput of a checkout line at a supermarket. A blockchain processing 15 TPS can only serve 15 transactions per second; during peak periods, that creates backlogs, slower confirmations, and higher fees as users compete for limited processing capacity.
Two types of TPS figures appear in blockchain discussions. Theoretical TPS is the architectural ceiling under ideal conditions, representing maximum throughput when all design features are fully deployed. Real-world TPS is observed mainnet performance under live network load, which is always lower than the theoretical ceiling. Every major blockchain has this gap. Citing only a theoretical figure without that context is how inflated performance claims get made.
NEAR Protocol TPS: The Numbers
NEAR Protocol can process up to approximately 100,000 transactions per second at its theoretical maximum. This ceiling is achievable when Nightshade sharding is fully deployed across all planned shards. At current mainnet conditions, real-world transaction throughput is lower, reflecting the actual load the network carries at this stage of its sharding rollout.
Every blockchain's live throughput falls below its theoretical ceiling. What matters is whether the architecture can scale to meet demand as it grows. NEAR's sharding roadmap progressively increases the number of active shards, with each addition raising the network's effective transaction capacity.
The speed of NEAR's transaction processing comes from Nightshade sharding combined with Doomslug block finality, two components explained fully in the next section. That transaction throughput enables high-frequency applications like DeFi trading platforms and NFT marketplaces to operate at scale on NEAR without the congestion and fee spikes common on lower-TPS networks.
How NEAR Protocol Achieves High TPS: Nightshade Sharding and Doomslug
NEAR Protocol achieves high transaction throughput through two core architectural components: Nightshade sharding, which processes transactions in parallel across multiple network partitions, and Doomslug, which confirms each block in approximately one second. Together they form NEAR's consensus mechanism, the technical foundation behind its TPS figures.
The Blockchain Scalability Trilemma: Why High TPS Is Hard
The blockchain scalability trilemma is a widely cited framework describing the difficulty of achieving scalability, security, and decentralization simultaneously on a single blockchain network. Scalability means high transaction throughput; security means resistance to attacks and fraud; decentralization means no single authority controls the network. Most early blockchains, Bitcoin and early Ethereum included, prioritized security and decentralization at the cost of scalability. NEAR's Nightshade sharding is designed to address all three properties simultaneously, though this is presented as a design goal rather than a proven absolute.
What Is Sharding? (The Highway Analogy)
Think of a traditional blockchain as a one-lane road. Every transaction must pass through sequentially, creating congestion as usage grows. When thousands of users transact at once, they queue up, waiting for the single lane to clear. Sharding adds more lanes.
Blockchain sharding is a technique borrowed from database architecture that splits a network into smaller partitions called shards, each of which processes its own subset of transactions in parallel. Instead of every node on the network processing every transaction, shards distribute the workload so multiple transaction subsets are handled simultaneously. NEAR's implementation of sharding, called Nightshade, takes this architecture further.
Nightshade: NEAR's Sharding Architecture
Nightshade is NEAR Protocol's proprietary sharding implementation, splitting the network into parallel processing partitions so that multiple shards handle different transaction subsets simultaneously. Where a basic sharded blockchain might simply add lanes, Nightshade assigns dedicated validators to each shard and coordinates them so the full network behaves as a single, coherent system rather than a collection of isolated chains.
The relationship between shard count and throughput is direct: more active shards means a higher theoretical maximum. The ~100,000 TPS figure represents the ceiling when all planned shards are fully deployed and operational. As NEAR's sharding roadmap progresses and additional shards come online, the theoretical throughput ceiling rises accordingly.
Nightshade also differs from generic blockchain sharding in a technically meaningful way. Many sharding implementations partition only transaction data. Nightshade shards the entire network state, covering account balances, smart contract code, and storage. This is a more complete form of parallelization and reduces the coordination overhead between shards.
Doomslug: NEAR's Fast Block Finality
Doomslug is NEAR Protocol's block production algorithm, designed to achieve practical Byzantine Fault Tolerance with single-round finality — finality being the point at which a transaction is considered confirmed and irreversible — under normal network conditions. Under standard operating conditions, Doomslug produces and finalizes blocks in approximately one second, compared to the multiple confirmation rounds required by some other consensus models.
Nightshade parallelizes transaction processing across shards; Doomslug ensures each block within those shards is confirmed quickly. Together, these two mechanisms produce NEAR's high transaction throughput capability.
NEAR secures this architecture through proof of stake, a consensus mechanism in which validators — network participants who stake NEAR tokens as collateral to earn the right to process transactions and produce new blocks — are assigned to specific shards. Staking replaces the energy-intensive computational work used in Proof of Work systems like early Bitcoin. NEAR's model parallels Ethereum's post-Merge consensus, with the addition that validators operate within Nightshade's sharded structure rather than on a single unified chain. Developers seeking technical depth can consult the NEAR Protocol documentation for the full architectural specification.
NEAR Protocol TPS vs. Other Layer-1 Blockchains
NEAR Protocol's theoretical TPS of approximately 100,000 sits at the high end of the Layer-1 performance spectrum. The table below compares it to five major competitors across theoretical throughput, real-world estimates, consensus design, and contextual notes.
Layer-1 Blockchain TPS Comparison (2025)
| Blockchain | Theoretical TPS | Real-World TPS Estimate | Consensus Mechanism | Notes |
|---|---|---|---|---|
| NEAR Protocol | ~100,000 | Varies with network load | Proof of Stake (Nightshade + Doomslug) | Theoretical max requires full Nightshade sharding deployment across all shards |
| Ethereum | ~15–30 | ~15–30 | Proof of Stake | Base layer only; Layer-2 solutions (Arbitrum, Optimism) add throughput on top |
| Solana | ~65,000 | Varies; disputed | Proof of History + Proof of Stake | Some published figures include failed transactions; real-world throughput varies |
| Avalanche | ~4,500 | ~4,500 | Avalanche Consensus | Subnet architecture allows parallel chains |
| BNB Chain | ~300 | ~300 | Proof of Staked Authority | Formerly Binance Smart Chain (BSC) |
| Polkadot | ~1,000 | ~1,000 | Nominated Proof of Stake | Parachain architecture differs fundamentally from sharding |
TPS figures represent published theoretical maximums under optimal conditions. Real-world throughput varies with network load. NEAR's theoretical maximum assumes full Nightshade sharding deployment. Solana's figures in some publications include failed transactions; verify against current official sources.
NEAR Protocol processes significantly more transactions per second than Ethereum's base layer. At approximately 15–30 TPS on its base chain, Ethereum's throughput ceiling was a primary driver for developers and users seeking Layer-1 alternatives with higher capacity. Developers who want to migrate Ethereum applications to a higher-throughput environment can do so via Aurora, NEAR's EVM-compatible Layer-2, without rewriting their Solidity contracts.
Comparing NEAR to Solana requires care. NEAR's theoretical TPS (~100,000) exceeds Solana's claimed ~65,000 TPS, but both figures are theoretical maximums under ideal conditions. Real-world throughput for both networks varies with actual usage patterns. The two blockchains take architecturally distinct approaches: NEAR uses Nightshade state sharding while Solana uses Proof of History to sequence transactions. Neither figure should be taken as a live performance guarantee without checking current network data.
The NEAR Ecosystem: Aurora, Rainbow Bridge, and dApps
NEAR Protocol's transaction throughput serves a practical purpose: the network hosts decentralized applications that require high-frequency processing, low costs, and reliable confirmation times. The ecosystem built on NEAR includes EVM-compatible infrastructure, cross-chain interoperability, and a growing set of application categories.
What Can You Build on NEAR Protocol?
NEAR Protocol supports decentralized applications across a broad range of categories, with its throughput architecture suited for workloads that would congest lower-TPS networks. Decentralized applications, or dApps, are programs that run on blockchain networks rather than centralized servers, enabling trustless services without a central operator.
A DeFi protocol executing hundreds of trades per minute, or an NFT marketplace processing thousands of simultaneous mints, requires a blockchain with sufficient transaction throughput to function without congestion or prohibitive fees. NEAR's architecture addresses that need across DeFi platforms, NFT marketplaces, blockchain gaming, social platforms, and DAOs. Native contracts are written in Rust or AssemblyScript; Ethereum developers who prefer Solidity can build on NEAR via Aurora without changing their development environment.
Aurora: Ethereum Compatibility on NEAR
Aurora is an EVM-compatible blockchain built on top of NEAR Protocol, allowing Ethereum developers to deploy existing Solidity smart contracts on NEAR's infrastructure without rewriting their code. The EVM (Ethereum Virtual Machine) is the runtime environment that executes Ethereum smart contracts; Aurora replicates that environment on top of NEAR's base layer.
Aurora is a Layer-2 running on NEAR, not part of NEAR's base chain. Applications deployed on Aurora run on NEAR's base layer and inherit NEAR's Nightshade-powered transaction throughput, meaning Ethereum developers gain access to NEAR's processing speed while remaining in the Solidity development environment they already know.
Rainbow Bridge: Connecting NEAR to Ethereum
The Rainbow Bridge is NEAR Protocol's trustless cross-chain bridge, enabling users to transfer assets between the NEAR blockchain and Ethereum. Users can move ETH, ERC-20 tokens, and NEAR tokens between the two ecosystems without using a centralized exchange. The Rainbow Bridge positions NEAR as interoperable with the Ethereum ecosystem rather than isolated from it, which matters for DeFi applications drawing liquidity from multiple chains.
The NEAR Token: Utility, Staking, and Governance
The NEAR token is the native cryptocurrency of the NEAR Protocol blockchain, serving three primary functions within the network: paying for transactions, securing the network through staking, and participating in governance. The token is distinct from the protocol itself; NEAR Protocol is the blockchain network, and the NEAR token is one component of it.
Gas fees: Every transaction on the NEAR network is paid for in NEAR tokens. Transaction costs sit at fractions of a cent, making the network practical for high-frequency applications where Ethereum's variable gas fees would otherwise make many use cases economically unviable.
Staking: Validators and delegators stake NEAR tokens to participate in network consensus and earn staking rewards. Validators are assigned to specific shards within Nightshade's architecture; their staked tokens act as economic collateral, incentivizing honest behavior. Current validator data is available via the NEAR blockchain explorer since validator counts fluctuate with network participation.
Governance: NEAR token holders participate in protocol governance decisions, giving the broader community a mechanism to influence the network's development direction.
Whether NEAR Protocol represents a suitable investment depends on individual financial goals and due diligence. This article covers technical performance and ecosystem factors that inform that research, not investment outcomes.
NEAR Protocol History and Founders
NEAR Protocol was founded in 2018 and launched its mainnet in April 2020, giving it over five years of operational history as a live blockchain network.
The protocol was co-founded by Illia Polosukhin and Alexander Skidanov. Polosukhin is co-author of "Attention Is All You Need," the 2017 Google Brain paper that introduced the Transformer architecture now underlying modern AI systems including GPT-series models. That background positions NEAR's technical foundations as coming from researchers at the frontier of computer science rather than purely from the crypto sector. Skidanov previously worked at Google and MemSQL, a distributed database company; his database engineering expertise directly informs NEAR's approach to sharding distributed state, drawing on the same architectural patterns used in high-performance database systems.
The NEAR Foundation, a Switzerland-based non-profit, governs the NEAR Protocol ecosystem, funding development grants, ecosystem growth, and community programs.
Frequently Asked Questions About NEAR Protocol
How many transactions per second can NEAR Protocol handle?
NEAR Protocol can handle up to approximately 100,000 transactions per second at its theoretical maximum, achievable when Nightshade sharding is fully deployed across all planned shards. Real-world mainnet TPS is lower, reflecting current network load and the ongoing sharding deployment roadmap. The theoretical figure represents an architectural ceiling, not a live throughput guarantee.
Is NEAR Protocol faster than Ethereum?
Yes. NEAR Protocol's theoretical TPS of approximately 100,000 significantly exceeds Ethereum's base layer throughput of roughly 15–30 TPS. Ethereum's Layer-2 solutions such as Arbitrum and Optimism add additional throughput on top of the base chain, but at the Layer-1 base level, NEAR has a substantial TPS advantage.
Is NEAR Protocol faster than Solana?
NEAR's theoretical TPS (~100,000) exceeds Solana's claimed ~65,000 TPS, but both figures are theoretical maximums under ideal conditions. Real-world throughput for both networks varies with usage and network conditions, and some Solana TPS figures in published sources include failed transactions. The two chains use architecturally different approaches: NEAR uses Nightshade state sharding, while Solana uses Proof of History. A direct comparison requires checking current live data for both networks.
What is Nightshade sharding?
Nightshade is NEAR Protocol's proprietary sharding implementation that splits the blockchain network into parallel processing partitions called shards, each handling its own subset of transactions simultaneously. Unlike generic sharding that partitions only data, Nightshade shards the entire network state, enabling more complete parallelization. More active shards means a higher throughput ceiling, which is how NEAR targets a ~100,000 TPS maximum.
Who created NEAR Protocol?
NEAR Protocol was co-founded in 2018 by Illia Polosukhin, co-author of the foundational "Attention Is All You Need" Transformer paper that underlies modern AI systems, and Alexander Skidanov, formerly of Google and distributed database company MemSQL. Their backgrounds in machine learning research and distributed systems engineering directly inform NEAR's architecture.
What is NEAR Protocol used for?
NEAR Protocol is a platform for deploying decentralized applications across DeFi, NFT marketplaces, blockchain gaming, social platforms, and enterprise applications that require high transaction throughput and low fees. A DeFi exchange executing thousands of trades per minute or an NFT platform processing large-scale minting events depends on the transaction capacity NEAR's Nightshade architecture is designed to provide.
What is the NEAR token used for?
The NEAR token is the native cryptocurrency of the NEAR Protocol network and serves three functions: it pays for transaction fees on the network at a cost of fractions of a cent per transaction; it is staked by validators and delegators to secure the network and earn rewards; and it is used to participate in protocol governance decisions. No price predictions or investment advice are implied by this description.
Is NEAR Protocol proof of stake?
Yes. NEAR Protocol uses Proof of Stake as its consensus mechanism, implemented through its Nightshade sharding architecture. Validators stake NEAR tokens to be assigned to specific shards, where they process transactions and produce blocks, earning rewards in exchange for securing the network.
What is the difference between NEAR Protocol and Ethereum?
NEAR and Ethereum differ across four key dimensions. First, throughput: NEAR's Nightshade sharding enables a theoretical ~100,000 TPS versus Ethereum's base layer ~15–30 TPS. Second, fees: NEAR transactions cost fractions of a cent versus Ethereum's variable gas fees, which can run significantly higher during network congestion. Third, smart contract language: NEAR uses Rust and AssemblyScript natively, while Ethereum uses Solidity. Fourth, EVM compatibility: NEAR supports Solidity contract deployment via Aurora, bridging the two developer ecosystems.
What is Doomslug in NEAR Protocol?
Doomslug is NEAR Protocol's block production algorithm that achieves practical Byzantine Fault Tolerance with single-round finality under normal network conditions, meaning blocks are confirmed and considered irreversible in approximately one second. While Nightshade parallelizes transaction processing across shards, Doomslug ensures each block within those shards is finalized quickly. The two mechanisms together produce NEAR's high transaction throughput capability.
What is Aurora on NEAR Protocol?
Aurora is an EVM-compatible blockchain built on top of NEAR Protocol that allows Ethereum developers to deploy Solidity smart contracts on NEAR's infrastructure without rewriting their code. Applications on Aurora run on NEAR's base layer and inherit its Nightshade-powered throughput, giving Ethereum developers access to NEAR's processing speed within the Solidity environment they already use.
Conclusion
NEAR Protocol is a layer-1 blockchain that combines Nightshade sharding and Doomslug consensus to achieve high theoretical transaction throughput, sub-cent fees, and a growing ecosystem anchored by Aurora and the Rainbow Bridge. Its theoretical maximum of ~100,000 TPS sits at the high end of the Layer-1 spectrum, grounded in a state-sharding architecture designed to scale throughput as additional shards come online.
For readers evaluating NEAR as a platform to build on, use, or track, the technical picture is: a mature protocol with a five-year mainnet history, a clear scaling roadmap through progressive sharding deployment, and an ecosystem accessible to both native developers and Ethereum developers via Aurora.
To go deeper: visit the NEAR Protocol official site for current network information, the NEAR Protocol documentation for developer resources, and the NEAR Foundation for ecosystem and governance updates.
This article is for educational purposes only and does not constitute financial advice, investment advice, or a recommendation to buy or sell any asset.
TPS figures cited reflect published theoretical maximums and publicly available estimates at the time of writing. Blockchain performance metrics evolve; verify current figures against official documentation before making technical or investment decisions.