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

# FAQ

> Common questions about Luckie.

<AccordionGroup>
  <Accordion title="Is there a house?">
    No. Every game is player-vs-player. Luckie never takes the other side of a bet and has no
    edge — the protocol only escrows funds and pays the winner. See
    [No house, no edge](/concepts/no-house).
  </Accordion>

  <Accordion title="How do I know a game is fair?">
    Outcomes use commit-reveal randomness: the server commits a sealed hash before you play and
    reveals the seed after, so anyone can recompute the winner. See
    [Provably fair](/concepts/provably-fair) and [Verify a game](/guides/verify-a-game).
  </Accordion>

  <Accordion title="What do I bet with?">
    Entry is denominated in the Luckie token. Connect a Solana wallet to play.
  </Accordion>

  <Accordion title="Is there a fee?">
    A small, flat protocol fee is taken from the pot to run the platform. It is not a house
    edge — it's the same regardless of who wins.
  </Accordion>

  <Accordion title="Can I verify past games?">
    Yes. Every settled game has a public proof page at `luckie.bet/games/{id}/proof`, and the
    fairness check is open source.
  </Accordion>
</AccordionGroup>
