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

# Advantages

## Speed

As a single validator node, decision making is made almost instantly as fast as in 1 second.

## Low gas fee

One of IVAR’s special traits: affordability and uniquely low gas fee due to the adoption of a private blockchain.

## Scalability

IVAR chain uses Quorum that is forked and derived from Ethereum that improves performance, security at all times and fast transaction due to being a single validator node.

## Security

IVAR chain is a semi-private blockchain that includes several traits of a private blockchain such as the contents of the transaction are not exposed to not-privy members.

## Storage friendly

IVAR chain is a self-sovereign blockchain, it does not mint blocks without transactions, making transactions fast and allowing effective long term storage.

## Conducive to development

IVAR technology is EVM compatible- a native cross-chain communication program that allows developers to create smart contracts easily and IVAR developer team will monitor and report issues back to your team to support the project running seamlessly.


---

# 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://ivarex.gitbook.io/chain/introduction/advantages.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.
