# Conditions

## Unstaking Period

Liquid staking includes a **7 day unstaking period** during which redeemed tokens are not immediately available. This period is determined by the underlying WEMIX3.0 staking mechanism. During the unstaking period, the position stops earning rewards.

**The unstaking period cannot be cancelled once initiated.** Unstaking transactions should be planned in advance if funds are needed by a specific date.

***

## Smart Contract Risk

Liquid staking positions interact with smart contracts that carry inherent risks including bugs, exploits, or vulnerabilities. While WEMIX.Fi contracts undergo security audits (see [**Security & Audits**](/reference/security-and-audits.md)), no system is entirely risk-free. Staked assets are held in smart contracts throughout the staking period.

***

## Liquid Staking Token Depeg Risk

Liquid Staking Tokens represent claims on staked assets and rewards. Under normal conditions, liquid staking tokens maintain their intended exchange rate with the underlying native token (redemption value). However, market conditions, liquidity constraints, or technical issues could cause temporary or permanent deviation (depeg) from the expected value.

If stWEMIX is traded on secondary markets ([**Swap**](https://wemix.fi/swap), [**Pool**](https://wemix.fi/pool)), their exchange rate may differ from the redemption value. This price discrepancy can create arbitrage opportunities or result in unfavorable exchange rates when selling liquid staking tokens before unstaking.

{% hint style="info" %}

#### Example Depeg Scenario

* Redemption value: 1 stWEMIX = 1.05 WEMIX
* Exchange rate on DEX: 1 stWEMIX = 1.02 WEMIX (3% discount)
* Selling on DEX results in 3% loss compared to unstaking and waiting 7 days
  {% endhint %}

***

## **Related Documentation:**

* Use stWEMIX in trading: [**Swap**](/services/swap.md)
* Provide stWEMIX liquidity: [**Pool**](https://wemix.fi/pool)
* Security information: [**Security & Audits**](/reference/security-and-audits.md)


---

# 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/conditions.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.
