# Contributor Guide

This guide walks you through the process of completing your application as a contributor who has been nominated for a Glow grant.

## Introduction

Congratulations on being nominated for a Glow grant! This nomination recognizes your valuable contributions to the XRPL ecosystem. To proceed with your application and potentially receive funding, you'll need to complete several steps outlined in this guide.

## Getting Started

### Accessing Your Account

1. **Check Your Email:** You will receive an email notification when you've been nominated.
2. **Create or Access Your Account:**
   * If you're new to Glow, the email will contain instructions to set up your account.
   * If you already have an account, simply log in at [glow.xrpl-commons.org](https://glow.xrpl-commons.org/login).

### Your Dashboard

After logging in, you'll be directed to the contributor dashboard where you can see your nomination(s) and the application steps you need to complete.

## Application Steps

You must complete these steps in sequence to be eligible for funding:

### 1. Review and Accept Terms of Service

* Navigate to the "Terms of Service" section.
* Read the document carefully.
* Check the acceptance box at the bottom.
* Click "Accept Terms" to proceed.

### 2. Review and Accept Code of Conduct

* Navigate to the "Code of Conduct" section.
* Read the document and agree to abide by the community standards.
* Check the acceptance box and click "Accept Code of Conduct."

### 3. Complete Eligibility Questionnaire

* Answer questions about your age, location, employment, and funding status.
* Confirm you meet all eligibility requirements.

### 4. Connect Your XRPL Wallet

* Use a supported provider (Xaman, GemWallet, Crossmark, etc.) to connect your wallet.
* Follow the on-screen instructions to verify ownership.

### 5. Submit Additional Information

* Provide details about previous XRPL grants or accelerator participation (if any).
* Optionally, add your website, GitHub profile, or X/Twitter account.
* Add any other relevant information to support your application.

After completing all steps, your application will be reviewed by administrators. If approved, you will receive your grant directly to your registered XRPL wallet.

***

For questions or support, contact <info@xrpl-commons.org>.


---

# 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/user-guides/contributor-guide.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.
