> For the complete documentation index, see [llms.txt](https://docs.kintsu.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kintsu.xyz/the-kintsu-protocol/architecture-and-integration/monad-lst-architecture.md).

# Monad LST Architecture

## Protocol Architecture on Monad

The Kintsu Protocol operates as a series of interconnected Smart Contracts deployed on the blockchain. Each of these contracts serves a specific function of the protocol.

## Core Protocol Smart Contracts

The core smart contracts that make up the Kintsu protocol are the [`Vault Contract`](/the-kintsu-protocol/architecture-and-integration/monad-lst-architecture/stakedmonad-contract.md#the-vault-contract) and the [`Registry Contract`](/the-kintsu-protocol/architecture-and-integration/monad-lst-architecture/stakedmonad-contract.md#the-registry-contract). The function of each of these are detailed in the following page:

{% content-ref url="/pages/q5mo56VdNtqsxdVxJ6Fb" %}
[StakedMonad Contract](/the-kintsu-protocol/architecture-and-integration/monad-lst-architecture/stakedmonad-contract.md)
{% endcontent-ref %}

## **Staking and Un-staking**

These are the mechanisms behind the core actions available to protocol users. In addition, the protocol itself executes certain processes behind the scenes in order to fulfill the desired functionality.

{% content-ref url="/pages/aEoP22K7X91V8gtxh7HI" %}
[Staking and Un-staking Mechanisms](/the-kintsu-protocol/architecture-and-integration/monad-lst-architecture/staking-and-un-staking-mechanisms.md)
{% endcontent-ref %}

## **Community Actions**

These are actions that are necessary for the protocol to function as designed, and any community member can execute them. They may offer incentives to community members to assist in running the protocol. They do not require staking or un-staking of individual tokens.&#x20;

{% content-ref url="/pages/0abwSlOZlFU6RYxNGLn1" %}
[Community Actions](/the-kintsu-protocol/architecture-and-integration/monad-lst-architecture/community-actions.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.kintsu.xyz/the-kintsu-protocol/architecture-and-integration/monad-lst-architecture.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
