# 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 nominated for their contribution to the XRPL ecosystem.
* **Scout:** An individual authorized to nominate contributors for grants.
* **Judge:** An individual authorized to evaluate nominations and determine grant allocations.
* **Voter:** An XRPL wallet holder who participates in the community voting process.
* **Grant:** A financial award in XRP tokens provided to eligible contributors.

## 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
* 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: 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/documents/terms-of-service.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.
