> For the complete documentation index, see [llms.txt](https://docs.landboard.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.landboard.io/tokens/land/staking-and-rewards.md).

# Staking & Rewards

To incentivize token holders and contributors, the LAND and LKLAND tokens can be staked via our Staking Smart Contracts.

The rewards system is intended to advantage early stakers and decrease over time to ensure the long-term stability of the LAND [tokenomics](/tokens/land/economics.md).

<figure><img src="/files/AEjc7iY3toXVFbVWOg9k" alt=""><figcaption><p>Staking Economics model</p></figcaption></figure>

Staking, unstaking and LKLAND unlocking can be done via the [Staking App](/apps/staking.md).

### Present staking plans & APRs

* 15 days - 27.24% APR
* 30 days - 28.33% APR
* 60 days - 29.27% APR
* 120 days - 31.6% APR
* 240 days - 34.87% APR

{% hint style="info" %}
Choosing a staking time period means you're willing to stake the tokens until the end - changing your mind and unstaking before time ends will result in a 30% rewards penalty and 5 days of undelegation time.
{% endhint %}

## Tiles Rewards

To read more about TIles Rewards and their passive income, please visit [this page](/tokens/nfts/virtual-land.md#passive-income).


---

# 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.landboard.io/tokens/land/staking-and-rewards.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.
