# MOOX Staking

While LP token staking is awarded with MOOX, holders who don't want to provide liquidity can stake their MOOX to earn lottery tickets.

Any amount of MOOX can be staked.

The earnings are calculated on the ticket amount can be bought with the staked MOOX amount at the time of staking with a fixed APR of 146%.

So, staking 250 BUSD worth of MOOX earns a lottery ticket everyday.

Staked and accumulated ticket amount has 18 decimals. But only integer amount of tickets can be collected.

Adding more MOOX on staked amount, adds the ticket amount that can be bought. And earnings are calculated with the new total ticket amount.

When MOOX is removed from stake, the proportional amount of ticket subtracted.

Ticket earning isn't automatically transferred to wallet when MOOX is added or removed. It must be collected separately.

Even if you remove all of your staked MOOX, your accumulated earning will be kept. After, you stake MOOX back, it will continue accumulating.

There is no lock time restriction for staking. You can stake/unstake whenever you want.


---

# 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.moox.one/moox-ecosystem/moox-staking.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.
