> 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/technology/43-burokkuchncelotoethereum-layer-2l2.md).

# 4.3 ブロックチェーン基盤：CeloとEthereum Layer 2（L2）

FoRプロトコルは、EthereumのLayer 2（L2）である「Celo（セロ）」ブロックチェーン上での構築を前提としています。Ethereumとは、世界で最も広く使われているプログラム可能なブロックチェーンのプラットフォームです。ただお金を送るだけでなく、「特定の条件で自動的に基金へ送金する」といった契約（スマートコントラクト）を、改ざん不可能な高い安全性を保ちながら実行できる「世界共通のコンピューター」のような存在です。

しかし、Ethereum（メインネットワーク＝Layer 1）は非常に安全で人気がある反面、利用者が集中することで「処理に時間がかかる」「手数料（ガス代）が高騰する」という課題を抱えています。そこで重要になるのが「Layer 2（L2）」の技術です。

L2とは、例えるなら「大通りの渋滞を避けるために作られた、高速かつ低コストな専用バイパス」です。日常的な細かな取引（日々の決済や基金への送金など）はこのL2のバイパス上で安価に処理し、最終的な「結果の束」だけを安全なEthereum（大通り）に記録します。これにより、Ethereumの「極めて高い安全性」を維持したまま、私たちが日常的に負担なく使える「安くて速い」利便性を両立させることができるのです。

FoRが、数あるL2の中でも特に環境再生のエコシステムに強みを持つCeloブロックチェーンを採用したのには、以下の技術的理由があります。

#### ReFi Native Ecosystem:&#x20;

Celoは「ReFi（再生金融）の本拠地」として、自然資本を裏付けとする資産（Natural Capital Assets）や、カーボンクレジットのオンチェーン化に関する豊富な流動性と開発者コミュニティを有しています。FoRが将来的に他プロジェクト（ToucanやKlimaDAOなど）とコンポーザビリティ（構成可能性）を持つ上で、Celoエコシステムは最適な環境です。

#### L2 Scalability & EVM Equivalence:&#x20;

CeloはOP Stack（Optimismの技術スタック）を採用しています。Optimismで長く活用されてきた技術を採用することによる信頼感を得た上で、FoRはEthereumのセキュリティを継承しつつ、L2特有の高速なトランザクションと極めて低いガス代（手数料）を実現します。これにより、「100円のコーヒーを買う」「日々の活動を記録する」といったマイクロトランザクションにおいても、手数料負けしない経済圏を構築することができます。また、完全なEVM等価性により、Ethereum上の豊富な開発ツールやライブラリ（OpenZeppelin, EAS）、サードパーティプロトコルをそのまま適用可能です。


---

# 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/technology/43-burokkuchncelotoethereum-layer-2l2.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.
