> 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/multi-asset-collateralization.md).

# Multi-Asset Collateralization

In many traditional DeFi systems, minting a decentralized stablecoin involves single-asset vaults, where each collateral type is siloed in a separate position. Mutuum, however, envisions a multi-collateral approach, allowing users to deposit various supported assets into the protocol and mint its stablecoin from a consolidated pool of collateral. Because multiple asset types can back a single borrowing position, the stablecoin’s value remains secured by a diverse range of tokens.

From a user’s perspective, the borrowing process remains straightforward. After supplying collateral to Mutuum and marking it as available for borrowing, users can then open a multi-collateral position to generate the stablecoin. This design confers greater flexibility, particularly in terms of managing exposure to price fluctuations. When several assets underpin a single debt, users avoid the need to juggle multiple positions, stability factors, or distinct vaults. If a user’s objective is to enhance their overall collateralization, they can deposit additional assets without having to close or refactor a separate position for each token.

By eliminating the friction of single-asset vaults, multi-collateralization also provides a more robust defense against volatility - if one collateral experiences a downturn, the risk is partially mitigated by other assets in the same position. In summary, multi-collateral borrowing within Mutuum’s ecosystem expands user control, streamlines collateral management, and maintains a simpler, more unified approach to decentralized stablecoin minting.


---

# 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:

```
GET https://docs.mutuum.com/stablecoin/multi-asset-collateralization.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.
