> 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/the-staking-parameter-matrix.md).

# The Staking Abstraction Matrix

The core data model of the Staking Abstraction Layer (SAL), known as the Staking Abstraction Matrix, is a crucial tool for abstracting various staking processes. This matrix consolidates data model for Bitcoin staking, including Bitcoin script configurations, staking transaction parameters, LST contract parameters, and yield distribution rules. These parameters are not only shared across the different modules within the SAL but also with all participants involved in the staking process. This ensures that all components work together seamlessly. Through this sharing mechanism, different participants can access the relevant information based on their roles, enabling a more efficient and transparent staking process.

The current version of the **Staking Abstraction Matrix (SAM)** includes the parameters listed below. As the system evolves, more protocols, chains, and parameters will be added to enhance its functionality and coverage.

<figure><img src="/files/ttcBG0TBZMV0A3xKYAMY" alt=""><figcaption><p>Staking Abstraction Matrix</p></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/the-staking-parameter-matrix.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.
