# What is Avail DA?

| Hi**gh Level** | Avail DA is a modular blockchain focused on data availability that provides core infrastructure allowing networks of blockchains built on top to scale efficiently.                                                                                                                                                                                                                                   |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Normie**     | Avail is a modular data availability solution that ensures a blockchain’s data is published and can be efficiently verified.                                                                                                                                                                                                                                                                          |
| **Retail**     | Avail is a ZK optimized data availability base layer that enables higher throughput for rollups, lower transaction fees for end-users, and scalable blockspace for blockchains built on top.                                                                                                                                                                                                          |
| **Rollups**    | Avail is a modular data availability base layer that helps modular chains scale blockspace while remaining technically and economically sustainable for network participants. With Avail DA, blockchains can enjoy features and benefits similar to those offered by Ethereum’s danksharding roadmap.                                                                                                 |
| **Technical**  | Avail DA is modular base layer providing robust and verifiable data availability. It integrates KZG commitments, light clients, and data availability sampling to ensure resilience. This unique design allows light clients to replicate the Avail blockchain, enabling them to verify validity proofs from either network copy, ensuring that Avail DA remains operational even without full nodes. |


---

# Agent Instructions: 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://docs.lumia.org/lumia/data-availability/what-is-avail-da.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.
