> For the complete documentation index, see [llms.txt](https://nomisma-network.gitbook.io/nomisma-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nomisma-network.gitbook.io/nomisma-network/about/integrations.md).

# What Is Nomisma

{% hint style="warning" %}
Nomisma is a project in development. Not all solutions presented in the following sections and subsections are implemented at this stage. The current and all subsequent sub-pages are subject to change.
{% endhint %}

### What is Nomisma?

Nomisma is a pioneering Layer-1 (L1) blockchain that delivers a Web2-like experience in a Web3-native financial ecosystem. By streamlining data and transaction processes through blockchain abstraction and AI-optimized infrastructure, it redefines decentralization for usability, automation and efficiency.

***

### High-Level Overview

Nomisma L1 serves as the primary coordination layer for the dApp-centric subchain network. It ensures interoperable operations across the customizable subchain-based applications to meet their demands.&#x20;

By offering gasless transactions and subscription-based access to dApps, Nomisma bridges the gap between Web2 and Web3 for average users and developers. It provides a new level of frictionless on-chain interaction without requiring users to grasp the complexities of the underlying technology.&#x20;

To secure the network from potential spam attacks, Nomisma has implemented a unique Rate-Limiting mechanism. This feature enables validators to block transaction flooding, state bloat and attacks on the execution layer, while still ensuring that regular transactions continue to proceed smoothly.

Rell, a SQL-like language, empowers developers to optimize on-chain data storage and management, facilitating intuitive development with easy-to-manage relational database services. This allows builders to concentrate on dApps logic and business models rather than Web3 development challenges.&#x20;

Additionally, Nomisma aims to support data anchoring to Ethereum, Bitcoin and Chromia, alongside with seamless cross-chain bridge to EVM networks like Arbitrum, Optimism, Polygon and BSC.

When it comes to launching new ecosystem projects, Nomisma follows a community-driven curation via its DAO, which conducts dApps audits and ensures that only high-quality dApps are maintained.&#x20;

This approach, combined with efficient on-chain data management, positions Nomisma as the first decentralized AWS[^1] for AI-driven economy and safety App Store for next-gen Web3 projects.&#x20;

[^1]: let's say decentrilised cloud


---

# 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://nomisma-network.gitbook.io/nomisma-network/about/integrations.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.
