# Chains & Networks

### Overview&#x20;

Different blockchains have different rules and tools. You must know what chain you are on to send assets, pay fees, and interact with apps.

### Core concepts

* Block: Batch of transactions added to the chain.
* Consensus: How the network agrees on the next block.
* Layer 1 (L1): Base networks (e.g., Ethereum, Mosaic).
* Layer 2 (L2): Scales an L1 by processing off-chain/rollups.
* Parachain: A network connected to a relay chain (Polkadot).
* Substrate: Framework for building Polkadot-style chains.
* EVM: Ethereum Virtual Machine; runs Solidity smart contracts.

### Key takeaways

* Apps are chain-specific; pick the right network in your wallet.
* Mosaic supports Substrate and EVM so projects and users can choose what fits.
* Fees are paid in the chain’s native token.

<br>


---

# 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://mosaic-9.gitbook.io/mosaic-launchpad/101-starter-pack/chains-and-networks.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.
