> For the complete documentation index, see [llms.txt](https://chebu-lucky.gitbook.io/chebu-lucky/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chebu-lucky.gitbook.io/chebu-lucky/gameplay/p2e.md).

# P2E

The Chebu Lucky Collection is created by combining both gaming and NFT technologies. Players are able to purchase and collect digital assets, namely the $Orange token, which can be used in game play and to unlock rare rewards. These tokens are stored on the Ethereum blockchain, meaning they cannot be tampered with or destroyed. The rewards associated with these tokens are also stored on the Bitcoin blockchain, allowing players to access them securely at any time.&#x20;

P2E (Player to Environment) games, or 2D platformers, have become incredibly popular in recent years due to the fact that they offer a unique and immersive experience that appeals to a wide variety of players. Our game involves navigating a two-dimensional environment, overcoming obstacles and enemies, and collecting items or completing objectives in order to progress.

The concept of a 2D platformer is especially suitable for a Play-to-Earn game because it allows the player to explore the environment while also engaging in the game’s storyline, objectives, and puzzles. With these elements combined, our game provides a unique and immersive experience that encourages players to explore their environment and take part in the game’s objectives and earn some $Orange.

The 2D platformer provides a variety of challenges for players to overcome, as well as encouraging them to develop their skills and strategies. By incorporating elements such as physics, puzzles, and platforming, players are able to customize their experience, making the game more challenging. The diversity of objectives and puzzles also encourages players to explore the environment and use their skills to progress through the game.

Overall, the concept of a 2D platformer is especially suitable for a P2E game because it provides a unique and immersive experience that appeals to a wide variety of players. With a range of puzzles and objectives to complete, players are encouraged to explore their environment and develop their skills in order to progress.

<br>


---

# 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://chebu-lucky.gitbook.io/chebu-lucky/gameplay/p2e.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.
