# SnapShot

## &#x20;                                        🔥Celestia🔥

## &#x20;                                        Light Testnet

## [Node installation instructions](https://stavr-team.gitbook.io/nodes-guides/testnets/celestia/light-node)

## SnapShot Light Testnet | Archive - (updated every 24 hours)

{% hint style="info" %} <mark style="color:orange;">**You can check the size and time of snapshot creation with this command**</mark>\
`curl -sI https://celestia.light-archive.snap-t.stavr.tech/light-t-snap.tar.lz4 | grep "last" && curl -sI https://celestia.light-archive.snap-t.stavr.tech/light-t-snap.tar.lz4 | grep content-length | awk '{printf "%.2f GB\n", $2/1024/1024/1024}'`
{% endhint %}

```sh
cd $HOME
snap install lz4
sudo systemctl stop celestia-light
rm -rf $HOME/.celestia-light-mocha-4/data
curl -o - -L https://celestia.light-archive.snap-t.stavr.tech/light-t-snap.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.celestia-light-mocha-4/
sudo systemctl restart celestia-light && sudo journalctl -fu celestia-light -ocat
```

## Useful Tools

🔥EXPLORER-T🔥: <https://explorer.stavr.tech/Celestia-Testnet> `Indexer "ON"`\
🔥API-T🔥: <https://celestia.api.t.stavr.tech>\
🔥RPC-T🔥:  <https://celestia.rpc.t.stavr.tech> `Snapshot-interval = 1000`<br>

&#x20;                                         **ARCHIVE NODE**

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

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

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

* Auto\_install\_script-T

```bash
source <(curl -s https://raw.githubusercontent.com/111STAVR111/props/main/Celestia/Testnet/Light/lightt)
```

## 🔥[Decentralization Info](https://github.com/obajay/StateSync-snapshots/tree/main/Projects/Dymension/Decentralization)🔥


---

# 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://stavr-team.gitbook.io/nodes-guides/testnets/celestia/light-node/snapshot.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.
