> For the complete documentation index, see [llms.txt](https://docs.unlockd.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics.md).

# Protocol mechanics

- [Liquidity Pools](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics/liquidity-pools.md)
- [Boosted Yield](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics/liquidity-pools/boosted-yield.md)
- [Instant Loans](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics/instant-loans.md)
- [NFT Appraisal](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics/nft-appraisal.md): Leaving obsolete floor pricing behind with the help of third-parties.
- [Algorithmic pricing](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics/nft-appraisal/algorithmic-pricing.md)
- [Crowdsourced pricing](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics/nft-appraisal/crowdsourced-pricing.md)
- [True Ownership](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics/true-ownership.md)
- [Dynamic Loan-To-Value](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics/dynamic-loan-to-value.md)
- [Liquidations](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics/liquidations.md)
- [Health Factor](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics/liquidations/health-factor.md)
- [Borrower Grace Period](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics/liquidations/borrower-grace-period.md)
- [Liquidation Process](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics/liquidations/liquidation-process.md)
- [External Liquidation Gateways](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics/liquidations/liquidation-process/external-liquidation-gateways.md)
- [Marketplace](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics/marketplace.md)
- [Supported collections](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics/supported-collections.md)
- [Protocol Fees](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics/protocol-fees.md)
- [Notifications](https://docs.unlockd.finance/unlockd-v1/protocol-mechanics/notifications.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 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:

```
GET https://docs.unlockd.finance/unlockd-v1/protocol-mechanics.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.
