> 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.1-an-interface-that-blends-into-everyday-life.md).

# 4.1 An interface that blends into everyday life

FoR aims to become a currency that serves as a medium connecting everyone involved in natural environments. We are designing a highly usable user interface so that anyone active in conservation and restoration work can operate it intuitively. As an application that fits diverse use cases and naturally blends into daily life, it provides the following four functions.

#### 01. Wallet & Exchange｜From hand to hand, carrying intention

<div align="left"><figure><img src="/files/82600e30f51ed0ef662e531da88bc9625111119f" alt="" width="213"><figcaption></figcaption></figure></div>

With your own wallet, you can easily exchange and transfer FoR. Personal remittances and payments at shops can be completed smoothly through intuitive operations. Whether expressing everyday gratitude or supporting satoyama livelihoods, you can begin circulating FoR easily from each wallet.

#### 02. Collective Wallet｜A "Forest Regeneration Fund" we cultivate together

<div align="left"><figure><img src="/files/b08ed65dc77fb27bd8dae05e1da2cc778944e344" alt="" width="213"><figcaption></figcaption></figure></div>

You can check the total amount of the "Forest Regeneration Fund" at any time in real time. By making visible the total amount of FoR accumulated through payments by all app users, it becomes possible to share the sense that not only one person's effort, but the collective will of the community, is growing into a substantial source of capital for regeneration.

#### 03. Status & Badges｜Turning contribution into proof

<div align="left"><figure><img src="/files/880d72c9c4e28e25b0d55b3cce7a3ed761c7d306" alt="" width="213"><figcaption></figcaption></figure></div>

Depending on how much users care for nature and contribute to circulation—such as exchange frequency and transaction history—they are assigned status and badges. We visualize the system so that continued use as an enjoyable practice becomes, in itself, an expression of participation in a regenerative way of life.

#### 04. Timeline & Story｜A story of regeneration woven by records

<div align="left"><figure><img src="/files/4929f3ab661c61d876335238c8efc079a44048d2" alt="" width="213"><figcaption></figcaption></figure></div>

You can preserve a highly transparent history recorded on the blockchain, showing when and what you used it for. This is not merely payment data. It becomes a record that conveys the story of how you supported nature, transforming currency exchange into a richer narrative.


---

# 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.1-an-interface-that-blends-into-everyday-life.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.
