> For the complete documentation index, see [llms.txt](https://docs.rwa.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rwa.vip/ii.-economic-theory-of-rwa-ecosystem/game-theory-in-the-rwa-ecosystem-protocol/rwa-ecosystem-game-theory-explanation.md).

# RWA Ecosystem Game Theory Explanation

In the simplest RWA Ecosystem model, there are two players and three possible actions:

* *<mark style="color:blue;">Stake RWA</mark>*
* *<mark style="color:blue;">Buy Bonds</mark>*
* *<mark style="color:blue;">Sell RWA</mark>*

When staking RWA increases returns, the price of RWA rises, and players are more likely to stake. When staking returns decrease and prices fall, players are more inclined to sell RWA. When players are not significantly impacted and have no strong bias, they are more likely to buy bonds (since bonds are discounted, offering arbitrage opportunities, as explained in the whitepaper's bond contract section).

Staking RWA increases the price by +2, while selling RWA lowers the price by -2. Players engaging in RWA swing trading can earn a 50% return. Buying bonds without staking RWA has no impact on the price but provides a +1 profit due to the bond discount.

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

From the table, we can see that the optimal strategy is for both players to cooperate, with the result being 6 when both stake RWA. If one buys bonds and the other stakes, the result is 4. Selling/staking or selling/buying bonds results in a neutral outcome (0). The worst outcome occurs when both players don't trust each other and compete to sell, resulting in -6.

Players' actions depend on premiums, market outlook, macroeconomic conditions, and various other factors. The numbers aren't the focus; the table is meant to highlight the positive environment created by cooperation.

Cooperation leads to the best outcome. If you're not committed long-term, we suggest not participating. We don't need individuals who sell BTC at $50,000 and buy back at $30,000. Perhaps the RWA you hold is a better version of BTC.


---

# 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:

```
GET https://docs.rwa.vip/ii.-economic-theory-of-rwa-ecosystem/game-theory-in-the-rwa-ecosystem-protocol/rwa-ecosystem-game-theory-explanation.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.
