> For the complete documentation index, see [llms.txt](https://learn.woo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.woo.org/user-guides/how-to-stake-on-woo-x.md).

# How to stake on WOO X

Realizing that not all users want to manage their own private key and use DeFi protocols, WOO X built a centralized portal that allows users to stake WOO via the mobile or web app in a simple one-click experience.&#x20;

**How much is the yield?**

Yields are generated in USDC by protocol revenues, which then buys back WOO daily on behalf of the user. The rate fluctuates based on onchain volumes and the price of WOO - as volumes go up or the price of WOO decreases, more WOO is able to be purchased each day.

**Other important details**

Staked WOO can be withdrawn at any time, but requires a 24-hour settlement period for WOO X to aggregate all new deposits and withdrawals, and perform an onchain settlement.&#x20;

On the web app, check out WOO Staking in the navigation bar.&#x20;

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

On mobile, find the staking shortcut from the home page, or within My WOO.&#x20;

Users can deposit WOO to WOO X on most popular chains, including Ethereum, Arbitrum, BSC, Avalanche, and Solana. Once the deposit is confirmed, users can stake, and begin&#x20;

If you have more questions, check out the FAQ on WOO X: <https://support.woox.io/hc/en-us/articles/44759090386713--Staking-FAQ>


---

# 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://learn.woo.org/user-guides/how-to-stake-on-woo-x.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.
