> For the complete documentation index, see [llms.txt](https://docs.jewelswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jewelswap.io/multiversx/nft-loan-modules/lending-for-nfts-explained/algorithmic-market-operations.md).

# Algorithmic Market Operations

**Overview:** JewelSwap introduces an innovative approach to decentralized finance with its Algorithmic Market Operations (AMO) framework. This framework is designed to maximize capital efficiency through autonomous, programmable financial strategies, often referred to as 'central banking legos'.

**Key Features:**

1. **AMO Controllers:**
   * AMO Controllers are sophisticated algorithms that perform open market operations. They are designed to dynamically adjust market parameters based on real-time data, ensuring optimal capital utilization.
   * These controllers increase market efficiency and stability, ensuring that users get the best possible returns on their investments.
2. **Utilization of Idle Lending Assets:**
   * Concept: In the NFT Lending Liquidity Protocol, idle assets are not merely stored but actively invested.
   * Implementation: This idle capital is channeled into JewelSwap's EGLD Liquid Staking mechanism, which allows for the generation of reliable yields.
   * **A dynamic percentage of lent EGLD in the lending pool is allocated to JewelSwap's SJWLEGLD Liquid Staking.**
   * **This allocation aims to generate additional and stable revenue**, which benefits all lenders in the lending pool.
3. **Reward Distribution:**
   * **70% of the generated rewards are allocated to the lenders** as an incentive for their participation, while 30% are reinvested into the protocol.


---

# 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://docs.jewelswap.io/multiversx/nft-loan-modules/lending-for-nfts-explained/algorithmic-market-operations.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.
