# How it Works

## **Betting on a Fighter**

In Debets, you’re not betting against the house; you’re betting against other players. To facilitate this, we’ve introduced the concept of a bet order. There are two ways to place your bet: creating a new bet order or accepting an existing one.

### **Create a New Bet Order**

1. **Choose Your Fighter**: Pick the fighter you believe will win.
2. **Set Your Bet Amount**: Decide how much you want to wager.
3. **Create Your Order**: Place your bet. It’s as easy as voting!

Your bet will remain open until someone accepts it. If you wish to cancel your bet, you can do so by going to the "My Bets" section.

### **Accept a Bet Order**

1. **Go to Open Bets**: Navigate to the "Open Bets" section.
2. **Choose Your Fighter**: Select the fighter you want to bet on.
3. **Accept a Bet**: Choose an open bet with your desired amount and accept it by clicking "**Fight** !"

This will fulfill the PVP bet order and start the fight animation. By accepting an existing bet, you can watch the fight video and get your bet results in real-time.

## The Fight

Once a bet order is fulfilled, Debets will begin the fight. Each order accepted has it's own unique fight. There are 5  fight scenes, and the app will randomly choose the location and winner. Each fight has a 50/50 chance for either fighter to win. After the fight, the funds will be deposited into the winner’s wallet.

## Fees

Debets takes a 3% fee on all accepted orders. Pending bets are not subject to this fee. The fee helps us maintain the platform and develop more features for you.


---

# 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://debets-1.gitbook.io/presidential-debets/how-it-works.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.
