# StateSync/Snapshot

## &#x20;                                           🔥Avail🔥

## &#x20;                                           MAINNET

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

### SnapShot Mainnet - updated every 12 hours <a href="#snapshot-mainnet-updated-every-5-hours" id="snapshot-mainnet-updated-every-5-hours"></a>

{% hint style="success" %}
<https://server-5.stavr.tech/Mainnet/Avail/>
{% endhint %}

```bash
cd $HOME
apt install lz4
sudo systemctl stop avail
rm -r $HOME/.avail_mainnet/data/chains/avail_da_mainnet/paritydb/
curl -o - -L https://server-5.stavr.tech/Mainnet/Avail/avail-snap-1.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.avail_mainnet/data/chains/avail_da_mainnet/
systemctl restart avail && journalctl -fu avail -n100 -o cat
```

## Useful Tools

🔥**RPC**🔥 - <https://avail.rpc.m.stavr.tech/>\
🔥**Explorer**🔥 - <https://explorer.avail.so/?rpc=wss://avail.rpc.m.stavr.tech#/accounts>

<br>

<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>
