# Liquidity Staking Module (Iqlusion)

The Liquid Staking Module (LSM) is  built and maintained by Iqlusion, and will become a core Cosmos-SDK module. The LSM will be supported by Quicksilver when it is enabled across Cosmos chains.

It enables delegators to tokenize their staked position without the need for unbonding. The tokenized positions, or ‘shares’, are non-fungible between validators and are limited in functionality to facilitate the transfer of bonded positions.

Protocols can utilize LSM in order to onboard existing delegators of a network onto the protocol without the need to unbond, and by extension, without the delegator losing rewards *nor* diminishing the security of the network. Shares are deposited with the protocol and the corresponding representative token is then minted.

<https://github.com/iqlusioninc/liquidity-staking-module>


---

# 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.quicksilver.zone/cosmos-sdk-modules/liquidity-staking-module-iqlusion.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.
