> For the complete documentation index, see [llms.txt](https://pnd-docs.defigeek.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pnd-docs.defigeek.xyz/yzgaido/woretto.md).

# ウォレット接続・切断方法

ページ上部のヘッダーに「ウォレットを接続」と書かれたボタンがあります。

こちらをクリックしてください。

<figure><img src="/files/TvAkDE7YhOcmtrf7i5zO" alt=""><figcaption></figcaption></figure>

ウォレットを選択する画面が表示されます。

MetaMask、Rainbow、Coinbase Wallet、WalletConnectからお使いのウォレットを選んでください。

以下、MetaMaskを例に説明します。

<figure><img src="/files/vFHcrZfYCR4BSYLzSlOY" alt=""><figcaption></figcaption></figure>

接続したいアカウントを選択して、「次へ」のボタンを押してください。

<figure><img src="/files/nijzn75ZDQWPgrlNZnFo" alt=""><figcaption></figcaption></figure>

次の画面で「確認」のボタンを押してください。

<figure><img src="/files/Y6jrEjStEEiEsM3YvnI5" alt=""><figcaption></figcaption></figure>

「ウォレットを接続」のボタンが以下のようにアドレスの表示に変われば、接続完了です🎉

<figure><img src="/files/Ly9vBXtRTNSGB832tmXo" alt=""><figcaption></figcaption></figure>

接続を切断する場合は、上記のアドレスの表示をクリックしてください。

下の画面で「切断する」ボタンをクリックすると、切断が完了します！

<figure><img src="/files/SEFzBEx8UdJ06N4v2i9i" alt=""><figcaption></figcaption></figure>


---

# 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://pnd-docs.defigeek.xyz/yzgaido/woretto.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.
