# Required Tools

## dbSync

Installation instructions can be found [here](https://github.com/input-output-hk/cardano-db-sync/blob/master/doc/docker.md).

Ensure dbSync and the PostgreSQL database are running, and the database is synchronized past 22:00 UTC on January 9th, 2026.

*Note: IF your dbSync is not synchronized to at least this date, the results from running a snapshot will be inaccurate. This is because the snapshot is taken at a time when a rollback on the blockchain is impossible to affect the snapshot data, and therefore it's fully reproducible and stable. This is guaranteed by placing one full Epoch between the registration deadline and the earliest the final snapshot can be taken.*

## Catalyst Snapshot Tools <a href="#catalyst-snapshot-tools" id="catalyst-snapshot-tools"></a>

Snapshot tools are from the [Catalyst Core github repo](https://github.com/input-output-hk/catalyst-core). Clone the repo and then build the necessary tools.

## Building the tools <a href="#building-the-tools" id="building-the-tools"></a>

**snapshot\_tool:**

cargo build -r -p voting\_tools\_rs

**catalyst-toolbox:**

cargo build -r -p catalyst-toolbox<br>


---

# 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://docs.projectcatalyst.io/current-fund/voting/how-to-audit-the-vote/audit-the-snapshot/required-tools.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.
