# Voting Process

Project selection occurs through a &#x34;**-day** voting period.

Pythia, PJN and Elvis token holders vote with their tokens to select projects. Winning projects receive NeiryLab's support.

Voters must maintain their token holdings from voting time until the voting period ends. The system takes snapshots of token balances at both points.

Reducing Pythia, PJN and Elvis token holdings during the voting period invalidates the vote and forfeits rewards.

Each ELVIS and PYTHIA token has a voting power of 1, while each PJN token has a voting power of 2.

When users hold different tokens, their total voting power is the sum of all tokens' powers.

{% hint style="success" %}
Example: Bob has 3,439 PJN, 2,145 ELVIS and 1,783 PYTHIA tokens. His total voting power is: 3,439 x 2 + 2,145 + 1,783 = 10,806
{% endhint %}

Long-term PYTHIA, PJN and ELVIS holders, who don't sell their tokens after voting will be rewarded in the future. Keep an eye out for announcements.


---

# 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.neiry.ai/voting-process.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.
