> For the complete documentation index, see [llms.txt](https://forforest.gitbook.io/for/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://forforest.gitbook.io/for/for-en/technology/4.2-why-blockchain.md).

# 4.2 Why blockchain?

#### Building the mechanisms of “regeneration” that only blockchain can make possible

FoR adopts blockchain not because it is merely a trend. Nor is it for speculative purposes. Rather, it is because blockchain can institutionalize the “peace of mind” and “sense of reality” that allow anyone to verify that money for natural regeneration is circulating properly.

**1 Automation: Automation through smart contracts**\
The most important feature of blockchain (Ethereum) is its quality as “programmable money.” The mechanism itself can become an autonomous social infrastructure that continuously sustains circulation on its own, with the potential to overcome the fragility of activities that depend on individual goodwill or the constraints of public budgets. We also described payments as a medium that carries the history and context of care—who cared for what, where, and how. By recording proof of these relationships on-chain through code, they can be treated as more reliable.

**2 Records and Transparency: Care records and transparency**\
Deposits and withdrawals on the blockchain are verifiable by anyone. This removes the opacity of “not knowing what it was used for” and allows FoR’s connections to various forms of “care” to be traced at any time. In particular, if funds for forests and local initiatives are not visibly accountable, distrust arises. Blockchain can disclose the flow of funds—deposits into the fund, expenditures, and allocation rules—in a form that can be verified by third parties. This reduces the administrative costs of auditing and reporting while making it easier to attract external funding.

**3 One Economic Zone: Turning watersheds and mountain systems into a single care economy zone**\
To advance resource allocation and decision-making based on natural units such as watersheds and mountain systems rather than administrative boundaries, we will establish a coded co-creation infrastructure capable of supporting the participation of diverse stakeholders. Ecosystems continue across administrative divisions. When attempting to allocate funding by bioregional units such as watersheds and mountain systems, consensus-building among multiple actors—local governments, companies, residents, NPOs, and others—is necessary. On-chain voting and delegation via smart contracts can clarify the rules and provide “institutional durability,” allowing operations to continue even as participants change.

**4 Sustainability: Environmentally responsible technology**\
Blockchain, once criticized for its electricity consumption, has reduced its energy burden by approximately 99.95% through the adoption of PoS (Proof-of-Stake), as represented by Ethereum, and FoR has adopted it on the basis that this technology can be environmentally responsible. However, because the operational burden of the system is not zero, FoR limits records to the elements for which public accountability and tamper resistance are essential, and does not place everything on-chain. To avoid overapplying technology and to preserve the circulation of care, FoR uses blockchain sincerely as a “minimal social technology.” That is FoR’s stance.


---

# 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://forforest.gitbook.io/for/for-en/technology/4.2-why-blockchain.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.
