# Browsing Raffles

The home page at [sudo.fun](https://sudo.fun) shows all raffles on the platform.

## Search and Filter

Use the **search bar** to find raffles by name or symbol.

**Filter options:**

* All raffles
* Live and upcoming
* Migrated (completed with liquidity on DEX)

**Sort options:**

* Price: low to high
* Price: high to low
* Fast draws first
* Slow draws first

## Views

Toggle between **card view** and **list view** using the view switch button.

**Card view** shows each raffle as a card with the token logo, name, symbol, ticket price, draw frequency, and status badge.

**List view** shows the same information in a compact table format.

## Status Badges

Each raffle displays a status badge:

| Badge         | Meaning                                          |
| ------------- | ------------------------------------------------ |
| **Live**      | Raffle is active — you can buy tickets now       |
| **Upcoming**  | Raffle hasn't started yet                        |
| **Sold Out**  | All raffle tokens have been distributed          |
| **Expired**   | Raffle reached its time limit before selling out |
| **Migrating** | Liquidity is being created on the DEX            |
| **Migrated**  | Complete — token is tradeable on the DEX         |

## Platform Stats

Five stats are shown at the top of the page:

* Total raffles created
* Currently active raffles
* Total participants across all raffles
* Total tickets bought
* Total winners drawn

## Featured Raffle

The first or most prominent raffle is highlighted in a large featured card with a minting progress bar showing token distribution progress.

Click any raffle to view its detail page.


---

# 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/browsing-raffles.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.
