# Solana Market

## Overview

Solana Market is a lending protocol on Solana blockchain that enables depositing and borrowing of multiple tokens. Lenders have the ability to deposit any supported token to earn interest, while borrowers can borrow in an over-collateralized manner.

Solana Market is permissionless to use and allows DeFi users to:

* Instantly [borrow](https://docs.orchai.io/orchai-money-market/borrowing) from the money market using various tokens such as SOL, and USDC as collateral
* Instantly [supply and withdraw](https://docs.orchai.io/orchai-money-market/lending) tokens from the money market to earn lending yield
* Access live and transparent [interest rates](https://docs.orchai.io/orchai-money-market/protocol-parameters#interest-rate-model) at any time, based on each asset’s market supply and demand

Solana Market’s core objectives remain **security**, **capital efficiency**, and an **optimized user experience**. Unlike the previous Oraichain Market (formerly Money Market) single-borrow model, the new money market allows users to supply and borrow any supported asset — with the only restriction being that one cannot borrow the same token used as collateral.

## **Key Highlights**

* Multi-asset lending and borrowing
* Independent LTV ratios and interest rates
* Real-time portfolio tracking
* Simple and transparent user interface


---

# 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.orchai.io/orchai-money-market/solana-market.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.
