# Liquidity Protocol

<figure><img src="/files/HCVaNMIwOudNbjspNUBZ" alt=""><figcaption></figcaption></figure>

Mutuum is a decentralized platform designed to bring fluidity and accessibility to lending and borrowing. By offering two primary modes—P2C (peer-to-contract) for more stable assets and P2P (peer-to-peer) for speculative tokens—Mutuum accommodates a wide range of risk appetites, capitalizing on a flexible, trustless environment where users can earn interest, leverage collateral, and protect their positions via overcollateralization.

### P2C (Peer-to-Contract)

In the P2C model, lenders pool their assets into audited smart contracts, collectively supplying liquidity to borrowers who provide overcollateralized collateral. Rates for each asset dynamically adjust according to pool usage: as utilization increases, so does the interest rate, incentivizing more suppliers to deposit assets and dissuading excessive borrowing. This system ensures a robust feedback loop that maintains solvency while maximizing capital efficiency.

When depositors provide funds in this mode, they receive mtTokens, representing both their share of the pool and any accrued interest. These mtTokens may also serve as collateral for borrowing other assets. Over time, depositors can withdraw their principal plus earned interest, subject to liquidity availability. Variable borrow rates let experienced borrowers respond to market fluctuations, whereas stable borrow rates allow greater repayment predictability if needed.

### P2P (Peer-to-Peer)

For riskier or less liquid tokens—meme coins like PEPE, for instance—Mutuum offers a separate P2P experience, isolating these assets to shield the core pools from undue volatility. Borrowers and lenders negotiate terms directly: interest rates, loan durations, or partial fills. Because there is no shared liquidity pool in P2P, lenders face increased risk—and potentially higher returns—when dealing with volatile assets, while the protocol’s overall safety is preserved.

### Collateral and Liquidation

All loans in Mutuum, regardless of whether they occur in P2C or P2P mode, require overcollateralization. The protocol’s “Stability Factor” measures how secure a borrower’s collateral is against their borrowed amount. Should the collateral’s value drop below threshold levels, liquidation is triggered. Liquidators repurchase the outstanding debt at a discount, stabilizing the system and preventing bad debt from affecting other users.


---

# 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.mutuum.com/introduction/concepts/liquidity-protocol.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.
