> 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/japanese/purei/prediction/prediction-mini-app.md).

# 予測ミニアプリ

### ミニAppとは何ですか？

TelegramのミニAppを使うと、Telegram内でPancakeSwapの機能に素早くアクセスできます。

### ウォレットを接続するにはどうすればよいですか？

{% tabs %}
{% tab title="デスクトップ" %}
**MetaMaskを使用する**

QRコードを使って、デスクトップのTelegramミニAppにモバイルのMetaMaskウォレットを接続できます。接続するには、「MetaMask」を選択し、「Mobile」をクリックして、スマートフォンのMetaMaskでQRコードをスキャンします。

**WalletConnectを使用する**

QRコードを使って、デスクトップのTelegramミニAppに任意のモバイルウォレットを接続できます。接続するには、「WalletConnect」を選択し、QRコードをクリックして、スマートフォンでQRコードをスキャンします。

{% hint style="warning" %}
MetaMaskの「Desktop」オプションは機能しません。デスクトップのTelegramミニAppにはモバイルのMetaMaskのみ接続できます。
{% endhint %}
{% endtab %}

{% tab title="iPhone" %}
**MetaMaskを使用する**

MetaMaskウォレットをTelegramミニAppに接続できます。接続するには、「MetaMask」を選択します。MetaMaskアプリに移動するかどうかを尋ねるプロンプトが表示された場合は、「開く」をクリックします。次に、MetaMaskアプリの指示に従って接続します。

**WalletConnectを使用する**

サポートされている任意のモバイルウォレットをTelegramミニAppに接続できます。接続するには、「WalletConnect」を選択し、「すべて表示」をクリックして、ウォレットを選択します。ウォレットアプリに移動するかどうかを尋ねるプロンプトが表示された場合は、「開く」をクリックします。次に、ウォレットアプリの指示に従って接続します。
{% endtab %}

{% tab title="Android" %}
**MetaMaskを使用する**

MetaMaskウォレットをTelegramミニAppに接続できます。接続するには、「MetaMask」を選択します。MetaMaskにリダイレクトされますので、MetaMaskアプリの指示に従って接続します。

**WalletConnectを使用する**

サポートされている任意のモバイルウォレットをTelegramミニAppに接続できます。接続するには、「WalletConnect」を選択し、「すべて表示」をクリックして、ウォレットを選択します。ウォレットアプリにリダイレクトされますので、ウォレットアプリの指示に従って接続します。

{% hint style="warning" %}
一部のAndroid端末ではWallet Connectが動作しない場合があります。その場合は、他の方法で接続してください。
{% endhint %}
{% endtab %}
{% endtabs %}

### どのPancakeSwapマーケットがサポートされていますか？

現在、ミニAppはBNB Chain上のBNBUSDマーケットをサポートしています。

### ミニAppでトランザクションに署名・確認するにはどうすればよいですか？

接続したウォレットアプリでトランザクションに署名・実行する必要があります。

{% hint style="warning" %}
iPhoneでは、ウォレットアプリとTelegramを手動で切り替える必要がある場合があります。画面上の指示に従ってください。
{% endhint %}

### デスクトップで拡張機能ウォレットを使用できますか？

残念ながら、TelegramミニAppは現在モバイルウォレットのみをサポートしています。

<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/japanese/purei/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.
