# P2PBET

## P2PBET

- [Welcome to P2PBet](https://p2pbet.gitbook.io/documentation/welcome-to-p2pbet.md): The Open P2P Prediction Market
- [Raffle](https://p2pbet.gitbook.io/documentation/finance-predictions/raffle.md): "Fortune favors the brave" — Latin proverb
- [Finance Deals](https://p2pbet.gitbook.io/documentation/finance-predictions/finance-deals.md): "You take the blue pill... or the red pill" — Morpheus
- [Darts](https://p2pbet.gitbook.io/documentation/finance-predictions/darts.md): "You miss 100% of the shots you don't take" — Wayne Gretzky
- [Up/Down](https://p2pbet.gitbook.io/documentation/finance-predictions/up-down.md): "Market going up and down just like a pogo" - Crypto Face
- [Initiator Path](https://p2pbet.gitbook.io/documentation/sports-predictions/initiator-path.md)
- [Bettor Path](https://p2pbet.gitbook.io/documentation/sports-predictions/bettor-path.md)
- [Creating an Account](https://p2pbet.gitbook.io/documentation/for-users/creating-an-account.md): Gear Up For Your P2PBet Journey
- [Making a Deposit](https://p2pbet.gitbook.io/documentation/for-users/making-a-deposit.md): Gateway to Prediction Heaven
- [Redeeming a Winning Bet](https://p2pbet.gitbook.io/documentation/for-users/redeeming-a-winning-bet.md): Victory Tastes So Sweet
- [Withdrawing Funds](https://p2pbet.gitbook.io/documentation/for-users/withdrawing-funds.md): Predict to Earn
- [Referral Program](https://p2pbet.gitbook.io/documentation/for-users/referral-program.md): Welcome to P2PBet Referral Program!
- [Powered by P2PLabs](https://p2pbet.gitbook.io/documentation/for-developers/powered-by-p2plabs.md): Integrate decentralized prediction markets into your product with the P2PLabs SDK.
- [Terms and Conditions](https://p2pbet.gitbook.io/documentation/legal/terms-and-conditions.md): Last updated: July 29, 2024
- [Privacy & Cookies](https://p2pbet.gitbook.io/documentation/legal/privacy-and-cookies.md): Last updated: July 29, 2024
- [Bet Rules](https://p2pbet.gitbook.io/documentation/legal/bet-rules.md): Last updated: July 29, 2024


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://p2pbet.gitbook.io/documentation/welcome-to-p2pbet.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.
