# Overview

**WAFFL** is a Telegram-first raffle platform built on the **XRP Ledger**. Communities create and run raffles where participants pay in **XRP**; the system matches on-chain deposits to tickets, draws winners, and routes funds according to each raffle’s rules.

This document is a **high-level overview** for builders, partners, and community members. It is not investment advice. Operational and engineering detail for deployments lives in the project repository.

## Contents

| Section                                             | Description                                                            |
| --------------------------------------------------- | ---------------------------------------------------------------------- |
| [Product overview](/reference-technical/product.md) | Who WAFFL serves, surfaces (Telegram, public web, ops), and core flows |

## Disclaimer

Raffles and giveaways may be regulated in your jurisdiction. Operators are responsible for compliance, tax, and accurate representation of prizes and odds. Nothing here forms an offer of securities or a solicitation.


---

# 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://docs.waffl.fun/readme.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.
