Most blockchains ask every node to process every transaction, which is excellent for security but slow, because the network's throughput is capped at whatever a single machine can keep up with. Sharding borrows a long-established idea from traditional databases: split the work. The network is partitioned into shards, each responsible for a portion of the transactions and running in parallel, so the combined capacity grows as shards are added rather than staying fixed.
The difficult part is doing this without weakening security or fracturing the network into disconnected islands. Nodes typically cover only their own shard rather than the entire chain, so the design has to guarantee that shards can still communicate reliably and that no individual shard becomes small enough to attack cheaply. Getting that balance right is exactly why sharding is technically demanding and has taken years of careful research to bring toward practical use.
Sharding is only one of several answers to the scaling problem, sitting alongside layer 2 rollups, and different projects lean on them in different proportions. For most users it is an under-the-hood detail they will never touch directly, but it explains how some networks aim to raise capacity substantially while still trying to preserve the decentralisation that makes a blockchain worth using in the first place.
Key takeaways
- Sharding splits a blockchain into parallel sections so transactions can be processed simultaneously.
- It aims to raise capacity without requiring every node to handle the entire network's workload.
- The main challenge is scaling this way without compromising security or fragmenting the network.
Sharding — perguntas frequentes
How does sharding make a blockchain faster?
By letting different shards process different transactions at the same time, rather than forcing every node to work through one shared queue. Total capacity then rises with the number of shards instead of being limited to a single machine's pace.
Does sharding introduce new risks?
It adds complexity, and the central challenge is keeping each shard secure while ensuring shards can still communicate. Poorly designed sharding could weaken security or fragment the network, which is why it is developed and rolled out cautiously.
New to crypto, or filling in the gaps? Work through the essentials in Learn, browse every term A–Z, or see live prices for the coins these concepts power.