> For the complete documentation index, see [llms.txt](https://docs.pharos.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pharos.xyz/node-and-validator-guide/pharos-network-snapshots.md).

# Pharos Network Snapshots

Welcome to the official snapshot page for Pharos Network. Here you can find regularly updated data snapshots for each network environment — Atlantic Testnet and Mainnet — to help you quickly synchronize and bootstrap your nodes without performing a full sync from genesis.

Snapshots include the latest database state and can be used for fast setup, disaster recovery, or performance testing.

### 💡 Notes & Best Practices

* Snapshots do not contain full block history, only the latest validated state.
* Archival nodes should still sync from genesis.
* After applying a snapshot, the node will continue syncing from the latest height.
* Always ensure your snapshot corresponds to the correct network and version.

> ⚠️ Always verify the snapshot source and integrity before applying it to your node.\\

See [Rapid Node Initialization](/node-and-validator-guide/rapid-node-initialization.md) for detailed instructions.

***

### Atlantic Full Cache Node Snapshot

| Latest Snapshot | atlantic-snapshot-2026-03-05-11.tar.gz                                                                                         |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| Last Updated    | [atlantic-snapshot-2026-03-05-11.tar.gz](https://snapshot.dplabs-internal.com/atlantic/atlantic-snapshot-2026-03-05-11.tar.gz) |
| Format          | Compressed TAR archive                                                                                                         |
| Notes           | Only includes the ***public*** database                                                                                        |

***

### Mainnet Full Cache Node Snapshot

| Latest Snapshot | mainnet-snapshot-2026-07-01-03.tar.gz                                                                                       |
| --------------- | --------------------------------------------------------------------------------------------------------------------------- |
| Last Updated    | [mainnet-snapshot-2026-07-01-03.tar.gz](https://snapshot.dplabs-internal.com/mainnet/mainnet-snapshot-2026-07-01-03.tar.gz) |
| Format          | Compressed TAR archive                                                                                                      |
| Notes           | Only includes the ***public*** database                                                                                     |
| sha256 checksum | `55cc3b1536f4bd7911d6fc703e4c1c15d15c7ea96306c38a75c3fb9e5d90542c`                                                          |

***


---

# 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.pharos.xyz/node-and-validator-guide/pharos-network-snapshots.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.
