> For the complete documentation index, see [llms.txt](https://runemine.gitbook.io/runemine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://runemine.gitbook.io/runemine/user-guides/staking-user-guide/getting-started.md).

# Getting Started

*Staking is live on Solana, giving you flexible ways to put your $MINE to work and earn rewards in real time. Rewards are funded directly from **MineBridge protocol revenue** - meaning the more the bridge is used, the more value flows back to stakers.*

{% hint style="success" %}
**Staking Portal →** [**app.runemine.com/staking**](https://app.runemine.com/staking)
{% endhint %}

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

### 🟄 How $MINE Staking Works

The $MINE staking contract is designed to reward loyalty while keeping things flexible:

#### 🞷 Choose Your Staking Duration

* You can lock $MINE for **any length up to 1460 days (4 years)**.
* Once staked, tokens are locked until that period ends.
* Each wallet can only have **one active stake period** at a time.
* You can **extend** a stake (see Guide to Staking), but not shorten it.

#### 🞷 Staking Power & Multipliers

* **Staking Power** = your share of the rewards pool.
* Longer lockups = higher multipliers = bigger share of rewards relative to other stakers.
* Example: Locking for 1 year currently yields \~20–21% APY (variable).
* Multipliers increase your **effective staking weight**, not your actual balance — at the end you withdraw your original stake + the rewards you earned.

#### 🞷 Rewards Distribution

* Rewards are calculated **every Solana block and are claimable per block**, at any time.
* You can:
  * Compound by restaking rewards.
  * Hold and wait.
  * Delegate to future **Mine Nodes** (coming soon).
  * Or claim back to your wallet whenever you like.

*Now that you understand how the MINE Staking Portal on Solana works, you're ready to start staking..*


---

# 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://runemine.gitbook.io/runemine/user-guides/staking-user-guide/getting-started.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.
