> For the complete documentation index, see [llms.txt](https://docs.blackrockfund.finance/blackrockfund.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blackrockfund.finance/blackrockfund.finance/flywheel-and-game-theory.md).

# Flywheel & Game Theory

## Game Theory: ((3,3) -> (⬛,🪨))

{% hint style="success" %}

### ((3,3, -> (⬛,🪨))

{% endhint %}

**There are 5 actions that holders of $BTC can do: Stake, Hold, and Bond, Unstake Early, Unstake Post Consolidation**

{% hint style="info" %}
EV (Expected value): describes the long-term average level of a random variable based on its probability distribution. The more positive the EV, the higher the outcome for the player.
{% endhint %}

{% hint style="info" %}
RFV: risk free value. In context of BlackRock $BTC, the backing of each $BTC.&#x20;
{% endhint %}

With our debase mechanisms, the EV value for simply holding $BTC has been greatly reduced as their $BTC will be subjected to debase. That being said, **the most +EV action will be to stake.**\
\
Staking $BTC not only earning rewards but will later earn real yield as we transition to the final stage.

As investors buy and stake $BTC, the circulating token supply will be reduced and sell pressure will be reduced. **Coupled with the debase mechanism, the price is likely to go up.**

> **Coupled with the debase mechanism, the price is likely to go up.**

\=> As a result, the discount for bonding will become more attractive for bonders which will attract bonds and raise our treasury. During the bonds, the same circulating supply will be reduced at the same rate via rebase. As a result, **stakers can stake and earn without worrying about their shares being diluted by bonders.**&#x20;

#### *What if token is up so much and there’s a big flush?*&#x20;

When the token is too overvalued, there might be a dip and cause some panic stakers to unstake and sell. To solve this, we have an immediate unstake fee of 5% that’s burned forever. **Stakers will have to stake for 2 days before they can unstake without fees.**

\
This means that during big flush events, the supply will be greatly reduced and increase the rfv of $BTC, making it attractive to buy and stake at lower prices again. And as price rises again, we can continue bonding and gather even bigger treasury.\
\
With this, we are essentially creating an infinite loop that makes the supply neutral to deflationary while growing our treasury and rfv overtime. As a result, the intrinsic value of the token will continue to increase and increase.&#x20;

We call that the SSS Flywheel: Slump Spurs Surge

<figure><img src="/files/FYcoJrZboqAUEPdH6Qbg" alt=""><figcaption><p>BlackrockFund's pioneering innovation: incentivizing price retraces</p></figcaption></figure>

| Action                  | Outcome for Induvidual                                                                                            | Outcome for BlackRockFund                                                                                           | Notes                                                                                                         |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| Stake                   | Positive: Earns rewards and real yield, contributing to a reduction in circulating supply and less sell pressure. | Positive: Reduced circulating supply enhances token value. Increased staker engagement bolsters protocol stability. | Most advantageous in the early and final stages (Expansion).                                                  |
| Hold                    | Negative in comparison: Subject to debase mechanism, leading to a reduction in token value over time.             | Neutral: Passive holders neither contribute to nor detract significantly from protocol dynamics.                    | Less advantageous due to debase mechanism. Encourages transitioning to staking or bonding for better returns. |
| Bond                    | Positive: Contributes to treasury growth, benefiting from rebasing which balances circulating supply.             | Positive: Treasury growth directly supports protocol stability and enhances intrinsic token value.                  | Attractive during all stages, especially during Expansion for treasury bootstrapping.                         |
| Unstake Early           | Negative: Immediate unstake fee leads to a loss, reducing immediate liquidity.                                    | Positive: Fee contributes to supply reduction, increasing the token's relative value.                               | Discourages short-term trading and promotes stability.                                                        |
| Unstake (After Lock-in) | Neutral: No immediate fee, but potential loss due to market conditions.                                           | Neutral: Regular protocol operation without additional benefits or detriments.                                      | Encourages consideration of market conditions before unstaking.                                               |

<table><thead><tr><th>Action</th><th>Stake</th><th>Hold</th><th>Bond</th><th width="124">Unstake (early)</th><th>Unstake (After Lock-in Period)</th></tr></thead><tbody><tr><td>Stake</td><td><mark style="color:green;">(⬛,🪨)</mark></td><td>(+2,-2)</td><td>(+2,0)</td><td>(+2,-1)</td><td>(+2,+1)</td></tr><tr><td>Hold</td><td>(-2,+2)</td><td><mark style="color:red;">(-f,-f)</mark></td><td>(-2,0)</td><td>(-2,-1)</td><td>(-2, +1)</td></tr><tr><td>Bond</td><td>(0,+2)</td><td>(0,-2)</td><td>(0,0)</td><td>(0,-1)</td><td>(0,+1)</td></tr><tr><td>Unstake (early)</td><td>(-1,+2)</td><td>(-1,-2)</td><td>(-1,0)</td><td>(-1, -1)</td><td>(-1, +1)</td></tr><tr><td>Unstake (Post Consolidation)</td><td>(+1,+2)</td><td>(+1,-2)</td><td>(+1,0)</td><td>(+1,-1)</td><td>(+1,+1)</td></tr></tbody></table>

* **Hold vs. Hold/ Unstake Early**: (-2/-1,-2/-1) Both suffer due to a price war.
* **Stake vs. Unstake (Post Consolidation)**: P(A) gains more (+2) from the staking pool and subsequent redemption, while P(B) also benefits (+1) from increase between entry & exit RFV.
* **Unstake (Early) vs. Stake**: P(A) Sold for quick profit compared to potential gains (-1), but P(B) gains more (+2) from increased debasing rate due to P(A) selling into LP.


---

# 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.blackrockfund.finance/blackrockfund.finance/flywheel-and-game-theory.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.
