> For the complete documentation index, see [llms.txt](https://docs.gorplescoin.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gorplescoin.xyz/gorple-games/how-to-play.md).

# How To Play

* **Burn GORPLE:** With our diverse mechanisms and fees, everyone in the Gorple community can dream big and aim for the Fartune jackpot. If you’re eager to boost your odds, there are plenty of ways to ramp up your GORPLE burn rate. Dive into active GORPLE trading, [pour liquidity into our farms](/gorplenomics-next-generation-fairness/liquidity-pools-and-farms.md), or [slash your xGORPLE into GORPLE](/gorplenomics-next-generation-fairness/lock-redeem-and-yield-booster.md) with determination.
* **Chance Calculation:** It’s simple math to see your chances of hitting the Gorplass treasure! The more GORPLE you burn (we call it bGORPLE) in an epoch, the better your odds. Just divide your bGORPLE by the total GORPLE burned during that epoch, and you’ll see how close you are to those big rewards.
* **Luck Factor:** More bGORPLE definitely helps, but there’s always a bit of luck in the mix, so everyone’s got a shot at the prize!&#x20;


---

# 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://docs.gorplescoin.xyz/gorple-games/how-to-play.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.
