# Staking Perpetuals

This perpetual contract tracks the annualized staking rewards APY, allowing traders to speculate on or hedge the level of the staking rate itself. Monad network's staking rewards APY is used throughout the examples below.

<table data-header-hidden><thead><tr><th width="155.5999755859375"></th><th></th></tr></thead><tbody><tr><td><strong>Characteristic</strong></td><td><strong>Description</strong></td></tr><tr><td><strong>What it tracks</strong></td><td>The level of the annualized staking APY for the Monad network.</td></tr><tr><td><strong>Index Definition</strong></td><td>The index price is the annualized staking APY, scaled by 100. For example, a 5.50% APY corresponds to an index price of 550.00.</td></tr><tr><td><strong>Oracle Type</strong></td><td>A staking yield oracle that consumes the live MON staking APY from on-chain protocol data, scales it, and publishes it as the reference price.</td></tr><tr><td><strong>Market Type</strong></td><td>Cash-settled index perpetual: the contract is margined and settled in USD terms.</td></tr><tr><td><p><strong>PnL Formula</strong></p><p><br></p></td><td><p>• PNL (Long) = (Exit Price - Entry Price) × Position Size + Total Funding_ Received </p><p>• PNL (Short) = (Entry Price - Exit Price) × Position Size + Total Funding Received </p><p></p><p>Where: </p><p>• Entry Price / Exit Price: The perp price (the scaled APY) at which a position is opened and closed. </p><p>• Position Size: The number of contracts in the position.</p></td></tr><tr><td><p><strong>Use Cases</strong></p><p><br></p></td><td><p><strong>Long (Bet on higher APY):</strong></p><p>• Gain leveraged exposure to the Monad staking APY without holding the underlying asset.</p><p>• Speculate that network activity, transaction fees, or MEV will increase, driving up the staking APY level.</p><p></p><p><strong>Short (Hedge staking or bet on lower APY):</strong></p><p>• A hedge for large Monad stakers or validators to lock in a fixed rate on their expected rewards.</p><p>• Express a view that the Monad staking APY will fall.</p></td></tr><tr><td><strong>Users</strong></td><td>• Validators and staking operators running MON infrastructure<br>• Protocol treasuries and DAOs with large MON staking exposure<br>• Sophisticated retail traders and yield speculators</td></tr><tr><td><strong>Vol-stat (σ)</strong></td><td>Low–medium. The staking APY typically moves more slowly than the spot price but can jump on governance changes, fee shifts, or changes in network usage.</td></tr><tr><td><strong>Margin Numbers</strong></td><td>Derived from the Max Leverage tiers for this market. For example, if the risk engine assigns a 5x max leverage, the Initial Margin (IM) is ~20% of notional.</td></tr></tbody></table>

[See additional market mechanics and parameters](https://docs.nunchi.trade/market-mechanics-and-parameters#monad-staking-rate-perpetual-market-parameters)


---

# 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.nunchi.trade/nunchi-yield-exchange-perps/yex-perps-specifications/staking-perpetuals.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.
