> For the complete documentation index, see [llms.txt](https://bountytemple.gitbook.io/whitepaper-v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bountytemple.gitbook.io/whitepaper-v1/marketplace-and-tokenomics/proprietary-algorithms.md).

# Proprietary Algorithms

Bounty Temple's Proprietary Algorithms are the cornerstones of the P2EE model. Currently, 2 inter-related algorithms called the Weather Effect and Barrier Effect are employed; the former is used to control the price and supply of $GIA, while the latter serves to protect the value of BTMs.

## Weather Effect

The Weather Effect plays a vital role in ensuring the price stability of $GIA. The algorithm will be activated when the ratio of $GIA minted versus $GIA burned reaches a pre-defined threshold.

There are 4 tiers with different minting rate reductions:

* **Sunny**: -20% minting rate
* **Cloudy**: -40% minting rate
* **Rainy**: -60% minting rate
* **Stormy**: -80% minting rate

<div><figure><img src="/files/ioX3MlCPN3U0RyTxytuy" alt=""><figcaption><p><strong>Sunny</strong></p></figcaption></figure> <figure><img src="/files/gkD6zZ7i1TiAIruhawb8" alt=""><figcaption><p><strong>Cloudy</strong></p></figcaption></figure> <figure><img src="/files/7fRlIGjCbk20uHZIUYQz" alt=""><figcaption><p><strong>Rainy</strong></p></figcaption></figure> <figure><img src="/files/oxBB3zeqPA6THh8JNp80" alt=""><figcaption><p><strong>Stormy</strong></p></figcaption></figure></div>

#### The Algorithm

* Under normal circumstances: Total $GIA burned = (Total $GIA minted) x2
* Minted $GIA will be stored in the Pool
* The token burning rate will be monitored by the $GIA Burn Meter, which will show the ratio of the $GIA in the Pool versus the daily $GIA withdrawal amount
* The Weather Effect will be activated when the amount of $GIA in the Pool falls **below 55% in a 24-hour period**, thus slowing down the minting rate accordingly

## Barrier Effect

The Barrier Effect is designed to help newcomers to the game reap the same amount of benefits as players who have early access to the game, thus helping Bounty Temple maintain a healthy player acquisition versus dropout rate.

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

#### The Algorithm

* When new BTMs are crafted, the player has the option to activate the Barrier Effect, which will be in effect for 75 days
* When the Barrier Effect is activated, new BTMs will be immune to the Weather Effect, ensuring that earnings are not affected for players with new BTMs


---

# 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://bountytemple.gitbook.io/whitepaper-v1/marketplace-and-tokenomics/proprietary-algorithms.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.
