# Making a Deposit

To use the platform, you need to fund your account. To make a deposit, click the balance icon at the top of the page and select 'Deposit'.

<figure><img src="/files/dnlfdUXdC0Kiyc0ACLzp" alt=""><figcaption><p>Make a Deposit</p></figcaption></figure>

You can deposit crypto or use a fiat payment. Choose your preferred option and click 'Deposit'. You’ll be redirected to the payment provider’s page to complete the transaction.

Once completed, the funds will appear in your account.

### Start Playing <a href="#start-playing" id="start-playing"></a>

Once your account is funded, you're ready to jump in. Pick a game type:

* [**Raffle**](/documentation/finance-predictions/raffle.md) – Compete in a pool where closest predictions win
* [**Darts**](/documentation/finance-predictions/darts.md) – Submit the most accurate price prediction
* [**Finance Deals**](/documentation/finance-predictions/finance-deals.md) – Create or accept peer-to-peer price challenges
* [**Up/Down**](/documentation/finance-predictions/up-down.md) – Predict the short-term direction of price

Choose your game, enter bet amount, or pay a ticket fee — and you’re in.


---

# 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://p2pbet.gitbook.io/documentation/for-users/making-a-deposit.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.
