# Hyperliquid LST Architecture

## Protocol Architecture on Hyperliquid

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 `StakedHype` Contract (manages the Vault and the Validator registry) and the `sHYPE` contract (ERC-20 token). The function of the `StakedHype` contract is detailed in the following page:

{% content-ref url="/pages/HA0wH1vUUpcPBFW9TIDR" %}
[StakedHype Contract](/the-kintsu-protocol/architecture-and-integration/hyperliquid-lst-architecture/stakedhype-contract.md)
{% endcontent-ref %}

## **Staking and Un-staking on Hyperliquid**

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/PjBKbcv6lOto8t63RdOe" %}
[Staking and Un-staking Mechanisms](/the-kintsu-protocol/architecture-and-integration/hyperliquid-lst-architecture/staking-and-un-staking-mechanisms.md)
{% endcontent-ref %}

## Integration Guide

{% content-ref url="/pages/AYXu8hFwy6MScPBp9yKR" %}
[3rd Party Integration Guide](/the-kintsu-protocol/architecture-and-integration/hyperliquid-lst-architecture/3rd-party-integration-guide.md)
{% endcontent-ref %}

## StakedHype Interface

A condensed interface containing the most important functions for integrating with the Kintsu core protocol on Hyperliquid.

{% content-ref url="/pages/zRzNEIv1AZY2SPf8JHfg" %}
[Contract Interface, ABI, & Functions](/the-kintsu-protocol/architecture-and-integration/hyperliquid-lst-architecture/contract-interface-abi-and-functions.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/NGwUOCKli2hwgD30Tnti" %}
[Community Actions](/the-kintsu-protocol/architecture-and-integration/hyperliquid-lst-architecture/community-actions.md)
{% endcontent-ref %}


---

# 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.kintsu.xyz/the-kintsu-protocol/architecture-and-integration/hyperliquid-lst-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.
