> For the complete documentation index, see [llms.txt](https://zeebit.gitbook.io/zeebit.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zeebit.gitbook.io/zeebit.io/basics/place-a-bet.md).

# Place a Bet

{% hint style="info" %}
This section of the guide assumes you have already connected your wallet and funded your play balance. If you have not done so, please read the necessary guides.
{% endhint %}

## How to Place a Bet

1. Simply click on one of the available games on the [https://zeebit.io](https://zeebit.gitbook.io/zeebit.io/) homepage.
2. Check that you have enough SOL (and other tokens) to bet with. If not, see the guide for funding your wallet on [Solana](/zeebit.io/basics/funding-on-solana.md) or [Sonic](/zeebit.io/basics/funding-on-sonic.md).
3. Read the game description to understand the rules.
4. Enter the number of tokens you want to wager and any required game betting variables.
5. Click on the pink button to bet.

{% hint style="info" %}
If you're not using [auto-signing](/zeebit.io/basics/auto-signing.md), you may be asked to approve the transaction within your wallet. Auto-signing is recommended for the best experience.
{% endhint %}

***

## Available games

All games on Zeebit are all-originals and developed by Zeebit's contributors. No third party games are used, for a simple reason — we cannot rely on the opaque systems and unverified fairness.

The project continues to develop an entire suite of these games across a number of categories:

#### Single player games

* Coin Flip
* Plinko
* Limbo
* Dice
* Roulette
* Baccarat
* Keno
* Wheel

#### Interactive games

* Tower
* Mines

#### Multiplayer games

* Slide
* Crash
* Jackpot


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://zeebit.gitbook.io/zeebit.io/basics/place-a-bet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
