# Margined Protocol

## Margined Protocol

- [About](https://docs.margined.io/about.md): Institutional DeFi Asset Management
- [Deposits](https://docs.margined.io/vaults/deposits.md)
- [Withdrawals](https://docs.margined.io/vaults/withdrawals.md)
- [High Level Architecture](https://docs.margined.io/design/high-level-architecture.md)
- [Security Risks](https://docs.margined.io/design/security-risks.md)
- [LendLease](https://docs.margined.io/strategies/lendlease.md): Lending Aggregator Strategy
- [Concentrated Liquidity](https://docs.margined.io/strategies/concentrated-liquidity.md): Concentrated Liquidity Market Making and Liquidity Management
- [Redemption Rate Arbitrage](https://docs.margined.io/strategies/redemption-rate-arbitrage.md)
- [Funding Rate](https://docs.margined.io/strategies/funding-rate.md): Levana
- [Coinhedge](https://docs.margined.io/strategies/coinhedge.md): Providing Hedged USD Liquidity to Blue-Chip DeFi Token Holders
- [Contracts](https://docs.margined.io/resources/contracts.md)
- [API](https://docs.margined.io/resources/api.md)
- [Assets](https://docs.margined.io/resources/assets.md)
- [Links](https://docs.margined.io/resources/links.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.margined.io/about.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.
