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

# Introduction

> An overview of Rhizome, an isolated lending protocol on Rootstock.

# Rhizome

Rhizome is a lending protocol deployed on Rootstock. It uses the Morpho Blue core architecture: lenders supply a loan asset to an isolated market, while borrowers post that market's collateral asset to borrow from the supplied liquidity.

Rhizome's deployed core and AdaptiveCurveIRM use the upstream Morpho contracts without modification. Rhizome-specific code and configuration add Rootstock assets, market parameters, oracle construction, and an onchain stale-price guard.

<Note>Each market is independent. Supplying to one market does not expose funds to every other Rhizome market.</Note>

<CardGroup cols={2}>
  <Card title="How Rhizome works" icon="diagram-project" href="/how-rhizome-works">Follow the basic lending and borrowing flow.</Card>
  <Card title="Markets" icon="table-list" href="/markets">Understand the parameters that identify a market.</Card>
  <Card title="Risks" icon="triangle-exclamation" href="/risks">Review the main protocol and market risks.</Card>
  <Card title="Developers" icon="code" href="/developers">Find the core repositories and integration boundaries.</Card>
</CardGroup>

## Current scope

This is an initial technical reference. It does not document features that cannot yet be verified. Deployment details should be checked against the canonical manifest before use.

Rhizome runs on Rootstock mainnet, chain ID `30`. Rootstock provides the execution and settlement layer; Rhizome's contracts and accounting remain onchain.
