> For the complete documentation index, see [llms.txt](https://docs.pundix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pundix.com/getting-started/setup-node/node-peers.md).

# Node Peers

## Testnet (payalebar)

### Seeds

{% code lineNumbers="true" %}

```
c77303a511a90a41c562d5925b170d7a68975569@payalebar-seed-node-1.pundix.com:26656
777fba974bb085daea6b83b6e76c6619d96eed50@payalebar-node-1.pundix.com:26656
9a296821d069a3c599ea2be5cd8698ec927ca5ce@payalebar-node-2.pundix.com:26656
```

{% endcode %}

### Persistent Peers

{% code lineNumbers="true" %}

```
```

{% endcode %}

## Mainnet

### Seeds

{% code lineNumbers="true" %}

```
78d3eb3f15a20ab1d567660d35776abe0dee71d0@pundix-mainnet-seed-node-1.pundix.com:26656
3c37c6c42dfd9094117549794299a62d49c122eb@pundix-mainnet-seed-node-2.pundix.com:26656
```

{% endcode %}

### Persistent Peers

{% code lineNumbers="true" %}

```
8bd41ea9f8ba7cfee4d19887cab487cdfc1177f4@pundix-mainnet-node-1.pundix.com:26656
6c1738220234a5e1b3caf94403ecd651e9759952@pundix-mainnet-node-2.pundix.com:26656
23abe2346d40f82cf0606e47931e58752f8b9348@pundix-mainnet-node-3.pundix.com:26656
20d275af6d025be144765291db5337ea059cce18@pundix-mainnet-node-4.pundix.com:26656
47f97d7baf028ddfd3b223baab0fa062eae75310@pundix-mainnet-node-5.pundix.com:26656
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pundix.com/getting-started/setup-node/node-peers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
