> For the complete documentation index, see [llms.txt](https://docs.orchai.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orchai.io/orchai-money-market/solana-market/markets.md).

# Markets

The **Markets** page displays all available lending and borrowing markets in Solana Market. Each market represents supported tokens that users can **supply to earn yield** or **borrow for liquidity.**

This page provides an overview of each token’s parameters — including supply size, interest rates, and borrowing limits — helping you choose the best opportunities.

<figure><img src="/files/53Y0pyLTG06DVOuIuoIA" alt=""><figcaption></figcaption></figure>

## Market Overview

At the top of the page, you’ll find key metrics showing the protocol’s current activity:

| **Metric**       | **Description**                                                 |
| ---------------- | --------------------------------------------------------------- |
| **Total Supply** | The total USD value of all assets supplied across every market. |
| **Total Borrow** | The total USD value of all assets currently borrowed by users.  |

## Market Table

Each row in the table (for example, Main Market) represents a token available for lending or borrowing.

| **Column**       | **Description**                                                                |
| ---------------- | ------------------------------------------------------------------------------ |
| **Assets**       | The supported token (e.g., USDC, SOL).                                         |
| **Total Supply** | The total USD value of assets supplied in that market.                         |
| **Total Borrow** | The total USD value of assets borrowed from that market.                       |
| **LTV**          | The maximum loan-to-value ratio allowed when this token is used as collateral. |
| **Supply APY**   | The annual interest rate earned by suppliers.                                  |
| **Borrow Rate**  | The annual interest rate paid by borrowers.                                    |

## Actions

On the right side of each asset row, you’ll find action buttons:

* **Supply / Manage:** Deposit tokens into the market or manage an existing position.
* **Borrow:** Open a borrowing position or repay an existing one.

With these actions, you can manage your position quickly and easily.

## Example

* If you supply **USDC,** it earns interest and increases your borrowing limit. However, you **cannot borrow USDC**.
* You can then borrow **SOL,** as long as your total LTV stays below their limits.
* Market rates update dynamically based on utilization and demand.

## Market Dynamics

Each asset in the market has independent parameters (LTV, borrow rate, liquidation threshold). This ensures fair risk control and capital efficiency across tokens with different volatility levels.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.orchai.io/orchai-money-market/solana-market/markets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
