# Live Peers

### All Live Peers for Swisstronik Testnet

Here is a list of 3 active peers as observed by state-sync server in real-time. Add them to your **`config.toml`** if you have trouble finding peers.

```prisma
3cb2105b9ae008f0711ca5d2e285485b6c3ad1ec@148.113.8.228:26656,11761626d34a750c79d62a143183e6718dd22f07@148.113.16.112:26656,74207b2f4f76755fa74ff9fd96cc80f82c4386af@148.113.1.172:26656
```

Here is a script for you to update **`persistent_peers`** setting with these peers in **`config.toml`**.

```sh
PEERS=
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.swisstronik/config/config.toml
```

### State-Sync Peers

When you state-sync, you might also consider adding state-sync peer to your **`persistent_peers`** setting in **`config.toml`**.

```prisma
3cb2105b9ae008f0711ca5d2e285485b6c3ad1ec@148.113.8.228:26656
```


---

# 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.swisstronik.com/swisstronik-docs/node-setup/setup-node/testnet/live-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.
