# StateSync/Snapshot

## &#x20;                                             🔥Terp🔥

## &#x20;                                             MAINNET

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

## StateSync Terp Mainnet

```bash
SOOON
```

## SnapShot Mainnet - updated every 5 hours

```sh
SOOON
```

## Useful Tools

🔥EXPLORER-M🔥: <https://explorer.stavr.tech/Terp-Mainnet> `Indexer "ON"`\
🔥API-M🔥: <https://terp.api.m.stavr.tech>

* &#x20;Addrbook-M

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

* Auto\_install\_script-M

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

## 🔥[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/mainnets/terp/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.
