> 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/documents/terms-of-service.md).

# Terms of Service

## Introduction

These Terms of Service ("Terms") govern your use of the Glow platform ("Platform"), operated by XRPL Commons ("we," "us," or "our"). By accessing or using the Platform, you agree to be bound by these Terms. If you do not agree with any part of the Terms, you may not access the Platform.

## Definitions

* **User:** Any individual accessing or using the Platform, including Scouts, Judges, Contributors, and Voters.
* **Contributor:** An individual who submits, or is nominated for, a contribution to the XRPL ecosystem.
* **Scout:** An individual authorized to nominate contributors for funding.
* **Judge:** An individual authorized to evaluate submissions and determine reward allocations.
* **Voter:** An XRPL wallet holder who participates in the community voting process.
* **Grant:** A reward in XRP provided to eligible contributors (also referred to as a "reward" elsewhere in the program documentation).

## User Registration and Accounts

### Account Creation

To access certain features of the Platform, you must create an account. When creating an account, you agree to:

1. Provide accurate, current, and complete information
2. Maintain and update your information as needed
3. Keep your password secure and confidential
4. Accept responsibility for all activities that occur under your account
5. Notify us immediately of any unauthorized use of your account

### Wallet Connection

For voting and grant disbursement, you must connect an XRPL wallet to the Platform. By connecting your wallet, you:

1. Certify that you are the legitimate owner of the wallet
2. Agree to sign transactions necessary for verification and grant reception
3. Accept responsibility for maintaining the security of your wallet

## Platform Rules and User Conduct

### General Conduct

All users of the Platform agree to:

* Act respectfully and professionally in all interactions
* Comply with all applicable laws and regulations
* Not engage in fraudulent, abusive, or harmful behavior
* Provide accurate and complete information, including any required disclosures about your contribution.
* Follow the [Code of Conduct](/documents/code-of-conduct.md)

## Termination

We reserve the right to suspend or terminate your access to the Platform at our discretion, including for violations of these Terms or the Code of Conduct.

## Changes to Terms

We may update these Terms from time to time. Continued use of the Platform after changes constitutes acceptance of the new Terms.

## Contact

For questions about these Terms, 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/documents/terms-of-service.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.
