# My Positions

The **My Positions** [page](https://app.metalx.com/staking?tab=user#assets-content) provides a detailed view of all your active and completed staking positions on Metal X. This page is designed to help you track individual stakes, manage unstaking, and claim rewards.

Each staking position is listed separately, even if multiple positions use the same asset.

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

### Positions Overview

At the top of the page, users can view a summary of their staking activity, including:

* **Total Staked** – Combined USD value of all active staking positions
* **Net APR** – Weighted average APR across all positions
* **Rewards** – Total unclaimed rewards available to claim

Rewards displayed here may include rewards from multiple staking products.

***

### Position Table

Each row in the **My Positions** table represents a single staking position and includes the following details:

#### Staked Asset

Displays:

* Asset name and icon (e.g. XPR, LOAN)
* Amount staked
* Estimated USD value at current prices

#### Term

Indicates the staking model used for the position:

* **Fixed** – Tokens are locked until a specified end date
* **Flexible** – Tokens can be unstaked at any time after an unlock period

#### APR

The APR associated with that specific staking position at the time it was created.

> APRs are variable and shown for reference. Future rewards are not guaranteed.

#### Status

Shows the current state of the position, such as:

* **Active** – Position is currently earning rewards
* **Available to Unstake** – Lockup period has ended and tokens can be withdrawn
* **Available to Claim** – Rewards are available to be claimed
* **Unstaking** – Tokens are in an unlock period (if applicable)

#### Actions

Available actions depend on the position’s status:

* **Claim** – Claim accrued rewards
* **Unstake** – Withdraw staked assets after lockup or unlock period

***

### Fixed-Term Positions (LOAN)

* Fixed-term positions cannot be unstaked early
* Once the lockup period ends, the position will display **Available to Unstake**
* Unstaking returns the original LOAN plus any accrued rewards
* Each fixed-term stake is treated as a unique position

Users may have multiple fixed-term positions with different APRs and lockup durations.

***

### Flexible Positions (XPR)

* Flexible positions remain active until the user initiates unstaking
* Rewards can be claimed independently of unstaking
* When unstaking is initiated, the position enters a short unlock period
* After the unlock period, XPR can be withdrawn back to the wallet

***

### Claiming Rewards

* Rewards can be claimed directly from the **My Positions** table
* Claiming rewards does not affect the staked principal
* Claimed rewards are sent directly to your connected wallet

***

### Important Notes

* Each staking position is tracked independently
* APRs may differ between positions, even for the same asset
* Historical positions may remain visible for reference
* All staking actions are executed on-chain

Always review position details before unstaking or claiming rewards.


---

# 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.metalx.com/staking/staking-on-metal-x/my-positions.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.
