> For the complete documentation index, see [llms.txt](https://docs.mutuum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mutuum.com/stablecoin/borrowing-mutuums-stablecoin.md).

# Borrowing Mutuum’s Stablecoin

Borrowing Mutuum’s stablecoin essentially involves generating fresh tokens within the protocol’s lending process. A user must provide collateral above a specified ratio, just as they would when borrowing any other asset, but rather than needing someone else to supply the stablecoin, the protocol creates it on demand through its approved Issuers. Because these tokens are overcollateralized, the value of the borrowed stablecoin is secured by collateral worth more than the stablecoin’s nominal amount. This approach protects against price swings in the underlying collateral during periods of volatility.

When a user borrows Mutuum’s stablecoin, both the newly created stablecoins and corresponding debt tokens are transferred to the user. Over time, the debt may grow slightly due to accrued interest. If the requested amount exceeds an Issuer’s current capacity, the borrow transaction will fail. In addition, standard risk controls apply: changes in collateral price can reduce the user’s stability factor, and if it dips below 1, liquidation of the collateral may occur.

For instance, imagine a user deposits 1 ETH into Mutuum as collateral and receives a deposit token (like mtETH) in return. The user then mints 100 units of Mutuum’s stablecoin, effectively borrowing against their ETH. In this scenario, the user also receives a debt token signifying the borrowed amount. After some time, the debt could accrue interest, so the borrower might see it become 100.0000012 stablecoin units instead of exactly 100. As with any borrowed position in Mutuum, the user’s stability factor will fluctuate with market conditions - if the collateral’s price falls and the stability factor drops too low, a liquidation event could occur to maintain protocol solvency.


---

# 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.mutuum.com/stablecoin/borrowing-mutuums-stablecoin.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.
