> For the complete documentation index, see [llms.txt](https://docs.spydra.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spydra.app/open-rwa-paper/tokenomics/yield-mechanisms.md).

# Yield Mechanisms

ORWA offers several yield mechanisms to incentivize token holding and participation within the ecosystem:

Staking Rewards

* **Fixed APY:** Users who stake ORWA tokens are rewarded with a fixed Annual Percentage Yield (APY), which incentivizes long-term holding and network participation. The APY may vary based on the duration of the staking period, with longer commitments offering higher returns.
* **Lock-up Periods**: Different staking options with various lock-up periods (e.g., 3 months, 6 months, 1 year) allow users to choose the best fit for their investment strategy while securing the network.

Yield Farming

* **Liquidity Pools**: Users can provide liquidity to ORWA trading pairs on decentralized exchanges (DEXs) and earn rewards in the form of additional ORWA tokens or other tokens from the platform. This mechanism not only rewards users but also helps maintain liquidity and stabilize the market.
* **Dynamic Yield:** The yield from farming may be dynamic, adjusting based on factors such as pool size, market demand, and platform activity, ensuring that rewards are balanced with market conditions.

Revenue Sharing

* **Profit Distribution**: A portion of the platform’s revenue, such as transaction fees or partnership proceeds, is distributed to ORWA token holders. This revenue sharing aligns the interests of the platform with its users, rewarding them for their participation and support.
* **Stablecoin Payouts:** Revenue shares may be distributed in stablecoins to provide a stable and predictable income stream for token holders, enhancing the attractiveness of holding ORWA tokens.


---

# 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.spydra.app/open-rwa-paper/tokenomics/yield-mechanisms.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.
