# Understanding the Network

Chrono Network is a network of blockchains designed to efficiently handle high loads while maintaining low fees for users. This overview provides essential insights into how Chrono Network operates from a user's perspective.

**Addresses:** \
\
In Chrono Network, each address is associated with one of the zone chains. The initial byte of each address identifies the blockchain that can modify or change the account's state. Details on interpreting these data bytes can be found in the Sharding page of the documentation.

From a user standpoint, having at least one Chrono Network address on each blockchain is necessary for interaction. For instance, if a user aims to hold NFTs on zone 1, purchase NFTs on zone 2, and store Chrono Network tokens on zone 3, three accounts are required. Wallets supporting Chrono Network typically offer the option to choose the zone in which a new account "lives."

**Internal & External Transactions:** \
\
Sending a transaction to an address within the same zone as the originating address triggers an "internal transaction." These transactions modify the state of a single zone without impacting other zones, making them the fastest type of transaction within Chrono Network. In contrast, sending a transaction to an address in a different zone results in an "external transaction," which modifies the state of multiple zones. External transactions are slower, requiring global consensus across affected zones. The settlement time of external transactions is the primary tradeoff in Chrono Network as more chains are added.

**Gas:** \
\
Gas is a crucial element in any blockchain using the EVM or a decentralized state machine, allocating computational resources in an open market. Different EVM operations have varying gas costs. In Chrono Network, each chain has its own gas market. If a chain experiences increased demand, its gas price rises independently of other chains, incentivizing users to distribute activity across the network to chains with lower gas costs. This approach allows for flexibility in managing gas prices within each chain of Chrono Network.


---

# 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://chrono-network.gitbook.io/chrono-network/how-to-use/understanding-the-network.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.
