> For the complete documentation index, see [llms.txt](https://docs.ont.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ont.io/support/faq/nodes.md).

# Ontology Nodes

## What is a whitelist in the context of the Ontology node network？

The official **seed nodes** of the node network are considered to be a part of the whitelist.

So as to avoid synchronizing the data on a node with other nodes that may have been compromised, or are unsafe in any manner, a node can always choose to synchronize with the **official whitelisted seed nodes** of Ontology.

This can be achieved by using the following command when synchronizing a node-

```bash
./ontology --reservedfile=./peers.rsv --reservedonly
```

Here, the `peers.rsv` file contains the whitelist details.
