> 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/light-node/snapshot.md).

# SnapShot

## &#x20;                                        🔥Celestia🔥

## &#x20;                                        Light Mainnet

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

## SnapShot Light Mainnet | 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-m.stavr.tech/light-m-snap.tar.lz4 | grep "last" && curl -sI https://celestia.light-archive.snap-m.stavr.tech/light-m-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/data
curl -o - -L https://celestia.light-archive.snap-m.stavr.tech/light-m-snap.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.celestia-light/
sudo systemctl restart celestia-light && sudo journalctl -fu celestia-light -ocat
```

## Useful Tools

🔥EXPLORER-M🔥: [**https://explorer.stavr.tech/Celestia-Mainnet**](https://explorer.stavr.tech/Celestia-Mainnet) `Indexer "ON"`\
🔥EXPLORER-T🔥: [**https://explorer.stavr.tech/Celestia-Testnet**](/nodes-guides/mainnets.md) `Indexer "ON"`\
🔥API-M🔥: [**https://celestia.api.m.stavr.tech**](https://celestia.api.m.stavr.tech)\
🔥API-T🔥: [**https://celestia.api.t.stavr.tech**](https://celestia.api.t.stavr.tech)\
🔥RPC-M🔥: [**https://celestia.rpc.m.stavr.tech**](https://celestia.rpc.m.stavr.tech) `Snapshot-interval = 1000`\
🔥RPC-T🔥: [**https://celestia.rpc.t.stavr.tech**](https://celestia.rpc.t.stavr.tech) `Snapshot-interval = 1000`

&#x20;                                         **ARCHIVE NODE MAINNET**

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

&#x20;                                         **ARCHIVE NODE TESTNET**

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

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

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

* Auto\_install\_script-T

```bash
source <(curl -s https://raw.githubusercontent.com/111STAVR111/props/refs/heads/main/Celestia/Mainnet/Light/lightm)
```

## 🔥[Decentralization Info](https://github.com/111STAVR111/props/tree/main/Celestia/Mainnet/Decentralization)🔥
