> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Near Protocol: Sharding Design

> The Near Protocol whitepaper describes a sharded blockchain design aimed at achieving high scalability while maintaining a user-friendly developer experience. T

# Near Protocol: Sharding Design

The Near Protocol whitepaper describes a sharded blockchain design aimed at achieving high scalability while maintaining a user-friendly developer experience. T

## Abstract

The Near Protocol whitepaper describes a sharded blockchain design aimed at achieving high scalability while maintaining a user-friendly developer experience. The core of the proposal is "Nightshade," a sharding approach where each block contains transactions from all shards, but participants only need to process the shards they are involved with. This design simplifies the state management complexity inherent in most sharding proposals by avoiding the fragmentation of the ledger. The protocol utilizes a Proof-of-Stake mechanism combined with an innovative sharding strategy to ensure that the network remains secure even as the number of nodes increases. By focusing on state sharding and efficient cross-shard communication, Near enables a flexible platform for decentralized applications. This document outlines the structural choices behind a sharded L1, detailing the balance between validator load, system throughput, and data availability, representing a major milestone in scalable blockchain design.

**Authors:** Illia Polosukhin, Alex Skidanov

**Publication:** Project Whitepaper

**Publication date:** 2019-01-01

## Key findings

* Introduces Nightshade as a sharding solution for blockchain scalability.
* Simplifies cross-shard interaction by managing state in a unified ledger.
* Utilizes PoS to maintain security in a sharded environment.
* Balances validator workload for high-throughput operation.

## Citation

Illia Polosukhin, Alex Skidanov (2019). Near Protocol: Sharding Design. Project Whitepaper. [https://near.org/papers/the-near-whitepaper/](https://near.org/papers/the-near-whitepaper/)

## Related knowledge

* [Consensus](/categories/consensus) — glossary
* [Consensus](/categories/consensus) — related-glossary
* [From Throughput to Reliability: The New Metrics That Matter](/generated/v2/topics/from-throughput-to-reliability-the-new-metrics-that-matter) — article
* [From Throughput to Reliability: The New Metrics That Matter](/generated/v2/topics/from-throughput-to-reliability-the-new-metrics-that-matter) — related-article
* [Is Blockchain Really Sustainable? Examining Green Solutions in 2025](/generated/v2/topics/is-blockchain-really-sustainable-examining-green-solutions-in-2025) — article
* [Is Blockchain Really Sustainable? Examining Green Solutions in 2025](/generated/v2/topics/is-blockchain-really-sustainable-examining-green-solutions-in-2025) — related-article
* [Layer 2](/categories/layer-2) — glossary
* [Layer 2](/categories/layer-2) — related-glossary
* [Layer 3 in Blockchain: The Next Big Thing for Crypto Scalability?](/generated/v2/topics/layer-3-in-blockchain-the-next-big-thing-for-crypto-scalability) — article
* [Layer 3 in Blockchain: The Next Big Thing for Crypto Scalability?](/generated/v2/topics/layer-3-in-blockchain-the-next-big-thing-for-crypto-scalability) — related-article
* [Layer 3: The Next Frontier in Blockchain Scalability](/generated/v2/topics/layer-3-the-next-frontier-in-blockchain-scalability) — article
* [Layer 3: The Next Frontier in Blockchain Scalability](/generated/v2/topics/layer-3-the-next-frontier-in-blockchain-scalability) — related-article
* [Merkle Root](/generated/v2/glossary/merkle-root) — glossary
* [Merkle Root](/generated/v2/glossary/merkle-root) — related-glossary
* [Mint](/generated/v2/glossary/mint) — glossary
* [Mint](/generated/v2/glossary/mint) — related-glossary

***

**Canonical knowledge ID:** `research:near-protocol-sharding-design`
