> For the complete documentation index, see [llms.txt](https://stavr-team.gitbook.io/nodes-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stavr-team.gitbook.io/nodes-guides/mainnets/celestia.md).

# Celestia

<figure><img src="/files/7lykbsvzIX9oJLSBTgOq" alt=""><figcaption></figcaption></figure>

## The first modular blockchain network

Celestia is a modular data availability (DA) network that securely scales with the number of users, making it easy for anyone to launch their own blockchain.

Rollups and L2s use Celestia as a network for publishing and making transaction data available for anyone to download. For them, Celestia provides high-throughput DA that can be verified easily with a light node.

And by making the blockchain stack modular, anyone can launch their own blockchain without needing a validator set.

&#x20;[WebSite](https://celestia.org/)\
&#x20;[GitHub](https://github.com/celestiaorg/celestia-app)\
[ EXPLORER TESTNET](https://explorer.stavr.tech/Celestia-Testnet)
-----------------------------------------------------------------

## [ EXPLORER MAINNET](https://explorer.stavr.tech/Celestia-Mainnet)

<mark style="color:green;">We will be glad to receive your support</mark>\
[🔥OUR VALIDATOR🔥](https://restake.app/celestia/celestiavaloper1csc30u6mpe7fq0m468jh7d4afk83rmsujtafgh)
--------------------------------------------------------------------------------------------------------

* **Hardware requirements**:

| Node Type      | CPU | RAM  | Storage |
| -------------- | --- | ---- | ------- |
| Validator node | 8   | 16GB | 2TB     |
| Bridge node    | 6   | 16GB | 2TB     |
| Full node      | 6   | 16GB | 2TB     |
| Light node     | 2   | 2GB  | 100GB   |

**Public Tools**

&#x20;                               **Testnet**

* **api:** [**https://celestia.api.t.stavr.tech**](https://celestia.api.t.stavr.tech/)
* **api Archive:** [**https://celestia.api-archive.t.stavr.tech**](https://celestia.api-archive.t.stavr.tech)
* **rpc:** [**https://celestia.rpc.t.stavr.tech**](https://celestia.rpc.t.stavr.tech)
* **rpc Archive:** [**https://celestia.rpc-archive.t.stavr.tech**](https://celestia.rpc-archive.t.stavr.tech)
* **grpc Archive:** [**https://celestia.grpc-archive.t.stavr.tech**](https://celestia.grpc-archive.t.stavr.tech)

&#x20;                               **Mainnet**

* **api:** [**https://celestia.api.m.stavr.tech**](https://celestia.api.m.stavr.tech/)
* **api Archive:** [**https://celestia.api-archive.m.stavr.tech**](https://celestia.api-archive.m.stavr.tech/)
* **rpc:** [**https://celestia.rpc.m.stavr.tech**](https://celestia.rpc.m.stavr.tech/)
* **rpc Archive:** [**https://celestia.rpc-archive.m.stavr.tech**](https://celestia.rpc-archive.m.stavr.tech/)
* **grpc Archive:** [**https://celestia.grpc-archive.m.stavr.tech**](https://celestia.grpc-archive.m.stavr.tech/)

{% tabs %}
{% tab title="API-M" %}
[**https://celestia.api.m.stavr.tech/**](https://celestia.api.m.stavr.tech/)\
[**https://celestia.api-archive.m.stavr.tech/**](https://celestia.api-archive.m.stavr.tech/)
{% endtab %}

{% tab title="API-T" %}
[**https://celestia.api.t.stavr.tech**](https://celestia.api.t.stavr.tech/)\
[**https://celestia.api-archive.t.stavr.tech**](https://celestia.api-archive.t.stavr.tech)
{% endtab %}

{% tab title="RPC-M" %}
[**https://celestia.rpc.m.stavr.tech/**](https://celestia.rpc.m.stavr.tech/)\
[**https://celestia.rpc-archive.m.stavr.tech/**](https://celestia.rpc-archive.m.stavr.tech/)
{% endtab %}

{% tab title="RPC-T" %}
[**https://celestia.rpc.t.stavr.tech**](https://celestia.api.t.stavr.tech/)\
[**https://celestia.rpc-archive.t.stavr.tech**](https://celestia.rpc-archive.t.stavr.tech)
{% endtab %}

{% tab title="gRPC-M" %}
[**https://celestia.grpc-archive.m.stavr.tech/**](https://celestia.grpc-archive.m.stavr.tech/)
{% endtab %}

{% tab title="gRPC-T" %}
[**https://celestia.grpc-archive.t.stavr.tech**](https://celestia.grpc-archive.t.stavr.tech)
{% endtab %}
{% endtabs %}


---

# 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, and the optional `goal` query parameter:

```
GET https://stavr-team.gitbook.io/nodes-guides/mainnets/celestia.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
