> For the complete documentation index, see [llms.txt](https://docs.metalx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metalx.com/staking/staking-on-metal-x/stake-loan-fixed-term.md).

# Stake LOAN (Fixed Term)

LOAN staking uses a **fixed-term model** where tokens are locked for a selected duration in exchange for rewards.

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

#### How LOAN Staking Works

* When LOAN is staked, it is wrapped into **sLOAN**
* sLOAN accrues LOAN rewards over time
* Tokens remain locked until the selected term ends
* Upon unstaking, sLOAN is automatically unwrapped back into LOAN

#### Key Features

* **Term:** Fixed
* **APR:** Variable (displayed at time of staking)
* **Lockup:** 7 days up to 4 years
* **Reward Multiplier:** Longer lockups receive higher multipliers (up to 4×)
* **Governance:** Staked LOAN can be used for [governance voting](https://gov.xprnetwork.org/communities/5)

#### Staking LOAN

<div align="left"><figure><img src="/files/S8kUCr2m4mqbyoAJ8xtT" alt="" width="375"><figcaption></figcaption></figure></div>

1. Select **Stake LOAN** (click [details](https://app.metalx.com/staking/LOAN) or stake)
2. Enter the amount of LOAN to stake
3. Choose a lockup duration
4. Review APR and multiplier
5. Confirm the transaction

Once staked, tokens cannot be withdrawn until the lockup period expires.

#### Unstaking LOAN

* Fixed-term positions automatically mature at the end of the selected term
* Matured positions can be unstaked from [**My Positions**](https://app.metalx.com/staking?tab=user#assets-content)
* Upon unstaking, LOAN and accrued rewards are returned to your wallet


---

# 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.metalx.com/staking/staking-on-metal-x/stake-loan-fixed-term.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.
