> For the complete documentation index, see [llms.txt](https://docs.meteorwallet.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meteorwallet.app/meteor-guides/what-is-liquid-staking-and-how-to-do-it.md).

# What Is Liquid Staking and How To Do It

It's super simple to liquid stake your NEAR with Meteor Wallet through our partnership with Meta Pool.

Click the 'Stake' button from your wallet home page or visit <https://wallet.meteorwallet.app/wallet/deposit> in the web wallet.

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

From the Staking home page, select Liquid Staking.

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

You'll then see an option to Create New Staking, and any currently staked validators. In this case you can see one staked validator for this wallet.

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

Select Create New Staking.

You enter the amount of NEAR you would like to stake.

You'll see real-time the resulting stNEAR along with key details including APY, unstake fee and unlock period.

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

Click Stake if you're happy. You'll see a summary screen to review your staking. Click Confirm.

<figure><img src="/files/913Fqm70hmdwqQh2aA9a" alt=""><figcaption></figcaption></figure>

A pop up to confirm you have liquid staked successfully will appear, congratulations!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.meteorwallet.app/meteor-guides/what-is-liquid-staking-and-how-to-do-it.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
