> For the complete documentation index, see [llms.txt](https://help.margex.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.margex.com/help-center/fa/staking.md).

# استیکینگ

- [توضیحات مربوط به استیکینگ](https://help.margex.com/help-center/fa/staking/what-is-staking.md): Staking is a yield-generating mechanism that allows you to earn passive income without selling your crypto. Staking on Margex provides multiple advantages - most importantly - no lock up periods!
- [(APY) چیست و چگونه محاسبه می شود](https://help.margex.com/help-center/fa/staking/what-is-staking/apy-income.md): Staking income is paid out daily, based on the lowest value of the balance since the last payout period. Daily yield =  (Lowest value of balance since the latest payout processing period \* APY%) / 365
- [مزایای استیکینگ در مارجکس](https://help.margex.com/help-center/fa/staking/what-is-staking/staking-on-margex-advantages.md): Staking on Margex provides multiple advantages, - great potential APY, a diversified pool of projects and most importantly no lock up periods - stake and trade simultaneously to maximise your profit!
- [محدودیت‌های استخر استیکینگ](https://help.margex.com/help-center/fa/staking/what-is-staking/pool-limits.md): Staked coins are allocated to various DeFi and CeFi projects including cross-chain arbitrage, collateralized loans, etc. Hovering over a pool limit indicator shows remaining liquidity for new stakes.
- [چگونه استیک کنید و از استیک خارج کنید](https://help.margex.com/help-center/fa/staking/stake-unstake.md): To stake coins without restrictions: 1. navigate to the Wallet page; 2. click on the staking activation slider; 3. Confirm your request. Staking payouts are allocated to your wallet balance daily.
- [آمار استیکینگ و ماشین حساب درآمد](https://help.margex.com/help-center/fa/staking/staking-stats-and-calculator.md): Keep track of your staking activity by clicking on the 'APY Rewards' tooltip on the Wallet page - here you can manage active stakes and utilize a staking income calculator.
- [افزایش APY%](https://help.margex.com/help-center/fa/staking/how-to-boost-returns.md): When staking, the entire wallet balance is staked. The larger a trader's balance the higher their yield. Learn how to trade with up to x100 leverage to maximise your returns and boost potential yield.


---

# 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://help.margex.com/help-center/fa/staking.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.
