# How to stake in MyTonWallet?

**Staking** allows you to participate in network validation by locking your **cryptocurrency** tokens. **MyTonWallet** provides a technical interface for interacting with official **TON Liquid Staking** smart contracts.

## :money\_with\_wings: Getting Started

{% stepper %}
{% step %}
Tap **Earn** in the **Wallet** menu.
{% endstep %}

{% step %}
Select a token: **TON**, **USDe,** or **MY\***, and enter the **amount** you'd like to stake.
{% endstep %}

{% step %}
View your estimated yearly profit and **confirm** the operation.
{% endstep %}

{% step %}
**Done!** Your tokens are now staked through the smart contract.
{% endstep %}
{% endstepper %}

You can view your **staking history** by scrolling down. Adjust the staking amount or withdraw at **any time** according to the smart contract terms.

{% hint style="info" %}
The staking screen shows **TVL** (**total value locked**): the total value of assets currently staked in the pool for that option. You may also see **how many users are staking**, which helps compare scale at a glance.
{% endhint %}

> Staking is performed through official TON smart contracts that have been audited. **MyTonWallet** provides the interface and computing resources for staking but does not have access to your funds. Please evaluate potential risks independently before making investment decisions.

> \***MY** token is not intended for acquisition, use, or distribution by residents of the United Arab Emirates. Users located in the UAE should refrain from any activity involving this token.

***

{% hint style="success" %}
Next: read about [**benefits and risks of staking**](/intro/staking/what-are-the-benefits-and-risks-of-staking.md) and how to [**withdraw assets from staking**](/intro/staking/how-to-withdraw-assets-from-staking.md).
{% endhint %}


---

# 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://help.mytonwallet.io/intro/staking/how-to-stake-in-mytonwallet.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.
