# Community Voting

## How It Works

Any XRPL account holder can participate in the program by voting for nominated contributors.

### Vote Activation

XRPL wallet holders must first connect their wallet to the platform using supported wallets. To cast votes, a wallet holder must prove ownership by signing a minimal one-drop transaction. This registration process enables the wallet holder to vote on all nominations for current and future cohorts.

Each wallet can cast only one vote per nomination.

### Types of Votes

Three types of votes can be cast:

* **Upvote (Yay):** +1, indicating support for the nomination
* **Downvote (Nay):** -1, indicating opposition to the nomination
* **Remove vote (Null):** Removes a previously cast vote

Users can change their vote at any time by clicking the voting buttons. The total community votes are tallied and displayed for each nomination, helping to inform the judges' evaluations.

## Impact of Voting

Community votes are used to evaluate nominated projects. For more details, see the [Judging section](/program-information/key-processes/judging.md).

***

For questions about voting, contact <info@xrpl-commons.org>.


---

# 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://glow-docs.xrpl-commons.org/program-information/key-processes/community-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.
