> 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.md).

# Key Processes

This section details the core workflows and processes involved in the Glow retroactive funding program. Each document explains a specific stage of the funding cycle from the perspective of both the platform and its users.

## Program Workflows

* [**Nominations**](/program-information/key-processes/nominations.md)**:** How Scouts identify and nominate contributors for their work on eligible projects.
* [**Submissions**](/program-information/key-processes/submissions.md): How Contributors submit their own projects for work on eligible projects.
* [**Community Voting**](/program-information/key-processes/community-voting.md)**:** The process for XRPL wallet holders to connect their wallets, verify ownership, and vote on submissions.
* [**Judging**](/program-information/key-processes/judging.md)**:** How Judges evaluate submissions based on eligibility criteria, community votes, and contribution impact to assign shirt sizes.
* [**Recipient Application**](/program-information/key-processes/recipient-application.md)**:** The steps contributors take to complete their application — accepting terms, verifying eligibility, and connecting wallets — whether they applied directly or were nominated by a Scout.
* [**Disbursement**](/program-information/key-processes/disbursement.md)**:** The process for distributing approved rewards to contributors via their connected XRPL wallets, including KYC verification and payment processing.

***

For questions about any process, 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.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.
