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

# Snapshot

## &#x20;                                           🔥Kusama🔥

## &#x20;                                              MAINNET

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

## SnapShot Mainnet | RocksDB (pruned)  - updated every 24 hours <a href="#snapshot-mainnet-updated-every-5-hours" id="snapshot-mainnet-updated-every-5-hours"></a>

{% hint style="success" %}
<https://kusama-snapshot.stavr.tech/>
{% endhint %}

```bash
cd $HOME
apt install lz4
docker stop kusama_node
rm -rf $HOME/.kusama/chains/ksmcc3/db
curl -o - -L https://kusama.snapshot.stavr.tech/kusama-snap.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.kusama/chains/ksmcc3/
docker restart kusama_node && docker logs kusama_node -fn 100
```

## SnapShot Mainnet | RocksDB (Archive) - updated every 7 days <a href="#snapshot-mainnet-updated-every-5-hours" id="snapshot-mainnet-updated-every-5-hours"></a>

{% hint style="success" %}
<https://kusama-snapshot.stavr.tech/>
{% endhint %}

```bash
cd $HOME
apt install lz4
docker stop kusama_node
rm -rf $HOME/.kusama/chains/ksmcc3/db
curl -o - -L https://kusama-archive.snapshot.stavr.tech/kusama-archive-snap.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.kusama/chains/ksmcc3/
docker restart kusama_node && docker logs kusama_node -fn 100
```

## Useful Tools

🔥**RPC**🔥 - [**https://kusama.rpc.m.stavr.tech/**](https://kusama.rpc.m.stavr.tech/)\
🔥**Explorer**🔥 - [**https://polkadot.js.org/apps/?rpc=wss://kusama.rpc.m.stavr.tech#/explorer**](https://polkadot.js.org/apps/?rpc=wss://kusama.rpc.m.stavr.tech#/explorer)

<details>

<summary>RPC Scanning</summary>

### We scan nodes in real time every 4 hours. And we provide the final result of RPC endpoints. We cannot influence the operation of these nodes in any way.

```python
If Voting Power is higher than 0 --> then the Node is a validator of the network and may be subject to attack and be a potential threat to the chain.
```

```python
We marked such validators with a red symbol
```

</details>
