> 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/testnets/avail-t/statesync-snapshot.md).

# StateSync/Snapshot

## &#x20;                                           🔥Avail🔥

## &#x20;                                           TESTNET

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

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

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

```bash
cd $HOME
apt install lz4
sudo systemctl stop avail
rm -rf $HOME/.node-data/chains/avail_turing_network/paritydb
curl -o - -L https://avail-t.snapshot.stavr.tech/avail-snap.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.node-data/chains/ --strip-components 4
systemctl restart avail && journalctl -fu avail -o cat
```

## Useful Tools

🔥**RPC**🔥 - [https://avail.rpc.t.stavr.tech](https://avail.rpc.t.stavr.tech/)\
🔥**Explorer**🔥 - <https://temp-explorer.avail.so/?rpc=wss://avail.rpc.t.stavr.tech//staking#/staking>

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