# Buying Tickets

Buying a raffle ticket enters you into the draw for that token. Each ticket gives you an equal chance of winning.

## How to Buy

1. Navigate to a **Live** raffle from the home page.
2. Connect your wallet if you haven't already.
3. Select how many tickets you want (1-10 per transaction) using the dropdown.
4. Click **Buy Ticket(s)**.
5. Sign the transaction in your wallet.

Each ticket is purchased and processed sequentially. You'll see a confirmation toast for each successful ticket.

## What It Costs

* **Paid raffles:** The ticket price in APT (displayed on the raffle page) plus a small gas fee.
* **Free raffles:** Gas only (fractions of a cent on Aptos).

## What Happens When You Win

Winners are selected by Aptos on-chain randomness (VRF) at the raffle's configured draw frequency. When you win:

* The winning tokens are sent directly to your wallet.
* Your win appears in the **Recent Blocks** feed on the raffle page.
* Your stats update on the **Dashboard**.

You can win multiple times in the same raffle if you buy multiple tickets across multiple draws.

## If the Raffle Ends

You can't buy tickets once a raffle is:

* **Sold Out** — All raffle tokens have been distributed
* **Expired** — The raffle reached its time limit
* **Migrated** — Liquidity has already moved to the DEX

The buy button text changes to reflect the current state.

## Tips

* Each ticket is independent — buying 10 tickets gives you 10 separate chances, not 10x odds on a single draw.
* Check the draw frequency before buying. A 1-second draw is fast; a 30-minute draw means fewer draws per day.
* Watch the minting progress bar. If it's close to full, the raffle may sell out soon.


---

# 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.sudoprotocol.com/participating-in-raffles/buying-tickets.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.
