# XP

<mark style="color:orange;">XP allocation, with wager weighting.</mark> \
\
● Accepting bets = 50XP\* Wager

● Placing a bet that gets accepted = 70XP \* Wager

● Winning a bet = 100XP\* Wager

● Losing a bet = 80XP\* Wager\
\
\ <mark style="color:purple;">**Breakdown of calculation:**</mark> \
\
The amount of XP is mulitplied by the Wager amount in ETH as a decimal value. This is to reward those who bet higher amounts and to prevent users from farming XP with minuscule wagers.\
\
Example 1: \
\
User Places a Bet that gets accepted.\
\
&#x20;\= 50XP \
\
The amount wagered was 0.1 ETH  \
\
Calculation: 50\*0.1 = 5XP earned. \
\
\
Example 2:\
\
User places a Bet that get accepted. \
\
&#x20;\= 50XP\
\
The amount wagered was 0.001 ETH \
\
Calculation: 50\*0.001 = 0.05XP earned


---

# 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://fs-ecosystem.gitbook.io/whitepaper/fs_betbot/how-to-fs_betbot/xp.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.
