> For the complete documentation index, see [llms.txt](https://docs.solv.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solv.finance/staking-abstraction-layer-sal/architecture/the-technical-architecture.md).

# The Technical Architecture

The **Staking Abstraction Layer (SAL)** is a modular architecture designed to facilitate secure and efficient BTC staking through key components that interact with the **Staking Abstraction Matrix (SAM)**. Key modules in the SAL include the **LST Issuance Service**, **Staking Verification Service**, **Transaction Building Service**, and **Yield Distribution Service**, all of which rely on the SAM for defining transaction rules, validation criteria, and yield calculations.&#x20;

Together, these components form a robust framework that ensures security, transparency, and efficiency in BTC staking and LST issuance, allowing users to maximize their staking yields while minimizing risks associated with staking processes and cross-chain interactions.

<figure><img src="/files/wRnJn3laGhRQuoGQd2hL" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.solv.finance/staking-abstraction-layer-sal/architecture/the-technical-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.
