# System Architecture

- [Comet Liquidity System](https://docs.clone.so/system-architecture/comet-liquidity-system.md): Discover the innovative design of Clone's Comet Liquidity System.
- [cAMMs](https://docs.clone.so/system-architecture/comet-liquidity-system/camms.md): Delve into Clone's revolutionary cAMM pools and learn how they enhance liquidity provision and price determination.
- [Health Score](https://docs.clone.so/system-architecture/comet-liquidity-system/health-score.md): Understand the inner workings of the Health Score, a crucial metric for managing your Comet position.
- [Liquidation](https://docs.clone.so/system-architecture/comet-liquidity-system/liquidation.md): Understand how Clone's Comet Liquidity System handles the liquidation of unhealthy comets to maintain overall system stability.
- [clAsset Deprecation](https://docs.clone.so/system-architecture/comet-liquidity-system/classet-deprecation.md): A comprehensive guide on the process of deprecating clAsset markets in Clone Protocol, ensuring clarity and security for all users.
- [Hybrid Collateral Model](https://docs.clone.so/system-architecture/hybrid-collateral-model.md): Learn how Clone's innovative Hybrid Collateral Model allows for 1:1 swaps between bridged tokens and clAssets, facilitating efficient price pegging and providing profitable arbitrage opportunities.
- [Oracles](https://docs.clone.so/system-architecture/oracles.md): Exploring the role of Oracles within Clone Protocol and their significance in facilitating accurate asset pricing and secure DeFi operations.


---

# Agent Instructions: 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.clone.so/system-architecture.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.
