> For the complete documentation index, see [llms.txt](https://docs.oneworldchain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oneworldchain.org/general/learn-about-the-fuse-platform/fuse-network-blockchain/scaling-l2-payments.md).

# Boosting OWCT's Scalability

Scalability is a challenge faced by all public blockchains, and OWCT is no exception. Although, currently, the OWCT blockchain is far from being saturated by the incoming transactions the project team is keenly aware that this may change at any moment.

Hence, research has been ongoing into the potential options for boosting the scalability of OWCT without significantly sacrificing decentralization and security.

One approach the OWCT team has been considering closely for boosting scalability is optimistic rollups. We have been carefully researching the available options, including Arbitrum and Optimism and we hope to be able to update our community soon on the state and future direction of that effort.

Another line of research and development work has been around Flutter Layer 2 payments (FL2P) relying on zero-knowledge (ZK) rollup technology. It involves processing most of the transactions within a ZK-enabled second layer environment and periodically batching or 'rolling up' transactions as a single ZK proof on the Layer 1 blockchain.

FL2P is an SDK that will enable developers to integrate ZK rollups directly into their mobile crypto wallet software. As OWCT's ecosystem is mobile-centric, the integration of FL2P into the OWCT wallet technology will allow scaling a lion's share of the network transactions.


---

# 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:

```
GET https://docs.oneworldchain.org/general/learn-about-the-fuse-platform/fuse-network-blockchain/scaling-l2-payments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
