> 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/user-guides/judge-guide.md).

# Judge Guide

This guide provides detailed instructions for Judges on how to evaluate submissions and determine reward allocations in the Glow platform.

## Introduction

As a Judge in the Glow program, you play a critical role in determining which contributions receive funding and at what level. Your assessments directly impact fund distribution and the recognition of valuable work in the XRPL ecosystem.

## Getting Started

### Accessing Your Account

1. **Log In:** Access the Glow platform at [glow.xrpl-commons.org](https://glow.xrpl-commons.org/login) using your credentials.
2. **Judge Dashboard:** After logging in, you'll be directed to your Judge dashboard where you can see your current tasks.

### Understanding Your Role

As a Judge, you are responsible for:

* Reviewing submitted contributions
* Assessing their eligibility and impact
* Assigning appropriate shirt sizes
* Approving final distributions

## The Evaluation Process

### Step 1: Reviewing Submissions

1. Navigate to the "Evaluations" section from your dashboard.
2. You'll see a list of submissions requiring assessment, typically showing:
   * Contributor name
   * Project name
   * Brief description
   * Vote count
   * Assessment status

### Step 2: Assessing Eligibility and Impact

* Review the details of each submission, including the contribution description, project information, and community votes.
* Verify eligibility (age, location, recency, and funding status).
* Consider the impact and quality of the contribution.

### Step 3: Assigning Shirt Size

* Choose the appropriate shirt size (Small, Medium, Large, or Decline) based on your assessment and the [shirt size criteria](/program-information/core-principles/shirt-size.md).
* Submit your evaluation for each submission.

### Step 4: Final Review and Approval

* After all Judges have submitted their assessments, review the compiled results.
* Approve the final distribution list for the Wave.

***

For questions or support, 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/user-guides/judge-guide.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.
