> 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/core-principles/eligibility.md).

# Eligibility

## Individual Contributors

The Glow funding program rewards individual contributors only. Companies and institutions are not eligible.

* Contributors must be over the age of 18.
* Contributors must not be located in restricted regions (Syria, Iran, Cuba, North Korea, or the Crimea, Donetsk, or Luhansk regions of Ukraine).
* Contributors must not be on any sanctions list or act on behalf of sanctioned individuals.
* Contributors employed by Ripple or an affiliated organization (Interledger Foundation, XRPL Commons, XRP Ledger Foundation, etc.) may submit work developed independently of their employment, subject to disclosure. Affiliation is shown to Voters.
* Contributors should not serve as Scouts or Judges in the Wave for which they are nominated.
* Submissions can only apply to contributions made in the last six months.
* The work must not have been previously funded through Glow or another program.
* Only one reward per individual can be allocated per Wave, but contributors can be nominated multiple times.
* Contributors must connect an XRPL wallet to receive funds.
* Some shirt sizes may require KYC verification before disbursement.

## Infrastructure and Core Protocol

Priority is given to projects that enhance the core infrastructure or protocol.

## Eligible Projects

Eligible projects include any product, tool, documentation, or initiative that delivers meaningful, accessible value to the XRPL community. This includes fully open-source projects and freemium projects where a substantive, genuinely useful tier is available to the community at no cost. Ineligible: paywalled products, token-centric projects with no immediate utility, and anything that delivers minimal real value. Rewards are made to individual contributors, not to companies or institutions — though a contribution may originate from a project of any business model.


---

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