# Voting

First you must ensure that you have a wallet account containing $PreZKP. The previous pages explain how to achieve that.

Once you have $PreZKP, you can vote on any open proposals at <https://snapshot.org/#/launchdao.eth> which were created *after* you claimed your $PreZKP. **You cannot vote on proposals which were created before you claimed, because** [**snapshot.org takes a snapshot of voting power for each proposal at the time it is created**](https://docs.snapshot.org/proposals/vote)**.**

### Proposals

The first proposal, which was already approved and is now closed, concerns the launch of Panther Protocol DAO, $ZKP token, and associated smart contracts; please see [the section on proposal #1](/launchdao/voting-proposals/1-launch.md) for the full details.

The [second proposal](/launchdao/voting-proposals/2-tge-delay.md) concerns delaying the TGE (Token Generation Event) by a few weeks, which was also already approved and closed, determined to postpone the TGE to a new date.

The [third proposal](/launchdao/voting-proposals/3-launch.md) is very similar to the first one, but with a new launch date, some additional details on the initial staking rewards proposals, and some updates to the private sale pools as a result of the additional compliance checks performed since the first proposal.


---

# 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.pantherprotocol.io/launchdao/guides/voting.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.
