> For the complete documentation index, see [llms.txt](https://flappymoonbird.gitbook.io/flappymoonbirdwp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flappymoonbird.gitbook.io/flappymoonbirdwp/nft-map/flappy-mystery-box.md).

# Flappy Mystery Box

Mystery Box containing raising props & $FMB, is flappymoonbird in-game asset.

Players can enhance their bird's various attribute points by using props to cultivate excellent racing birds. These props are only obtainable through mystery boxes which can be acquired in three ways:

1. Initially available for purchase from (<https://flappymoonbird.xyz/buy>) at around 20U per unit with $FMB, $BNB, $ETH or $USDT.
2. Free players who play the FlappyMoonbird game mode have a chance to receive mystery boxes as well as $FMB rewards.
3. Hold Rare or Genesis Birds to participate in public competitions and win mystery boxes by ranking Top Three.

| **Mystery Boxes Contain** | **Description**                                                                                        | **Usage**                                                                                                             |
| ------------------------- | ------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- |
| Regular props             | Four kinds pertaining to four attributes                                                               | Add 1 point to the corresponding attribute (Fail to add if the corresponding attribute has reached the highest level) |
| Power-up props            | Divided into Silver Bird and Golden Bird; each can be used to add the bird’s attribute value randomly. | Silver Bird: Add 2 points to a random attribute; Golden Bird: Add 3 points to a random attribute.                     |
| $FMB                      | the only currency (ERC-20) in the FlappyMoonbird ecosystem                                             | In circulation and tradable; used for in-game purchasing, consumption, governance, etc.                               |
| Rare Birds                | Non-NFT, not transferable or tradable                                                                  | Can be raised or participate in the FlappyMoonbird and Racing Bird games                                              |

Notes:\
\
&#x20;1\. If you purchase 5 mystery boxes in a row, you are guaranteed to receive at least one Rare Bird.

2. Using props to improve attributes may not result in a 100% success rate.

Additionally, players can enhance the attributes of birds through training. You just need to select the attribute that needs to be improved and wait for a certain amount of training time. As the bird's attribute value becomes higher, more time is needed for training. The success rate of upgrading attributes： For every failed upgrade, you will get a 5% success rate increase next time


---

# 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://flappymoonbird.gitbook.io/flappymoonbirdwp/nft-map/flappy-mystery-box.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.
