> ## Documentation Index
> Fetch the complete documentation index at: https://docs.denar.markets/llms.txt
> Use this file to discover all available pages before exploring further.

# What is Denar

> Denar is the money market for tokenized stocks on Robinhood Chain: lend USDG for yield, or borrow dollars against your stock tokens without selling them.

Denar lets you do two things with tokenized stocks that a brokerage never could:

* **Borrow against them.** Deposit stock tokens like NVDA, AAPL or SPY as collateral and borrow the USDG stablecoin — liquidity without selling your position, without leaving the chain, without asking anyone's permission.
* **Earn on dollars.** Lend USDG and earn the interest those borrowers pay. Real yield from real borrowing demand — not emissions, not points.

<Frame caption="Every market is a sealed compartment — one stock, one oracle, one set of rules.">
  <img src="https://mintcdn.com/denar-markets/_MWD99wvrbriG6Rg/images/coin-nvda.png?fit=max&auto=format&n=_MWD99wvrbriG6Rg&q=85&s=e0e9c5a8d302add0b8af9793bb28bb6f" alt="Engraved Denar coin artwork for the NVDA market" width="900" height="385" data-path="images/coin-nvda.png" />
</Frame>

## Built from proven parts

Denar deliberately writes as little new code as possible. The lending engine is **Morpho Blue** — an immutable, formally verified core of roughly 650 lines that has secured billions of dollars across DeFi. The lender vault is **MetaMorpho**, the standard vault layer built for it.

What Denar adds is the layer that makes *equities* work as collateral on-chain:

<Columns cols={2}>
  <Card title="Equity-aware oracles" icon="radio-tower" href="/protocol/oracles">
    Chainlink price feeds wrapped with market-hours awareness, staleness guards, and corporate-action pauses.
  </Card>

  <Card title="Isolated markets" icon="container" href="/how-denar-works">
    One market per stock. A halt, a split, or a bad day in one name never touches the others.
  </Card>

  <Card title="Equity risk parameters" icon="shield-check" href="/protocol/risk">
    Conservative loan-to-value ratios sized for weekend gaps and 24/5 price feeds.
  </Card>

  <Card title="Open liquidations" icon="gavel" href="/use/liquidations">
    Fully permissionless liquidations with on-chain exit liquidity via Rialto and Uniswap.
  </Card>
</Columns>

## Key facts

|                                     |                                                                  |
| ----------------------------------- | ---------------------------------------------------------------- |
| **Network**                         | Robinhood Chain (chain id 4663)                                  |
| **Borrowable asset**                | USDG — Global Dollar                                             |
| **Collateral**                      | NVDA, AAPL, MSFT, TSLA (stocks) · SPY, QQQ (ETFs)                |
| **Max borrow vs collateral (LLTV)** | 62.5% single stocks · 77% ETFs                                   |
| **Interest model**                  | Adaptive rate steering utilization toward \~90%                  |
| **Protocol fee**                    | 10% of interest paid (hard-capped at 25% by the core)            |
| **Vault exposure caps**             | 2,500 USDG per market during the current seed phase              |
| **Price oracles**                   | Chainlink, one feed per asset, plus an independent USDG/USD feed |
| **Liquidations**                    | Permissionless — anyone can liquidate                            |

<Note>
  Denar is an independent protocol built on Robinhood Chain. It is not affiliated with, endorsed by, or operated by Robinhood. Stock tokens and their price feeds are issued and operated by their respective providers.
</Note>

## Start here

<Columns cols={3}>
  <Card title="Earn on USDG" icon="piggy-bank" href="/use/earn" horizontal>
    Deposit once, earn across every market.
  </Card>

  <Card title="Borrow dollars" icon="banknote" href="/use/borrow" horizontal>
    Post stock tokens, borrow USDG.
  </Card>

  <Card title="How it works" icon="cpu" href="/how-denar-works" horizontal>
    The architecture in five minutes.
  </Card>
</Columns>
