# Reward Size

## Overview

The Glow platform uses a standardized system for determining reward sizes. Judges evaluate each nomination against specific criteria and assign one of three reward sizes based on the contribution's impact, complexity, and effort.

## Grant Categories

### Small

Designed to acknowledge initial contributors or modest contributions. This grant expresses appreciation for participation and encourages further involvement. Typically awarded for bug fixes, minor improvements, or first-time contributions to the XRPL ecosystem.

### Medium

Intended to reward more significant contributions. This grant provides a substantial reward to support those making a notable impact within the XRPL ecosystem. Awarded for feature implementations, significant improvements, or ongoing maintenance of important projects.

### Large

Reserved for full-time contributors. This grant aims to support and incentivize sustained work on projects that advance the XRPL ecosystem. Awarded for major contributions that demonstrate exceptional impact, innovation, or technical excellence.

## Determination Process

Grant sizes are determined through a structured assessment process:

1. **Eligibility Check:** Judges first verify that the contribution meets the [eligibility criteria](/program-information/core-principles/eligibility.md).
2. **Quality Assessment:** Each judge evaluates the contribution's technical quality, complexity, and impact.
3. **Community Impact:** Judges consider community votes and multiple Scout nominations.
4. **Consensus:** Multiple judges (typically three) review each nomination independently.
5. **Final Decision:** The most common assessment among judges determines the final shirt size.

| Size   | Description                                                                                                                                     | Grant Amount (XRP) |
| ------ | ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ |
| Small  | To reward initial contributions, encourage further engagement, or say thank you.                                                                | 50                 |
| Medium | To reward recurring contributions, and/or contributions that have a significant impact on the XRPL ecosystem.                                   | 750                |
| Large  | To reward large contributions that likely took full-time commitment and achieved excellence in a noteworthy contribution to the XRPL ecosystem. | 3,000              |


---

# 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/core-principles/shirt-size.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.
