> For the complete documentation index, see [llms.txt](https://el-oso.gitbook.io/mu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://el-oso.gitbook.io/mu/bienvenidos-a-oso-mu/donaciones/paquetes-de-wcoin.md).

# Paquetes de WCoin

## *<mark style="color:$success;">🏰Lorencia Pack</mark>*

> *<mark style="color:$warning;">El comienzo de toda aventura.</mark>*

| MONEDA                                                                      |                         PRECIO                        |
| --------------------------------------------------------------------------- | :---------------------------------------------------: |
| <mark style="color:$warning;">Pesos Argentinos</mark>                       |      <mark style="color:$success;">$7.500</mark>      |
| <mark style="color:$warning;">Dólares</mark>                                |       <mark style="color:$success;">5 USD</mark>      |
| <mark style="color:$warning;">Soles</mark>                                  |      <mark style="color:$success;">20 PEN</mark>      |
| <mark style="color:$warning;">Reales</mark>                                 |       <mark style="color:$success;">R$25</mark>       |
| <h4><mark style="color:$warning;"><strong>💰Recompensa</strong></mark></h4> | <mark style="color:$success;">💰 15.000 WCoins</mark> |

> *<mark style="color:$warning;">🌟</mark><mark style="color:$warning;">**Recomendado para jugadores que buscan equiparse rápidamente.**</mark>*

***

## ***❄️**<mark style="color:$success;">**Devias Pack**</mark>*

> *<mark style="color:$warning;">Más recursos para continuar tu viaje.</mark>*

| MONEDA                                                |                         PRECIO                        |
| ----------------------------------------------------- | :---------------------------------------------------: |
| <mark style="color:$warning;">Pesos Argentinos</mark> |      <mark style="color:$success;">$15.000</mark>     |
| <mark style="color:$warning;">Dólares</mark>          |      <mark style="color:$success;">10 USD</mark>      |
| <mark style="color:$warning;">Soles</mark>            |      <mark style="color:$success;">40 PEN</mark>      |
| <mark style="color:$warning;">Reales</mark>           |       <mark style="color:$success;">R$50</mark>       |
| <mark style="color:$warning;">**💰Recompensa**</mark> | <mark style="color:$success;">💰 30.000 WCoins</mark> |

> *<mark style="color:$warning;">**🌟Recomendado para jugadores que buscan equiparse rápidamente.**</mark>*

***

## *<mark style="color:$success;">**🌊Atlans Pack🌟Más Popular**</mark>*

> *<mark style="color:$warning;">La mejor relación entre precio y recompensa.</mark>*

| MONEDA                                                    |                         PRECIO                        |
| --------------------------------------------------------- | :---------------------------------------------------: |
| <mark style="color:$warning;">Pesos Argentinos</mark>     |      <mark style="color:$success;">$37.500</mark>     |
| <mark style="color:$warning;">Dólares</mark>              |      <mark style="color:$success;">25 USD</mark>      |
| <mark style="color:$warning;">Soles</mark>                |      <mark style="color:$success;">100 PEN</mark>     |
| <mark style="color:$warning;">Reales</mark>               |       <mark style="color:$success;">R$125</mark>      |
| <mark style="color:$warning;">**💰Recompensa**</mark>     | 💰 <mark style="color:$success;">75.000 WCoins</mark> |
| <mark style="color:$warning;">**🎁Bonus**</mark>          |  🎁<mark style="color:$success;">+7.500 WCoins</mark> |
| <mark style="color:$warning;">**👑Total Recibido**</mark> | <mark style="color:$success;">🏆 82.500 WCoins</mark> |

> *<mark style="color:$warning;">**🌟Paquete recomendado por la comunidad.**</mark>*

***

## *<mark style="color:$success;">**🔥Icarus Pack**</mark>*

> *<mark style="color:$warning;">Máximo poder para los verdaderos héroes.</mark>*

| MONEDA                                                    |                         PRECIO                         |
| --------------------------------------------------------- | :----------------------------------------------------: |
| <mark style="color:$warning;">Pesos Argentinos</mark>     |      <mark style="color:$success;">$75.000</mark>      |
| <mark style="color:$warning;">Dólares</mark>              |       <mark style="color:$success;">50 USD</mark>      |
| <mark style="color:$warning;">Soles</mark>                |      <mark style="color:$success;">200 PEN</mark>      |
| <mark style="color:$warning;">Reales</mark>               |       <mark style="color:$success;">R$250</mark>       |
| <mark style="color:$warning;">**💰Recompensa**</mark>     | <mark style="color:$success;">💰 150.000 WCoins</mark> |
| <mark style="color:$warning;">**🎁Bonus**</mark>          | <mark style="color:$success;">🎁 +45.000 WCoins</mark> |
| <mark style="color:$warning;">**👑Total Recibido**</mark> | <mark style="color:$success;">🏆 195.000 WCoins</mark> |

> *<mark style="color:$warning;">**🔥La mejor oferta disponible del servidor.**</mark>*


---

# 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://el-oso.gitbook.io/mu/bienvenidos-a-oso-mu/donaciones/paquetes-de-wcoin.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.
