# 🗂️  API/RPC/Peers/AddrBook

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

**Cosmos:**

RPC: [https://rpc-story-testnet.validexis.com](https://rpc-story-testnet.validexis.com/)

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

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

**Ethereum Virtual Machine (EVM):**

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

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

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

***Peer:***

```shellscript
5713c7da1e80c938643ea4aa99957bb0aadde9c1@story-testnet-peer.validexis.com:36656
```

***Seed:***

```shellscript
dfb96be7e47cd76762c1dd45a5f76e536be47faa@story-testnet-seed.validexis.com:36656
```

### *AddrBook (upd 1h)*

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

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

```bash
wget -O $HOME/.story/story/config/genesis.json https://testnets1.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/testnets/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.
