> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/espanol/jugar/prediction/prediction-mini-app.md).

# Mini app de Predicción

### ¿Qué es la mini app?

La mini app de Telegram te permite acceder rápidamente a las funciones de PancakeSwap dentro de Telegram.

### ¿Cómo conecto mi billetera?

{% tabs %}
{% tab title="Escritorio" %}
**Usar MetaMask**

Puedes conectar tu billetera MetaMask móvil a la mini app de Telegram de escritorio usando un código QR. Para conectarte, elige "MetaMask", haz clic en "Móvil" y escanea el código QR usando MetaMask en tu teléfono.

**Usar WalletConnect**

Puedes conectar cualquier billetera móvil a la mini app de Telegram de escritorio usando un código QR. Para conectarte, elige "WalletConnect", haz clic en el código QR y escanea el código QR usando el móvil en tu teléfono.

{% hint style="warning" %}
La opción "Escritorio" para MetaMask no es funcional. Solo puedes conectar MetaMask móvil a la mini app de Telegram de escritorio.
{% endhint %}
{% endtab %}

{% tab title="iPhone" %}
**Usar MetaMask**

Puedes conectar tu billetera MetaMask a tu mini app de Telegram. Para conectarte, elige "MetaMask". Si aparece una ventana emergente preguntando si quieres ir a la app MetaMask, haz clic en Abrir. Luego sigue las instrucciones en la app MetaMask para conectarte.

**Usar WalletConnect**

Puedes conectar cualquier billetera móvil compatible a tu mini app de Telegram. Para conectarte, elige "WalletConnect", haz clic en "Ver Todas" y selecciona tu billetera. Si aparece una ventana emergente preguntando si quieres ir a la app de billetera, haz clic en Abrir. Luego sigue las instrucciones en la app de billetera para conectarte.
{% endtab %}

{% tab title="Android" %}
**Usar MetaMask**

Puedes conectar tu billetera MetaMask a tu mini app de Telegram. Para conectarte, elige "MetaMask". Serás redirigido a MetaMask, luego simplemente sigue las instrucciones en la app MetaMask para conectarte.

**Usar WalletConnect**

Puedes conectar cualquier billetera móvil compatible a tu mini app de Telegram. Para conectarte, elige "WalletConnect", haz clic en "Ver Todas" y selecciona tu billetera. Serás redirigido a la app de billetera, luego sigue las instrucciones en la app de billetera para conectarte.

{% hint style="warning" %}
WalletConnect puede no funcionar en algunos teléfonos Android. En ese caso, por favor conéctate a través de otros métodos.
{% endhint %}
{% endtab %}
{% endtabs %}

### ¿Qué mercado de PancakeSwap es compatible?

Actualmente la mini app es compatible con el mercado BNBUSD en BNB Chain.

### ¿Cómo firmo y confirmo transacciones para la mini app?

Deberás firmar y ejecutar transacciones en la app de tu billetera conectada.

{% hint style="warning" %}
En iPhone, es posible que necesites cambiar manualmente entre las apps de billetera y Telegram. Por favor sigue las instrucciones en pantalla.
{% endhint %}

### ¿Puedo usar mis billeteras de extensión en Escritorio?

Lamentablemente, la mini app de Telegram solo es compatible con billeteras móviles por el momento.

<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://docs.pancakeswap.finance/espanol/jugar/prediction/prediction-mini-app.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.
