> 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/italian/gioca/prediction/prediction-mini-app.md).

# Mini App Previsione

### Cos'è la mini app?

La mini app di Telegram ti permette di accedere rapidamente alle funzionalità di PancakeSwap all'interno di Telegram.

### Come connetto il mio portafoglio?

{% tabs %}
{% tab title="Desktop" %}
**Usa MetaMask**

Puoi connettere il tuo portafoglio MetaMask mobile alla mini app di Telegram per desktop tramite QR code. Per connetterti, scegli "MetaMask", clicca "Mobile" e scansiona il QR code usando MetaMask sul tuo telefono.

**Usa WalletConnect**

Puoi connettere qualsiasi portafoglio mobile alla mini app di Telegram per desktop tramite QR code. Per connetterti, scegli "WalletConnect", clicca su QR code e scansiona il QR code usando il cellulare.

{% hint style="warning" %}
L'opzione "Desktop" per MetaMask non è funzionante. Puoi connettere solo MetaMask mobile alla mini app di Telegram per desktop.
{% endhint %}
{% endtab %}

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

Puoi connettere il tuo portafoglio MetaMask alla mini app di Telegram. Per connetterti, scegli "MetaMask". Se appare una richiesta che chiede se vuoi essere reindirizzato all'app MetaMask, clicca Apri. Poi segui le istruzioni nell'app MetaMask per connetterti.

**Usa WalletConnect**

Puoi connettere qualsiasi portafoglio mobile supportato alla mini app di Telegram. Per connetterti, scegli "WalletConnect", clicca "Visualizza tutto" e seleziona il tuo portafoglio. Se appare una richiesta che chiede se vuoi essere reindirizzato all'app del portafoglio, clicca Apri. Poi segui le istruzioni nell'app del portafoglio per connetterti.
{% endtab %}

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

Puoi connettere il tuo portafoglio MetaMask alla mini app di Telegram. Per connetterti, scegli "MetaMask". Verrai reindirizzato a MetaMask, poi segui semplicemente le istruzioni nell'app MetaMask per connetterti.

**Usa WalletConnect**

Puoi connettere qualsiasi portafoglio mobile supportato alla mini app di Telegram. Per connetterti, scegli "WalletConnect", clicca "Visualizza tutto" e seleziona il tuo portafoglio. Verrai reindirizzato all'app del portafoglio, poi segui le istruzioni nell'app del portafoglio per connetterti.

{% hint style="warning" %}
Wallet Connect potrebbe non funzionare su alcuni telefoni Android. In tal caso, connettiti tramite altri metodi.
{% endhint %}
{% endtab %}
{% endtabs %}

### Quale mercato PancakeSwap è supportato?

Attualmente la mini app supporta il mercato BNBUSD su BNB Chain.

### Come firmo e confermo le transazioni per la mini app?

Dovrai firmare ed eseguire le transazioni nell'app del portafoglio connesso.

{% hint style="warning" %}
Su iPhone, potrebbe essere necessario passare manualmente tra le app del portafoglio e Telegram. Segui le istruzioni sullo schermo.
{% endhint %}

### Posso usare i portafogli estensione su Desktop?

Purtroppo la mini app di Telegram supporta al momento solo portafogli mobile.

<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/italian/gioca/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.
