# 使用教程

## 连接钱包

点击屏幕右上角的 连接钱包 按钮开始登录。SCV.finance目前支持三种连接方式：

* MetaMask (Chrome 扩展)
* Binance Smart Chain (Chrome 扩展)
* Wallet Connect (用于手机App)

{% hint style="info" %}
在其他手机钱包的内置浏览器中使用时，请直接点击MetaMask即可登录。
{% endhint %}

#### 增加钱包地址

要使用资产管理功能管理钱包的投资资产，需要将钱包地址添加到 SCV.finance 中。

在完成连接操作后，点击页面顶部菜单中的 **资产管理**，如你还没有添加任何钱包地址，则会自动打开添加页。你也可以点击屏幕右侧的设置按钮以进入地址添加页。

在添加页输入钱包地址点击**保存**即完成添加。系统会自动刷新新添加钱包的资产信息。

## 账户

账户页一次性显示所有账户的总价值和收益信息。点击其中任何一家网站的卡片即进入该账户的详情页，可以查看具体的每一个挖矿池/机枪池的收益信息，包括LP和奖励币收益、无常损失等。

### 无常损失提醒

对每一个挖矿池/机枪池，你可以设定一个无常损失的提醒，当池子的货币对价格剧烈变动时，将通过Telegram向你发送提醒信息。

## 资产

资产页列出你持有的全部资产、包括机枪池、挖矿池和流动性池，包括收益和APY都会列出。

## 图表

图表页从资产占比、平台占比和链占比三个维度呈现你的资产的分布情况。

## 在手机上使用

SCV.finance完全为手机使用做了优化。

你可以点击浏览器的**添加到桌面**的功能将 SCV.finance 添加到手机的桌面，下次即可直接从手机桌面打开，加载速度也会远快于在浏览器中打开。


---

# 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.scv.finance/zh-cn/defi-portfolio/how-to-use.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.
