> 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.3-blockchain-infrastructure-celo-and-ethereum-layer-2-l2.md).

# 4.3 Blockchain infrastructure: Celo and Ethereum Layer 2 (L2)

The FoR protocol is designed to be built on the Celo blockchain, an Ethereum Layer 2 (L2). Ethereum is the world’s most widely used programmable blockchain platform. It is more than a system for transferring money; it functions like a “global computer” capable of executing contracts, such as “automatically sending funds to a designated fund under specific conditions” (smart contracts), while maintaining a high level of security that makes tampering impossible.

However, while Ethereum (the main network, or Layer 1) is highly secure and popular, concentrated usage creates challenges such as “slow processing” and “rising transaction fees (gas fees).” This is where Layer 2 (L2) technology becomes essential.

L2 can be understood as a “high-speed, low-cost dedicated bypass built to avoid congestion on a major road.” Routine, smaller transactions—such as daily payments and transfers to funds—are processed inexpensively on this L2 bypass, while only the final “bundle of results” is recorded on secure Ethereum (the major road). In this way, it is possible to preserve Ethereum’s extremely high security while also achieving the low-cost, fast convenience that can be used in everyday life without burden.

FoR chose the Celo blockchain, which is especially strong among L2 networks in the ecosystem of environmental regeneration, for the following technical reasons.

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

As the “home of ReFi (Regenerative Finance),” Celo has abundant liquidity and a strong developer community around natural capital-backed assets (Natural Capital Assets) and the on-chain representation of carbon credits. For FoR’s future composability with other projects (such as Toucan and KlimaDAO), the Celo ecosystem provides an optimal environment.

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

Celo adopts the OP Stack (Optimism’s technology stack). By leveraging technology long proven on Optimism, FoR inherits Ethereum’s security while achieving the fast transactions and extremely low gas fees characteristic of L2s. This makes it possible to build an economy that is not undermined by transaction costs, even for microtransactions such as “buying a 100-yen coffee” or “recording daily activities.” In addition, with full EVM equivalence, the rich development tools, libraries (OpenZeppelin, EAS), and third-party protocols available on Ethereum can be applied as-is.


---

# 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.3-blockchain-infrastructure-celo-and-ethereum-layer-2-l2.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.
