# dApps

- [🛡️Aegis](https://docs.metuslabs.com/metus/dapps/aegis.md): Factory-based architecture
- [Technical Architecture](https://docs.metuslabs.com/metus/dapps/aegis/technical-architecture.md): Aegis is a decentralized, non-custodial staking protocol built on the BNB Smart Chain (BSC). It utilizes a Factory-based architecture to deploy and manage liquidity pools dynamically.
- [🔐 Security Architecture & Math Specifications](https://docs.metuslabs.com/metus/dapps/aegis/security-architecture-and-math-specifications.md)
- [🚀Genesis](https://docs.metuslabs.com/metus/dapps/genesis.md): Simple. Secure. Decentralized.
- [Genesis - Technical Documentation](https://docs.metuslabs.com/metus/dapps/genesis/genesis-technical-documentation.md): Architecture: Factory-Pool Pattern
- [⚡Munera](https://docs.metuslabs.com/metus/dapps/munera.md): Merkle Tree cryptography
- [Munera - Technical Architecture](https://docs.metuslabs.com/metus/dapps/munera/munera-technical-architecture.md): Merkle Tree cryptography
- [⏳Tempus](https://docs.metuslabs.com/metus/dapps/tempus.md): pay-by-the-second
- [Tempus - Technical Architecture](https://docs.metuslabs.com/metus/dapps/tempus/tempus-technical-architecture.md): pay-by-the-second


---

# 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.metuslabs.com/metus/dapps.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.
