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

# How to Create a Raffle?

> Learn how to easily create a new automated raffle.

To create a raffle using Raffl, follow these steps:

<Steps>
  <Step title="Connect your wallet">
    Visit the Raffl website ([https://raffl.xyz/](https://raffl.xyz/)) and connect your web3 wallet (e.g., MetaMask) to the Dapp.
  </Step>

  <Step title={`Go to "Create Raffle" page`}>
    Click on the "Create Raffle" button on the header
  </Step>

  <Step title="Complete the Raffle creation form">
    * Set the draw date for the raffle. This is the date when the raffle draw will be automated to pick the winner(s) and distribute the prizes.
    * Set the minimum entries required to make the draw (if applicable). If this requirement is not met before the draw date, the raffle will be cancelled.
    * Set the entry price for the raffle (if applicable). This is the amount of tokens required to enter the raffle.
    * Specify the prizes for the raffle. You can specify any combination of ERC-20 and ERC-721 tokens as prizes.
  </Step>

  <Step title="Confirm the raffle creation">
    Click on the "Create Raffle" button to create the raffle. This will deploy a smart contract on the Ethereum blockchain for the raffle.
  </Step>

  <Step title="Done!">
    Awesome! 😎 Your raffle is created! Share the raffle page link with your friends and community.
  </Step>
</Steps>
