# 连接钱包

要玩 MemeDice 游戏，你需要先连接一个 EVM 兼容钱包。

***

## 支持的钱包

* **MetaMask**（推荐）
* OneKey
* Trust Wallet
* 其他支持 EIP-1193 的 EVM 钱包

***

## 连接步骤

### 1. 打开游戏页面

访问游戏链接，例如 `mydice.dapp.meme`。

### 2. 点击连接

点击页面右上角的 **「连接钱包」** 按钮（橙色渐变按钮）。

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

### 3. 确认连接

在弹出的钱包窗口中，确认连接请求。

### 4. 连接成功

连接成功后，按钮会变为显示你的钱包地址（如 `0x1234...5678`），同时显示当前网络名称（如 `BSC`）。

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

***

## 网络切换

每个游戏部署在特定的区块链网络上。如果你的钱包当前网络与游戏所在网络不匹配，会出现以下提示：

### 错误网络弹窗

系统会弹出一个模态框，提示你当前网络不正确，并提供一键切换按钮。

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

### 导航栏提示

导航栏也会显示黄色的 **「切换网络」** 按钮，点击即可切换到正确的网络。

{% hint style="warning" %}
在错误的网络上，你无法进行下注、投资等操作。请确保切换到游戏所在的网络。
{% endhint %}

***

## 断开连接

点击导航栏中显示的钱包地址按钮即可断开连接。

***

## 常见问题

### MetaMask 没有弹出？

* 确保 MetaMask 扩展已安装并解锁
* 尝试刷新页面后重新连接
* 检查浏览器是否阻止了弹窗

### 切换网络失败？

* 确保你的钱包中已添加目标网络
* 对于 BSC 网络，MetaMask 可能需要你手动添加网络配置


---

# Agent Instructions: 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:

```
GET https://docs.dapp.meme/wan-you-xi/lian-jie-qian-bao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
