# StateSync/Snapshot

## &#x20;                                                   🔥Axone🔥

## &#x20;                                                     TESTNET

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

## StateSync Axone Testnet

```bash
SOOON
```

## SnapShot Testnet - updated every 5 hours

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

```sh
SOOON
```

## Useful Tools

🔥EXPLORER-T🔥: <https://explorer.stavr.tech/Axone-Testnet> `Indexer "ON"`\
🔥API-T🔥: <https://axone.api.t.stavr.tech>\
🔥RPC-T🔥: <https://axone.rpc.t.stavr.tech> `Snapshot-interval = 100`\
🔥gRPC-T🔥: <axone.grpc.t.stavr.tech:8029>

* Peer-T

```bash
f7a8854f3be91d1262a90468b9f82709a3e2d9fa@axone.peer.t.stavr.tech:10096
```

* &#x20;Addrbook-T

```python
wget -O $HOME/.axoned/config/addrbook.json "https://raw.githubusercontent.com/111STAVR111/props/main/Axone/addrbook.json"
```

* Genesis-T

```bash
wget -O $HOME/.axoned/config/genesis.json "https://raw.githubusercontent.com/111STAVR111/props/main/Axone/genesis.json"
```

* Auto\_install\_script-T

```bash
wget -O axonet https://raw.githubusercontent.com/111STAVR111/props/main/Axone/axonet && chmod +x axonet && ./axonet
```

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

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


---

# 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/archive/axone-t-halt/statesync-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.
