# PSYFLIP Game

The coin flip game serves as the flagship game on the PSYOP.bet platform. 🚩 Players can choose their bet amount and select either heads or tails. 🪙 The smart contract executes the flip, and the winner is rewarded with BNB. 💰💥<br>

Here's how PSYFLIP using Chainlink VRF works:

* Players place their bets on either "heads" or "tails" in BNB
* The smart contract requests a random number from the Chainlink VRF oracle.
* The oracle generates a random number and sends it back to the smart contract.
* The smart contract verifies the random number's authenticity.
* The random number determines the outcome of the coin flip (e.g., 0 for "heads" and 1 for "tails").
* The smart contract announces the outcome and rewards the winning players.
* Winners receives BNB automatically when the outcome is announced.&#x20;

\ <br>

<br>


---

# 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://psyop-bet.gitbook.io/docs/overview/psyflip-game.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.
