# Validator Services

{% hint style="info" %}
**Good to know:**&#x20;

Text surrounded by **\[ ]** are required inputs for the command to work and text surrounded by **< >** are optional inputs.\
\
Also if you are not familiar with Discord Slash commands, it is better to always type a command rather than trying to copy and paste the commands.&#x20;
{% endhint %}

<details>

<summary>Current Chains Supported (More coming Soon)</summary>

* Cerberus
* Chihuahua
* Cosmos
* Evmos
* Jackal
* Juno
* Osmosis
* Stride
* Teritori

</details>

| Command                                                                               | Description                                                                                                                                             |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><code>/addrbook \[chain]</code><br><em>Example: /addrbook juno</em></p>            | Get instructions to download the latest addrbook from our snapshot server.                                                                              |
| <p><code>/genesis \[chain]</code><br><em>Example: /genesis cosmos</em></p>            | Provides instructions on downloading a mirrored hosting of a chains genesis file.                                                                       |
| <p><code>/live-peers \[chain]</code><br><em>Example: /live-peers evmos</em></p>       | Grab some Live-Peers if you're having connection issues.                                                                                                |
| <p><code>/node-install \[chain]</code><br><em>Example: /node-install osmosis</em></p> | Provides you with a guide on spinning up a node for the first time, this will be a basic node and will require some adjustments based on your use case. |
| <p><code>/snapshot \[chain]</code><br><em>Example: /snapshot teritori</em></p>        | Replies with instructions and a link to download our daily node snapshot for a specific chain.                                                          |
| <p><code>/state-sync \[chain]</code><br><em>Example: /state-sync jackal</em></p>      | Will provide you with a script to get your node synced via state-sync. (not always reliable, snapshot is a much more reliable option)                   |
| <p><code>/seed-node \[chain]</code><br><em>Example: /seed-node cosmos</em></p>        | Will provide you with a seed node for your chosen chain.                                                                                                |

## Visual Guides:

<figure><img src="/files/VCNTkPWpDDFNapYW9Uqh" alt="Example of pop up selections of supported chains."><figcaption><p>When you choose a command, you can choose one of our supported chains.</p></figcaption></figure>

<figure><img src="/files/PpWCTQ4PL0CA9iIMm9Hd" alt=""><figcaption><p>Once you have picked the one you want, press enter when it looks like this.</p></figcaption></figure>

<figure><img src="/files/49I8n6E1ljRaJPqW9OHG" alt=""><figcaption><p>The bot will respond with instructions to download and restore from the snapshot.</p></figcaption></figure>

<figure><img src="/files/FSYWgGfvoc2pX1w9iWuT" alt=""><figcaption><p>Example of the Live-Peers command</p></figcaption></figure>

<figure><img src="/files/RipNdQNPDXtibZlP2dWf" alt=""><figcaption><p>Example of our Node-Install command</p></figcaption></figure>

<figure><img src="/files/jOAre9NC2uu0aFLaXBj6" alt=""><figcaption><p>An example of the addrbook command</p></figcaption></figure>

<figure><img src="/files/yOiGAZ2rnSIS18iwQuIi" alt=""><figcaption><p>Seed Node command</p></figcaption></figure>


---

# 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://docs.silknodes.io/validator-tools-guide/commands/validator-services.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.
