# PROTOCOL ARCHITECTURE

- [System Overview](https://docs.on.nexus/protocol-architecture/system-overview.md): Structuring the definitive Sovereign Execution Backend for native Bitcoin yield.
- [Universal PSBT Engine](https://docs.on.nexus/protocol-architecture/psbt-engine.md): The cryptographic foundation for atomic execution and sovereign yield settlement.
- [L1 Settlement](https://docs.on.nexus/protocol-architecture/l1-settlement.md): Executing trades and finalizing market-making yield directly on Bitcoin L1 without custodial risk.
- [Fast Execution Accounts](https://docs.on.nexus/protocol-architecture/fast-execution-accounts.md): Deep liquidity state channels enabling high-frequency, non-custodial swaps and continuous sovereign yield.
- [Privacy & MEV Resistance](https://docs.on.nexus/protocol-architecture/mev-resistance.md): Decoupling execution intent from settlement to eradicate MEV and protect institutional capital.


---

# 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.on.nexus/protocol-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.
