# MorFi Docs

## MorFi Docs

- [Introduction](https://docs.morfi.io/morfi/readme.md)
- [The Protocol - AMM V3](https://docs.morfi.io/morfi/the-protocol-amm-v3.md)
- [Tokenomics (Coming Soon)](https://docs.morfi.io/morfi/tokenomics-coming-soon.md): Coming Soon!
- [MorFi DEX Features](https://docs.morfi.io/morfi/morfi-dex-features.md)
- [Trading (Swap)](https://docs.morfi.io/morfi/morfi-dex-features/trading-swap.md)
- [Liquidity Provision (LP)](https://docs.morfi.io/morfi/morfi-dex-features/liquidity-provision-lp.md)
- [Adding Liquidity](https://docs.morfi.io/morfi/morfi-dex-features/liquidity-provision-lp/adding-liquidity.md)
- [Adding/Removing Liquidity, and Collecting Fees](https://docs.morfi.io/morfi/morfi-dex-features/liquidity-provision-lp/adding-removing-liquidity-and-collecting-fees.md)
- [Farming](https://docs.morfi.io/morfi/morfi-dex-features/farming.md)
- [Staking your LP tokens](https://docs.morfi.io/morfi/morfi-dex-features/farming/staking-your-lp-tokens.md)
- [Exiting Your Farming Position, and Collecting Rewards](https://docs.morfi.io/morfi/morfi-dex-features/farming/exiting-your-farming-position-and-collecting-rewards.md)
- [Protocol Earnings](https://docs.morfi.io/morfi/protocol-earnings.md): The protocol earnings are distributed as follows:
- [MorFi Points](https://docs.morfi.io/morfi/morfi-points.md): Earn Rewards for Helping Grow the MorFi Ecosystem
- [Official links](https://docs.morfi.io/morfi/resources/official-links.md)
- [Contracts](https://docs.morfi.io/morfi/resources/contracts.md)
- [Audits](https://docs.morfi.io/morfi/resources/audits.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.morfi.io/morfi/readme.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.
