# Deliq Finance

## Deliq Finance

- [🚀Getting started](https://deliqfinance.gitbook.io/deliq-finance/master.md)
- [🤔Why Deliq Finance?](https://deliqfinance.gitbook.io/deliq-finance/why-deliq-finance.md)
- [Deliq's Guide to Avalanche](https://deliqfinance.gitbook.io/deliq-finance/deliqs-guide-to-avalanche.md): Quick Guide to DeFi on Avalanche
- [Setting up Avalanche Wallet](https://deliqfinance.gitbook.io/deliq-finance/deliqs-guide-to-avalanche/setting-up-avalanche-wallet.md)
- [Using Avax with Metamask](https://deliqfinance.gitbook.io/deliq-finance/deliqs-guide-to-avalanche/using-avax-with-metamask.md)
- [💡FAQ](https://deliqfinance.gitbook.io/deliq-finance/faq.md): Frequently asked questions
- [💸Liquidity Directors](https://deliqfinance.gitbook.io/deliq-finance/components-of-deliq/liquidity-directors.md)
- [💱Deliq Liquidity Pools (DLPs)](https://deliqfinance.gitbook.io/deliq-finance/components-of-deliq/pools.md)
- [⚙PCA](https://deliqfinance.gitbook.io/deliq-finance/components-of-deliq/pca.md): Protocol controlled assets
- [❓d(assets)](https://deliqfinance.gitbook.io/deliq-finance/components-of-deliq/d-assets.md)
- [EVM Compatible contracts](https://deliqfinance.gitbook.io/deliq-finance/smart-contracts/evm-compatible-contracts.md): Below smart contracts are solidity based for blockchains like Avalanche , Polygon , BSC in addition to Ethereum.
- [Manager.sol explained](https://deliqfinance.gitbook.io/deliq-finance/smart-contracts/evm-compatible-contracts/manager.sol-explained.md): The contract that manages the liquidity flow throughout the system
- [🚨Impermanent Loss Mitigation](https://deliqfinance.gitbook.io/deliq-finance/additional-details/impermanent-loss-mitigation.md)
- [😎Opportunity in Layer-2](https://deliqfinance.gitbook.io/deliq-finance/additional-details/untitled-1.md)
- [Liquidity Deployment](https://deliqfinance.gitbook.io/deliq-finance/equations-governing-the-protocol/liquidity-deployment.md): Liquidity being deployed to exchanges will depend on various factors to ensure proper collateralization in pools as well balanced pairing of assets.
- [IL Mitigation](https://deliqfinance.gitbook.io/deliq-finance/equations-governing-the-protocol/il-mitigation.md)
- [Our Community Channels](https://deliqfinance.gitbook.io/deliq-finance/deliq-community/our-community-channels.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://deliqfinance.gitbook.io/deliq-finance/master.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.
