# Peers

The following are trusted Cascadia peers along with corresponding IP addresses and ports:

<table><thead><tr><th width="143">Name</th><th width="251">Peer ID</th><th>IP Address and Port</th></tr></thead><tbody><tr><td>Bünyamin</td><td>f826686f14da37b1792df36465d31ff777bb5d77</td><td>161.97.118.20:40656</td></tr><tr><td>cryptobony</td><td>c9458da3baf95f4ff4e7023330acc5a0d02366fb</td><td>75.119.154.2:48656</td></tr><tr><td>Core</td><td>d1ed80e232fc2f3742637daacab454e345bbe475</td><td>54.204.246.120:26656</td></tr><tr><td>Core</td><td>0c96a6c328eb58d1467afff4130ab446c294108c</td><td>34.239.67.55:26656</td></tr><tr><td>IT Rocket</td><td>71287a85b70df75e1405c6831634738e6b957ab</td><td>65.108.72.253:15656</td></tr><tr><td>IT Rocket</td><td>c6e3921222655345d8296353994e917f13a1b4a1</td><td>cascadia-testnet-peer.itrocket.net:40656</td></tr><tr><td>Ömer</td><td>c4dcc700d3c11d50f84510e95fb99a1bf64b5c33</td><td>185.215.167.132:40656</td></tr><tr><td>Road</td><td>af73a10430d389e7480ef01b10b763fe156a397d</td><td>65.109.56.215:39656</td></tr><tr><td>SRG0Z10</td><td>37024590fce8bbfcb0d4de7220967b63b5824d14</td><td>95.216.10.232:22256</td></tr><tr><td>Stanislav</td><td>2022652af9fede0306865e8f4519a2d18160255c</td><td>cascadia-testnet.it38.site:40656</td></tr><tr><td>uGaenn</td><td>ddd6c319f49b3a05d01394660b60e7eb40f788f9</td><td>46.4.90.188:26666</td></tr><tr><td>Urbath912</td><td>d99d1e2ece335e1aaf9256a4f864cd8d6d120340</td><td>78.27.236.220:656</td></tr><tr><td>Vladyslav</td><td>f66b7bb3227447c1bbcff09159b4072f3ccfa571</td><td>134.249.108.5:26656</td></tr><tr><td>Yurii</td><td>f0b5988da89ee75474bf7b848bd80ae3c86350f9</td><td>78.27.236.122:65</td></tr><tr><td>Zhassulan</td><td>ef84329645a60984e894fcb37bcadafa8a535dd8</td><td>93.95.246.211:26656</td></tr></tbody></table>

Use the following command to obtain your own peers:

<pre data-overflow="wrap"><code><strong><a data-footnote-ref href="#user-content-fn-1">echo</a> $(cascadiad tendermint show-node-id)'@'$(curl -s checkip.amazonaws.com)':'$(cat $HOME/.cascadiad/config/config.toml | sed -n '/Address to listen for incoming connection/{n;p;}' | sed 's/.*://; s/".*//')
</strong></code></pre>

[^1]:


---

# 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://cascadia.gitbook.io/gitbook/network/peers.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.
