# AMU Staking

## Amplify AMU Rewards

AMU Staking is designed to empower our users with greater control over their assets and amplify their rewards. It offers a pathway to enhanced profitability and long-term sustainability.

{% hint style="info" %}
AMU Staking now live on Solana. Stake [here](https://app.amulet.org/stake) now!
{% endhint %}

## APR Calculations

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

**Explainer:**

<table><thead><tr><th width="306">Interface</th><th>Details</th></tr></thead><tbody><tr><td><strong>Total AMU to be locked</strong></td><td>The amount of $AMU you input</td></tr><tr><td><strong>Multiplier</strong></td><td>Your locked duration/unit locked duration (1 week)</td></tr><tr><td><strong>Your Weightage of the rewards</strong></td><td>Your Locked AMU Amount X Multiplier</td></tr><tr><td><strong>Your Share of the Rewards</strong></td><td>Your Weightage / Total Weightage Units (from all AMU locked) X Total AMU Rewards in the Rewards Pool</td></tr><tr><td><strong>APR</strong></td><td>(Your Share of the rewards / Your Locked AMU) X 100%</td></tr></tbody></table>

#### Example:

Locking 100 AMU for 4 weeks

1. Multiplier = 4 Week/1 week **= 4**
2. Your weightage of the rewards = 100 AMU X 4 = **400 Weightage Units**
3. Your share of the Rewards (to be withdrawn after lock period) = 400/Total Weightage Units (from all AMU locked) X Total AMU Rewards in the Rewards Pool
4. APR = ( Your share of the rewards / Your Locked AMU ) X 100%


---

# 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.amulet.org/documentation/tokenomics/amu-staking.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.
