# Track - Monitor Health

The [Track](https://app.metrix.finance/track) page for Lending & Borrowing is your unified dashboard for monitoring all active lending positions across multiple protocols and networks. This streamlined interface aggregates your entire DeFi lending portfolio, providing real-time visibility into your net worth, risk metrics, and performance across different markets - all in one comprehensive view.

### Getting Started

The interface displays your aggregated portfolio metrics at the top, followed by a detailed breakdown of each lending market position below.

### Portfolio Overview Metrics

The top section displays three critical portfolio-wide metrics that aggregate across all your lending positions:

**Net Worth**: Shows your total portfolio value.

* **Supplied**: Total value of all supplied assets ($121,112.32)
* **Borrowed**: Total value of all borrowed assets ($35,089.67)
* **Net Worth**: Supplied minus Borrowed

**Health Factor**: The aggregate liquidation safety metric.

* **Current LTV**: Overall loan-to-value ratio (28.97%)
* **Liquidation Threshold**: Weighted average liquidation point (77.99%)
* Values above 1.0 indicate safety from liquidation
* Higher values provide more buffer against market volatility

**Net APY**: Your portfolio's annualized APY.

* **Supply APY**: Weighted average earning rate (0.28%)
* **Borrow APY**: Weighted average borrowing cost (6.27%)
* **Net APY**: The combined effect on your portfolio
* Negative values indicate borrowing costs exceed supply earnings

### Opened Positions Section

Below the overview metrics, you'll find your active positions organized by market:

**Filtering Controls**

* **Search Bar**: Find specific markets or assets
* **Protocol Filter**: Filter by lending protocol (Aave, Compound, etc.)
* **Network Filter**: Filter by blockchain network
* **Reset Filters**: Clear all applied filters

### Individual Market Positions

Each lending market is displayed as an expandable card showing:

**Market Header**

* **Market Name**: Protocol and network (e.g., "Aave V3 Ethereum")
* **Protocol Icon**: Visual identifier for the lending protocol
* **Network Icon**: Blockchain network indicator
* **Status Badge**: "Open" indicator for active positions

Each market displays four key performance indicators:

**Net Worth**: Your position value in this specific market

* Shows the net value after subtracting borrows from supplies

**Health Factor**: Market-specific liquidation safety

* Individual market health factor
* "N/A" displayed when no borrowing (infinite health)

**Net APY**: Market-specific performance

* The net return considering both supply and borrow rates

**Current LTV**: Current borrowing utilization

* Percentage of borrowed value relative to supplied collateral

### Position Details

Each market card expands to show detailed asset breakdowns:

**Supplied Assets Table**: Lists all assets you're supplying to the market.

* **Asset**: Token symbol with icon
* **Amount**: Quantity of tokens supplied
* **USD**: Current dollar value
* **APY**: Current supply rate for that asset

**Borrowed Assets Table**: Lists all assets you're borrowing from the market.

* **Asset**: Token symbol with icon
* **Amount**: Quantity of tokens borrowed
* **USD**: Current dollar value
* **APY**: Current borrow rate for that asset

### Best Practices

1. **Monitor Aggregate Health Factor**: Keep your overall health factor above 1.5 for safety
2. **Track Net APY**: Ensure your borrowing strategy remains profitable
3. **Review Individual Markets**: Some markets may need rebalancing even if overall metrics look healthy
4. **Watch LTV Ratios**: Different markets have different risk parameters
5. **Regular Check-ins**: Market conditions change; review positions weekly
6. **Diversification Benefits**: Spread risk across multiple markets and networks
7. **Address Tracking**: Monitor multiple wallets or track competitors' strategies

The Track page transforms scattered lending positions into a coherent portfolio view, ensuring you maintain optimal capital efficiency while managing liquidation risks across all your DeFi lending activities.


---

# 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.metrix.finance/docs/product/lending-and-borrowing/track.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.
