> For the complete documentation index, see [llms.txt](https://ionian.gitbook.io/malda/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ionian.gitbook.io/malda/introduction.md).

# Introduction

Malda is a decentralized lending protocol that uses ZK technology to unify liquidity across chains. Users can deposit assets from multiple blockchains into a single global pool and borrow on any supported chain, with their full crosschain collateral backing every position - regardless of where it was deposited.

Malda’s uniquely creates Global Pools of liquidity for each asset. In contrast to traditional lending protocols where liquidity of an asset is siloed to that particular chain, the Global Pool allows an asset to exist simultaneously across multiple chains at once.

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

Users no longer have to juggle an asset like USDC on 3 different protocol deployments - instead they have 1 global USDC liquidity spanning across multiple chains which they can tap into from any chain.

Benefits include:

* Deeper Liquidity via Global Pools
* Compressed Spreads, Better Yields and Lower Rates via Global Rates
* Zero Bridge Fees
* No Crosschain Complexity
* Lot of Time & Effort Saved


---

# 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://ionian.gitbook.io/malda/introduction.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.
