# Entering a Raffle

To enter a WAFFL raffle, participants send XRP on the XRP Ledger.

## Steps

1. Open the raffle card (Telegram post or website page).
2. Copy the **vault address**.
3. Copy the **destination tag** (required).
4. Send XRP equal to:

* **1× ticket price** for 1 entry
* **2× ticket price** for 2 entries
* etc.

## Common mistakes

* Missing destination tag (most common)
* Sending to the wrong address
* Sending before entries open (for scheduled raffles)


---

# 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/entering-a-raffle.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.
