> For the complete documentation index, see [llms.txt](https://8bit-1.gitbook.io/solibrary/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://8bit-1.gitbook.io/solibrary/sharding.md).

# Sharding

Solana Write Locks

### Sharded Counters <a href="#sharded-counters" id="sharded-counters"></a>

This rank is stored in 32 Shards to prevent write locks when creating new inscriptions. This sharding allows for up to 32 Inscriptions to be minted in the same slot, preventing resource contention and making Inscription transactions much more likely to succeed.

<br>
