# How to Use

## Connect Wallet

Click the right top Connect Wallet button to connect with your wallet. SCV.Finance currently supports 3 ways to connect

* Metamask (Chrome Extension)
* Binance Smart Chain (Chrome Extension)
* Wallet Connect (For smart phone wallet apps)

{% hint style="info" %}
If you are accessing within wallet app's dapp browser, tap Metamask to get connected.
{% endhint %}

#### Watch Wallet Address

Once you're connected, click the Portfolio on top of the page. Since you haven't add any address to watch, your wallet's address are filled in default so just click Add button to start watch your wallet and assets invested from the wallet.

You can always get back to this page to watch more addresses, by clicking on the Settings icon on the right side of Portfolio page.

## Accounts

Accounts tab is where you get a glance of the protocols you deposited assets into. For each protocol, Total Value, PnL (Profit or Loss) and Pending (tokens harvestable or claimable) are showed in the summary. Click on the cards bings you the details of every pool/farm/vaults of this protocol you've invested, including approximate trading fee earned by LP and impermanent  loss due to price ratio change.

\[Image]

### IL Alert

For each farm/vault, you can set up an alert which would be triggered if the inner symbol, eg X and Y, the price ratio changes a lot, caused a rapid IL increase. This is usually helpful when both X and Y is in a very high volatility.

## Assets

Assets tab gives you a list of all the assets deposited in pool/farm/vaults, with PnL and APY calculated.

## Charts

Charts tab shows a breakdown of your total assets into each asset symbols, protocols and chains.

## Mobile App

SCV.Finance is fully optimized for mobile usage.&#x20;

You could always use the **Add to homescreen** button from browser to pin SCV.Finance to your mobile phone's desktop. Then you could always access from the desktop icon, which loads much faster than normal web pages.


---

# 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/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.
