> For the complete documentation index, see [llms.txt](https://docs.ryoshiresearch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ryoshiresearch.com/welcome/features-and-benefits.md).

# Features and Benefits

Key features of the Layer 2 solution

1. **Modularity and sovereignty**

   CDK offers a modular environment for ZK-powered L2 chain design. Developers can customize chains according to their needs.
2. **Scalability**

   Ryoshi L2 enhances transaction speed and can be multiplied to achieve an elastically scalable ecosystem.
3. **Independent data availability**

   With a dedicated data availability layer and a data availability committee, Ryoshi L2 provides robust off-chain data access and reliability. This structure, independent of Ethereum, ensures substantial data resilience and integrity.
4. **Interoperability (forthcoming)**

   Through an in-development interop layer, CDK-developed chains can be seamlessly interoperable, meaning atomic L2 <> L2 transactions. Ryoshi L2 will have the opportunity to opt-in to the interop layer and tap unified liquidity.
5. **Near-instant finality**

   Ryoshi L2 relies on cryptographic security, ensuring transaction integrity without the need of full nodes. This approach guarantees near-instant finality and robust security.
6. **Extensive Web3 support**

   Ryoshi L2 leverages a comprehensive ecosystem with premium service providers offering essential tools for application integration, development, and deployment.

Advantages over existing solutions

1. As Polygon CDK offers a suite of tools, libraries, and documentation to streamline the development, testing, and deployment processes of DApps, this allows developers to build their applications more quickly and deploy them more easily on Ryoshi.
2. Ryoshi L2 is compatible with the Ethereum Virtual Machine (EVM), which means developers can use familiar Solidity language and tools to build smart contracts and decentralized applications (DApps) without needing to learn new programming languages or tools.
3. Ryoshi implements Gas token abstraction, this Layer 2 has customized Gas token.


---

# 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://docs.ryoshiresearch.com/welcome/features-and-benefits.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.
