> For the complete documentation index, see [llms.txt](https://docs.midas.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.midas.app/liquidity-and-composability/composability.md).

# Composability

Composability is a core proposition of mTokens, allowing them to function seamlessly as high-quality collateral within the broader DeFi ecosystem. By bridging traditional assets with decentralized infrastructure, Midas enables native integration across various onchain strategies. This deep composability is fundamentally supported by two key pillars: frictionless transferability and instant liquidity.

## Permissionless Transferability&#x20;

Once minted, an mToken is fully permissionless. This guarantees the transferability required for DeFi composability, unlocking several key functionalities:

* **Seamless Movement:** They can be freely transferred between wallets without friction.
* **Market Trading:** They can be traded on both decentralised and centralised exchanges.
* **DeFi Integration:** They are natively compatible with smart contracts and can be seamlessly deposited as collateral in third-party protocols.

> :warning: <sub>Certain products operate on a whitelist basis, which restricts who can subscribe or redeem directly through Midas. This does not affect the transferability of the token itself.</sub>

## Instant Liquidity via MSL

For decentralised lending protocols, immediate settlement is a critical technical enabler of composability. Lending markets rely on automated liquidation bots to instantly buy and liquidate undercollateralised positions, which is necessary to maintain protocol solvency.

By supporting an on-demand liquidity pool, Midas Staked Liquidity (MSL) ensures that Midas tokens can be instantly converted to stablecoins in a capital-efficient structure. This liquidity is what ultimately makes mTokens eligible and highly effective as premium collateral across the ecosystem.


---

# 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.midas.app/liquidity-and-composability/composability.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.
