# FAQ

## How is Btclottery compared to other gaming platforms?

* **Provably fair**: Unlike traditional centralized lottery raffles and casinos that run on black boxes. Bitcoin Lottery Protocol games, run on smart contracts that are transparent and immutable. Provably random numbers are generated by [Chainlink VRF](https://docs.chain.link/docs/chainlink-vrf/) to settle randomized outcomes.
* **No custody risk**: Players participate into games that don't have a custodian that can change the rules of the game but rather have escape hatches so if a game condition is not met you can withdraw your tokens.
* **High speed**: Built on Polygon network with fast settlement times and low transaction fees.

## How do I receive my winnings?

After each game, the winners can go and claim their winnings using the same address that they used to participate in a game!


---

# 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.btclottery.io/bitcoin-lottery-protocol/faq.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.
