> For the complete documentation index, see [llms.txt](https://glow-docs.xrpl-commons.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://glow-docs.xrpl-commons.org/program-information/key-processes/community-voting.md).

# Community Voting

## How It Works

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

### 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 submissions for current and future waves.

Each wallet can cast only one vote per submission.

### Types of Votes

Three types of votes can be cast:

* **Upvote (Yay):** +1, indicating support for the submission
* **Downvote (Nay):** -1, indicating opposition to the submission
* **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 submission, helping to inform the judges' evaluations.

## Impact of Voting

Community votes are used to evaluate submitted 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
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://glow-docs.xrpl-commons.org/program-information/key-processes/community-voting.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.
