# How It Works

## Mission

Kintsu is a [Liquid Staking Protocol](/overview/liquid-staking.md). Our mission is to boost the GDP of Proof-of-Stake blockchains by allowing users to participate in on-chain activities while also benefitting from the yield-bearing staking that secures the blockchain. We do this by providing stakers with a liquid token which is backed by the blockchain's staked native gas tokens. We call this a Liquid Staking Token, abbreviated as `LST` .

{% hint style="info" %}
**Note:** Kintsu refers to its LSTs as "sTokens". For example, the Gas Token of Monad is MON, and the LST of Kintsu on Monad is sMON.
{% endhint %}

## How it works

Kintsu improves on [Delegated Proof-of-Stake](/overview/proof-of-stake-blockchains.md#delegated-proof-of-stake-dpos) by allowing users to participate without themselves having to find and choose a validator to which to delegate. To accomplish this, Kintsu pools users’ Gas Tokens together and delegates them across a set of participating network [Validators](/overview/proof-of-stake-blockchains.md#staking-and-validators) for staking, and gives those users sTokens (the collateral) that can be used to redeem their staked Gas Tokens at any time. The protocol maintains a decentralized list of participating validators, routes staking requests to them, and facilitates redemption requests on behalf of the user.


---

# 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/how-it-works.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.
