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

# Powers

Sure, here's the translation:

Power of Hueso(PB): Obtained by accumulating NFTs from the Special Album and enhances the mining performance of Hueso.&#x20;

Power of Energy (PE): Obtained by accumulating NFTs from the General Album and enhances the performance of the energy factory.&#x20;

Collection Power **(PC):**  is obtained by gathering NFT cards of the same type and rarity in the General and Special Albums of the game. This power regulates 50% of the withdrawals of the Bone token, as well as Bone and Viphueso Stakes.\
For the cards to count as PC, the following is required:

* Common NFTs: 5 cards of the same type and rarity.
* Rare NFTs: 4 cards of the same type and rarity.
* **Epic NFTs:** 2 cards of the same type and rarity.
* **Special NFTs:** 2 cards of the same type and rarity.
* **Legendary NFTs:** 1 card of the same type and rarity.

**Note:** If players do not possess the Collection Power (PC), they can only withdraw 50% of their accumulated tokens. The remaining 50% will be converted into dog tokens, which is the internal token of the game "Big Dog Bone." This token can only be used for purchases in the internal market of the game, specifically for general packs and fusion cards. **THIS MEANS IT CAN ONLY BE INVESTED WITHIN THE GAME.**.

***

**Power de Cartas Repetidas (PCR)**: It is obtained by summing the Power de Energía, Power de Hueso, and Power de Cartas Únicas. It serves as the mining power for the Reward Pool of Tickets and Hive.


---

# 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://mundo-virtual.gitbook.io/whitepaper/english/powers.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.
