# Technical Documentation

- [Overview](https://docs.opus.money/current/technical-documentation/overview.md): Autonomous and safe platform for credit and savings
- [Smart Contracts](https://docs.opus.money/current/technical-documentation/smart-contracts.md)
- [Shrine Module](https://docs.opus.money/current/technical-documentation/smart-contracts/shrine-module.md): The core accounting engine
- [Abbot Module](https://docs.opus.money/current/technical-documentation/smart-contracts/abbot-module.md): The user interface of the Shrine
- [Gate Module](https://docs.opus.money/current/technical-documentation/smart-contracts/gate-module.md): Adapters for collateral tokens
- [Sentinel Module](https://docs.opus.money/current/technical-documentation/smart-contracts/sentinel-module.md): Internal router and gatekeeper for Gates
- [Purger Module](https://docs.opus.money/current/technical-documentation/smart-contracts/purger-module.md): Liquidator of unhealthy troves
- [Absorber Module](https://docs.opus.money/current/technical-documentation/smart-contracts/absorber-module.md): Stability pool as the secondary layer of liquidations
- [Controller Module](https://docs.opus.money/current/technical-documentation/smart-contracts/controller-module.md): Autonomous interest rate governor
- [Equalizer Module](https://docs.opus.money/current/technical-documentation/smart-contracts/equalizer-module.md): The financial controller
- [Stabilizer Module](https://docs.opus.money/current/technical-documentation/smart-contracts/stabilizer-module.md): Enshrining incentivized liquidity
- [Seer Module](https://docs.opus.money/current/technical-documentation/smart-contracts/seer-module.md): The arbiter of collateral prices
- [Receptor Module](https://docs.opus.money/current/technical-documentation/smart-contracts/receptor-module.md): The controller's sensor
- [Flash Mint Module](https://docs.opus.money/current/technical-documentation/smart-contracts/flash-mint-module.md): EIP-3156 Flash Loans
- [Caretaker Module](https://docs.opus.money/current/technical-documentation/smart-contracts/caretaker-module.md): Global shutdown
- [Transmuter Module](https://docs.opus.money/current/technical-documentation/smart-contracts/transmuter-module.md): Direct minting of yin with equivalent assets
- [Security](https://docs.opus.money/current/technical-documentation/security.md): Information about Opus' security processes
- [Internal](https://docs.opus.money/current/technical-documentation/security/internal.md): Internal monitoring and diligence
- [External](https://docs.opus.money/current/technical-documentation/security/external.md): External audits
- [Emergency Procedures](https://docs.opus.money/current/technical-documentation/security/emergency-procedures.md): Guide for handling emergencies
- [Governance](https://docs.opus.money/current/technical-documentation/governance.md): Guidelines on adjusting parameters
- [Onboarding collateral](https://docs.opus.money/current/technical-documentation/governance/onboarding-collateral.md)
- [Monitoring collateral](https://docs.opus.money/current/technical-documentation/governance/monitoring-collateral.md)
- [Onboarding a reward to the Absorber](https://docs.opus.money/current/technical-documentation/governance/onboarding-a-reward-to-the-absorber.md)
- [Deployed Contracts](https://docs.opus.money/current/technical-documentation/deployed-contracts.md)


---

# 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.opus.money/current/technical-documentation.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.
