> For the complete documentation index, see [llms.txt](https://validators.spicenet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://validators.spicenet.io/troubleshooting/9.1-common-issues-and-solutions/2.-transactions-not-being-processed/low-peer-count.md).

# 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)
