# Markets

## Prerequisites

* A basic understanding of fixed-rate lending concepts
* Access to the Secured Finance platform
* Familiarity with yield curves and interest rates (helpful but not required)

## Overview

The [**Markets Tab**](https://app.secured.finance/dashboard/) is your central hub for interacting with the Secured Finance trading platform. It provides a comprehensive overview of key metrics and functionalities, enabling you to make informed decisions and manage your assets effectively. The dashboard displays real-time data across different blockchain networks, offering insights into the status of each chain and the yield curves for various digital assets.

## Step 1: Accessing the Markets Dashboard

1. Navigate to the [Secured Finance platform](https://app.secured.finance/)
2. Click on the "Markets" tab in the main navigation
3. The dashboard will load with the latest market data
4. No wallet connection is required to view market data

## Step 2: Understanding Key Metrics

The Markets Dashboard displays several important metrics:

1. **Digital Assets**
   * View the total number of different digital assets currently being traded
   * See which assets are available on each supported blockchain
2. **Total Value Locked (TVL)**
   * Monitor the total value of all assets locked in the protocol
   * Track TVL changes over time to gauge platform growth
3. **Total Trading Volume**
   * See the cumulative trading volume across all markets
   * Filter by time period (24h, 7d, 30d) to analyze trends
4. **Total Users**
   * View the number of active users engaging with the platform
   * Understand the platform's adoption rate

![Markets Dashboard](https://github.com/Secured-Finance/secured-finance-docs/blob/main/.gitbook/assets/markets-dashboard.png)

## Step 3: Exploring Yield Curves

The Yield Curve section is a powerful tool for market analysis:

1. Select the asset you want to analyze from the dropdown menu
2. The chart will display interest rates across different maturities
3. Compare yield curves for multiple assets by selecting additional options
4. Use the time period selector to view historical yield curve data

## Step 4: Analyzing Market Opportunities

1. Look for steep yield curves, which may indicate good lending opportunities
2. Identify flat or inverted yield curves, which might signal market uncertainty
3. Compare rates across different assets to find the best opportunities
4. Use the data to inform your lending and borrowing decisions

## Step 5: Taking Action Based on Market Data

1. Click on any asset to view detailed market information
2. Use the "Trade" button to navigate directly to the trading interface for that asset
3. Set up alerts (if available) for significant yield curve changes
4. Regularly check the Markets tab to stay informed about market conditions

## Next Steps

After exploring the Markets dashboard, you might want to:

* [Start lending assets](https://github.com/Secured-Finance/secured-finance-docs/blob/main/fixed-rate-lending/lending-assets.md) based on the yield opportunities you've identified
* [Borrow assets](https://github.com/Secured-Finance/secured-finance-docs/blob/main/fixed-rate-lending/borrowing-assets.md) at favorable rates
* [Learn about auto-rolling](https://github.com/Secured-Finance/secured-finance-docs/blob/main/advanced-topics/market-dynamics/auto-rolling/README.md) to optimize your lending strategy
* [Explore the trading interface](https://github.com/Secured-Finance/secured-finance-docs/blob/main/fixed-rate-lending/getting-started/trading/README.md) to place orders

## Troubleshooting

### Data Not Loading

If the dashboard data isn't loading:

* Check your internet connection
* Try refreshing the page
* Clear your browser cache
* Try accessing the platform from a different browser

### Yield Curve Not Displaying

If the yield curve chart isn't displaying:

* Ensure JavaScript is enabled in your browser
* Check if you have any browser extensions that might be blocking the chart
* Try selecting a different asset or time period
* Refresh the page and try again

### Understanding Market Terminology

If you're having trouble understanding market terms:

* Hover over information icons (ℹ️) for tooltip explanations
* Refer to our [FAQs](https://github.com/Secured-Finance/secured-finance-docs/blob/main/faqs.md) for common questions
* Check our [educational resources](https://blog.secured.finance/) for detailed explanations


---

# 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.secured.finance/fixed-rate-lending/getting-started/platform-guide/markets.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.
