> For the complete documentation index, see [llms.txt](https://my-luxuries-life-style.gitbook.io/my-luxuries-life-style-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://my-luxuries-life-style.gitbook.io/my-luxuries-life-style-docs/staking-mechanism.md).

# Staking Mechanism

<mark style="color:orange;">`The MLLF staking mechanism is a core utility feature designed to reward long-term holders, stabilize token supply, and generate consistent passive income for ecosystem participants. By staking MLLF tokens, holders actively contribute to ecosystem health while earning compounding returns over time.`</mark>

### <mark style="color:$primary;">**`How Staking Works`**</mark>

Token holders can lock their MLLF tokens into the platform's smart contract-powered staking pools for a selected duration. Once staked, tokens begin generating rewards automatically, distributed proportionally based on the amount staked and the chosen lock-up period. All staking operations are governed by audited smart contracts, ensuring transparent, trustless, and fully automated reward execution.

Staking Tiers & Reward Structure

MLLF offers a tiered staking model that incentivizes greater commitment with higher returns:

| Staking Period | Estimated APY |
| -------------- | ------------- |
| 30 Days        | 8%            |
| 90 Days        | 15%           |
| 180 Days       | 25%           |
| 365 Days       | 40%           |

Higher lock-up periods deliver significantly greater yields, encouraging long-term participation and reducing circulating token supply simultaneously.

Reward Sources

Staking rewards are funded through multiple ecosystem revenue streams including:

* Rental income generated from underlying real estate assets
* Platform transaction fees collected across marketplace activity
* Token allocation reserved specifically within the staking rewards pool

Benefits of Staking

* Passive Income — Earn consistent MLLF rewards without active trading
* Supply Reduction — Locked tokens reduce circulating supply, supporting token value
* Ecosystem Stability — Staking promotes long-term holder commitment over short-term speculation
* Compounding Growth — Reinvested rewards accelerate portfolio growth over time

Unstaking Policy

Participants may unstake tokens upon lock-up period completion with full rewards intact. Early unstaking is permitted but subject to a penalty fee, ensuring ecosystem stability and discouraging short-term speculative behavior.

<br>


---

# 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://my-luxuries-life-style.gitbook.io/my-luxuries-life-style-docs/staking-mechanism.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.
