> For the complete documentation index, see [llms.txt](https://docs.bunnypark.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bunnypark.com/bunnypark-metaverse/adventure-bunny.md).

# Adventure Bunny

Adventure Bunny is a fun and relaxing adventure game. Players can collect and train Adventure Bunnies to travel to major cities around the world and earn huge profits along the way.

Adventure Bunny not only allows players to enjoy the fun of the game but the integration of P2E components also allows them to earn while playing.

All assets obtained in-game, including $BG and various NFTs are completely stored on BSC blockchain and can be freely traded among players in a completely decentralized manner.

*＊The team reserves the final rights to interpreting and revising the content of the Whitepaper.*

| Information | Link                                                                       |
| :---------: | -------------------------------------------------------------------------- |
|   Website   | <https://bunny.bunnypark.com/>                                             |
|  Whitepaper | <https://bsc-bunnypark.gitbook.io/adventure-bunny-1/>                      |
|   Tutorial  | <https://bunnyparkbsc.medium.com/how-to-play-adventure-bunny-1e3c8e86f1c7> |
|   Telegram  | <https://t.me/bunnyparkbsc01>                                              |


---

# 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.bunnypark.com/bunnypark-metaverse/adventure-bunny.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.
