> For the complete documentation index, see [llms.txt](https://orbcity.gitbook.io/orbcity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbcity.gitbook.io/orbcity/building/green-value-system/benefit.md).

# Benefit

A building's Green Value acts to clean up polluted areas, meaning it is an element that can interact with the land and functions in conjunction with elements in the building system.

### Green Value Benefit 1

$$
Green~~Value\_{n}=District~~Lay~~Production~~\*\~\[1+0.002n]
$$

$$
n=\sum Green~~Value~~in \~District
$$

The District's $Lay 007 production increases with the value of the Green Value. For example, if a building has a maximum Green Value of 14, the District in which it is located increases its $Lay 007 production by 2.8%. If a building is tiered COMMON but has a high Green Value, its production may be more efficient in some Districts than the taxes of a higher-tiered building.

{% hint style="info" %}
**District, 1 tier 6LV, has 22 contracts with 14 GV building**, \
-> Lay 007 production increases by 61.6% \
**District, 1 tier 1LV, has 5 contracts with 1 GV building**, \
-> Lay 007 production increases by 1.0% \
**District, 3 tier 6LV, has 8 contracts with 14 GV building**, \
-> Lay 007 production increases by 22.4% \
**District, 3 tier 1LV, has 1 contracts with 1 GV building**, \
-> Lay 007 production increases by 0.2%
{% endhint %}

### Green Value Benefit 2

$$
Green~~Value\_{n}=Building~~Repair~~Fee~~*\~\[1-0.04*(n-1)]
$$

A building's Repair Fee decreases based on the value of its Green Value. For example, if a building has a maximum Green Value of 14, the repair fee is reduced by 52%.

{% hint style="info" %}
**→For the 1 GV building**, the repair fee will be decreased by 0%. \
\&#xNAN;**→For the 5 GV building**, the repair fee will be decreased by 16%. \
\&#xNAN;**→For the 9 GV building**, the repair fee will be decreased by 32%.
{% endhint %}

### Green Value Benefit 3

$$
Green~~Value\_{n}=\[\sum Building~~Mebership~~Points]~~\*\~\[1+0.01n]
$$

Building membership points are affected by the Green Value. The calculation for Green Value is the same as above: all Building Membership Points owned by a building owner are added together to receive a percentage point.

{% hint style="info" %}
**If the building's total membership points are 100,000 and added Green Value is 20** \
-> 100,000 \* 20% = 120,000 \
**If the building's total membership points are 100,000 and added Green Value is 80** \
-> 100,000 \* 80% = 180,000
{% endhint %}

{% hint style="info" %}
**Note: Please note that all figures are subject to change by governance.**
{% endhint %}


---

# 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://orbcity.gitbook.io/orbcity/building/green-value-system/benefit.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.
