# Stake

The Stake feature enables exchanging WEMIX for stWEMIX, a liquid staking token that represents staked WEMIX. This guide walks through the complete staking process.

{% hint style="info" %}

#### Prerequisites

Required items for Stake:

* Web3 wallet (WemixPLAY, MetaMask) set up for WEMIX3.0 network
* Native WEMIX to stake and pay network transaction fees
  {% endhint %}

***

{% stepper %}
{% step %}

## Starting to Stake

<figure><img src="/files/BmmGHPfztToX3XM6WIst" alt=""><figcaption></figcaption></figure>

* Connect a wallet to WEMIX.Fi and navigate to the Liquid Staking page.&#x20;

<figure><img src="/files/sCQpLcdrq9hJBUSIoXbo" alt=""><figcaption></figcaption></figure>

* Select WEMIX → stWEMIX to begin the staking process.
  {% endstep %}

{% step %}

## Enter Staking Amount

<figure><img src="/files/FFaGTlkEqr8dXTU9nNxK" alt=""><figcaption></figcaption></figure>

* Input the amount of WEMIX to stake. The interface displays:
  * Current exchange rate between WEMIX and stWEMIX
  * Expected stWEMIX amount based on current exchange rate
  * Estimated annual growth rate of stWEMIX valu
    {% endstep %}

{% step %}

## Executing the Transaction

<figure><img src="/files/czwk4TDze9qX08GnH9ZN" alt=""><figcaption></figcaption></figure>

* Review the staking details and confirm.

<figure><img src="/files/Pc4oGvhitpQXkme0Wg5k" alt=""><figcaption></figcaption></figure>

* The wallet requests approval to process the stake. After approval, the transaction processes on the blockchain.

<figure><img src="/files/oc1oGZiHizN1BqgqK6sn" alt=""><figcaption></figcaption></figure>

* A confirmation notification appears upon successful completion, and stWEMIX is transferred to the wallet.
  {% endstep %}
  {% endstepper %}

***

## Transaction History

<figure><img src="/files/4xdGpIBIyEE7y97nm5NY" alt=""><figcaption></figcaption></figure>

* Completed stakes appear in the Dashboard's Transaction History.


---

# 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/guides/liquid-staking/stake.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.
