# 🗂️  API/RPC/Peers/AddrBook

### *API, RPC* <a href="#rpc" id="rpc"></a>

**Cosmos:**

RPC: <https://rpc-story-mainnet.validexis.com>

Websocket: <wss://rpc-story-mainnet.validexis.com/websocket>

API: [https://api-story-mainnet.validexis.com](https://api-story-mainnet.validexis.com/)

**Ethereum Virtual Machine (EVM):**

JSON-RPC: [https://evm-story-mainnet.validexis.com:443](https://evm-story-mainnet.validexis.com/)

Websocket: [wss://wss-story-mainnet-wss.validexis.com:443](wss://wss-story-mainnet-wss.validexis.com/)

### *Peers, Seeds* <a href="#peers-seeds-live-peers" id="peers-seeds-live-peers"></a>

***Peer:***

```shellscript
607f17f8be461d5b204361df8d18a06d2c7b66c9@story-mainnet-peer.validexis.com:35656
```

***Seed:***

```shellscript
249de5c0085eb175da6ad7031f96bfc3ad751e33@story-mainnet-seed.validexis.com:35656
```

### *AddrBook (upd 1h)*

```bash
wget -O $HOME/.story/story/config/addrbook.json https://mainnets1.validexis.com/story/addrbook.json
```

### *Genesis* <a href="#genesis" id="genesis"></a>

```bash
wget -O $HOME/.story/story/config/genesis.json https://mainnets1.validexis.com/story/genesis.json
```


---

# 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://services.validexis.com/mainnets/story/api-rpc-peers-addrbook.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.
