Plain meaning
Start with the shortest useful explanation before going deeper.
Scaling technique that partitions blockchain state and processing across multiple parallel chains (shards), each handling a subset of transactions. Used by Ethereum's roadmap (danksharding) and Near Protocol. Solana takes a different approach, using parallel execution on a single shard (via Sealevel) rather than splitting into multiple chains.