> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pollyprize.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# What is Gating?

> Understanding entry requirements for specific raffles.

import { Icon } from '@mintlify/components';

While many PollyPrize raffles are open to everyone, some have specific **entry requirements**, also known as **Gating**.

<div style={{fontSize: '4em', textAlign: 'center', margin: '20px 0'}}>
  <Icon icon="lock" />
</div>

## Why Have Gated Raffles?

Gating allows PollyPrize and its partners to:

* **Reward Specific Groups:** Offer exclusive raffles to loyal users (based on PP or VIP status), token holders (\$POLLY or partner tokens), or NFT collectors.
* **Targeted Promotions:** Run special events for specific communities or participants in past activities.
* **Control Entry:** Limit participation in high-demand or special-value raffles.

## How Gating Works

* Each raffle can optionally have **one** gating rule defined in its configuration.
* When you attempt to enter a gated raffle (buy tickets, claim free entry, or use PP), the PollyPrize smart contract automatically checks if your connected wallet meets the specific requirement *at that moment*.
* The check happens **on-chain** as part of your entry transaction.
* If you meet the requirement, your entry proceeds as normal.
* If you **do not** meet the requirement, the transaction will be **reverted** (fail), and you will receive an error message (often `Gated Criteria Not Met` or similar). Your funds or PP will not be spent if the gating check fails.

## Where to Find Gating Info

The entry requirements for a gated raffle will be clearly displayed on the **Raffle Detail Page**. Always check this section before attempting to enter to ensure you qualify!

Learn about the specific [Types of Gating](/gating/types) that might be used.
