# Liquid Staking

The Liquid Staking service on WEMIX.Fi enables participation in staking while maintaining liquidity and flexibility. Unlike traditional staking, which locks tokens for extended periods, liquid staking issues **liquid staking tokens** that represent the staked position.&#x20;

## **How Liquid Staking Works**

When tokens are deposited for liquid staking, the platform issues **stWEMIX** - a liquid staking token that represents the staked position plus accumulated rewards. This liquid staking token increases in redemption value over time as staking rewards are earned. stWEMIX can be held to continue earning rewards, or redeemed back to WEMIX.

### Key Benefits

* **Maintained Liquidity**: Staked assets remain accessible through stWEMIX
* **Continuous Rewards**: Rewards accrue automatically without manual claiming
* **Flexibility**: Exit staking positions through exchanging stWEMIX&#x20;

***

## Understanding Liquid Staking Token: stWEMIX

Liquid staking tokens (e.g., stWEMIX) are receipt tokens representing both the principal staked amount and all accumulated rewards. These are **balance-invariant tokens with increasing redemption value over time** — the token balance in the wallet remains constant while the amount of native tokens redeemable per stWEMIX increases as rewards accrue.

{% hint style="info" %}

#### Example

* Initial deposit: 1,000 WEMIX → receive 1,000 stWEMIX (1:1 ratio)
* After 6 months at 5% APY: 1,000 stWEMIX → redeemable for 1,025 WEMIX (1:1.025 ratio)
* After 12 months at 5% APY: 1,000 stWEMIX → redeemable for 1,050 WEMIX (1:1.05 ratio)

The stWEMIX balance remains 1,000 throughout, but its redemption value increases from 1,000 → 1,025 → 1,050 WEMIX as rewards accumulate.
{% endhint %}

***

## **Fee Structure**

Liquid Staking on WEMIX.Fi charges a protocol fee on staking activities. Fees are collected at the protocol level and sent to the Treasury. Fee structures and rates are subject to change. Gas fees paid in WEMIX are required for all liquid staking transactions including deposits, redemptions, and any transfers of stWEMIX.


---

# 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.wemix.fi/services/liquid-staking.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.
