# Benefits

Asterizm was designed as a solution for building cross-chain protocols without compromising on data privacy and reliability of data transmission between EVM and non-EVM public/private networks, respecting the standards for such solutions in the industry:

<figure><img src="/files/NiZt5EYPRjnVU4nuz8R0" alt=""><figcaption><p>Asterizm benefits</p></figcaption></figure>

We believe that the blockchain solutions market will remain fragmented and that governments, corporations, and web3 protocols will operate in multiple ecosystems (networks) simultaneously, using perks and the most beneficial features of each.

The Asterizm concept focuses on privacy and modularity because the lack of privacy in the cross-chain industry greatly reduces the usability of this technology: transmitting financial messages, personal and corporate data, etc. is risky (or even impossible due to the data privacy requirements), especially if we are talking about web2 companies integrating into the web3 market.

### Privacy

Asterizm or any third party does not have any access to the transmitted payload. This is because all data (payload) is exclusively transmitted from Network 1 to Network 2 through the [client's server](/infrastructure/client-off-chain-module.md), while the proofs of validity and integrity of this data (hash from payload, xID) are transmitted through [relay servers](/infrastructure/asterizm-relayer.md).

This is especially relevant for cross-chain communication between private networks. In such cases, only the sender and receiver have access to the content of the cross-chain transaction, ensuring a high level of privacy. This is especially relevant for enterprises exchanging data with other companies in various private chains.

{% hint style="info" %}
Learn more about Asterizm and privacy in the [White paper](https://asterizm.io/files/wp.pdf)
{% endhint %}

### High speed - Low cost

Thanks to our [unique on-chain validation-based protocol architecture](/what-is-asterizm/architecture.md), we do not need to maintain a complex economic system to achieve consensus. \
As a result, all cross-chain transactions flow almost instantly and at one of the lowest fees on the market.

### Scalability

The speed and cost of cross-chain transactions do not depend on their quantity and frequency, so you can develop responsive cross-chain applications without incurring unnecessary expenses.

### Security

Asterizm's approach to cross-chain transaction protection covers not only validity and integrity but also data confidentiality. Verification is performed off-chain and on-chain by two unrelated entities ([Asterizm relayer server](/infrastructure/asterizm-relayer.md) and [client's server](/infrastructure/client-off-chain-module.md)) and [Asterizm Connector](/infrastructure/asterizm-connector.md) as an on-chain module. This design ensures that the infrastructure remains resilient against both external and internal attack vectors.

{% hint style="info" %}
Asterizm Protocol passed the security audit performed by [HashEx](https://hashex.org/)
{% endhint %}


---

# Agent Instructions: 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.asterizm.io/what-is-asterizm/benefits.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.
