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

# Adaptive State Sharding

Adaptive State Sharding is the superlative of blockchain sharding, which is the term that refers to the procedure of dividing a whole blockchain into smaller, more manageable datasets for maximum efficiency. Elrond is the first network to implement Adaptive State Sharding that simultaneously combines three standard sharding components in order to speed up transactions through parallel processing. Hence, creating an information distribution system that can execute up to 15,000 transactions per second with a six-second block time and at a cost of only one cent per transaction.

This low cost is achieved as a result of Elrond’s ability to operate via common PC devices as opposed to sophisticated processors, having low-cost computers results in a lower cost per transaction and brings the energy required for processing a transaction up to 6 million times lower than average, highlighting its environmental consciousness.

The term block time refers to the duration that it takes validators within a network to verify transactions within one block and produce a new block in the blockchain, the average number for Bitcoin is 7 transactions per second, this puts into perspective the substantial supremacy that Elrond has in this category.

Moreover, it is praised as being an internet-scale blockchain due to its extraordinary design of handling transactional throughput on par with major internet platforms, as opposed to the relatively low throughput associated with other blockchain networks.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sense4fit.gitbook.io/whitepaper/blockchain/adaptive-state-sharding.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
