# How to bet?

First and foremost the player has to connect to the website. Upon selection, the player can choose which network to play on.&#x20;

The player needs to place a wager (bet amount) before being able to play a game. The player enters the amount in the supported currency depending on which network the player is connected to. We support MegaETH (ETH) and Avalanche (AVAX).

### Multi-betting

We allow multi-betting. In one transaction, a player can play multiple rounds, currently up to 10 bets on all games.&#x20;

### Results

Once a bet is placed FerdyFlip requests a random number using [VRF](https://docs.ferdyflip.xyz/betting/provably-fair) on ChainLink supported networks to determine the outcome.


---

# 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.ferdyflip.xyz/betting/how-to-bet.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.
