# Low Peer Count

**Symptom:** Few or no connected peers

**Solution:**

1. Check peer count:

```bash
curl -s http://localhost:12346/network/peers | jq length
```

2. If low, check your firewall settings and ensure the required ports are open
3. Add seed nodes manually if necessary (refer to network documentation for current seed nodes)


---

# 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://validators.spicenet.io/troubleshooting/9.1-common-issues-and-solutions/2.-transactions-not-being-processed/low-peer-count.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.
