# Architecture

- [Overview](https://helios-finance.gitbook.io/helios-finance/architecture/quickstart.md)
- [Helios & MIDL Architecture Overview](https://helios-finance.gitbook.io/helios-finance/architecture/quickstart/helios-and-midl-architecture-overview.md)
- [MIDL Validator Network (DPoS Consensus Layer)](https://helios-finance.gitbook.io/helios-finance/architecture/quickstart/midl-validator-network-dpos-consensus-layer.md)
- [Threshold Signature Scheme](https://helios-finance.gitbook.io/helios-finance/architecture/quickstart/threshold-signature-scheme.md)
- [Lending Logic Layer by Helios](https://helios-finance.gitbook.io/helios-finance/architecture/quickstart/lending-logic-layer-by-helios.md)
- [Roles and Responsibilities Summary](https://helios-finance.gitbook.io/helios-finance/architecture/quickstart/roles-and-responsibilities-summary.md)
- [Bitcoin-Native Smart Contracts](https://helios-finance.gitbook.io/helios-finance/architecture/publish-your-docs.md)
- [Bitcoin Settlement Flow and One-Step Transactions](https://helios-finance.gitbook.io/helios-finance/architecture/publish-your-docs-1.md)
- [Bitcoin Settlement & Finality](https://helios-finance.gitbook.io/helios-finance/architecture/publish-your-docs-2.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://helios-finance.gitbook.io/helios-finance/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.
