# General Blockchain Questions

<details>

<summary><strong>What is a Layer 1 blockchain?</strong></summary>

A Layer 1 blockchain is a standalone network with its own consensus and data layers\
(e.g., Ethereum, Avalanche, Bitcoin).

</details>

<details>

<summary><strong>What is a permissioned vs. permissionless blockchain?</strong></summary>

Permissioned blockchains restrict participation; permissionless ones are open to anyone.&#x20;Cogitus supports both models for launching your chain using the Avalanche L1 stack.

</details>

<details>

<summary><strong>What is the difference between EVM and custom VMs?</strong></summary>

EVM is the standard Ethereum VM. Custom VMs offer specialized logic or performance&#x20;but may require custom tooling.

</details>

<details>

<summary><strong>What is a validator node, and why is it important?</strong></summary>

A validator node confirms transactions and maintains network security by participating&#x20;in consensus.

</details>

<details>

<summary><strong>What is a blockchain explorer, and how do I use one?</strong></summary>

A blockchain explorer lets users search transactions, blocks, addresses, and smart\
contracts in real-time. All Avalanche L1 chains with Cogitus come with a Block Explorer\
subscription.

</details>

<details>

<summary><strong>What is gas in blockchain, and how is it calculated on Avalanche?</strong></summary>

Gas represents transaction fees. On Avalanche, gas is calculated based on network load&#x20;and operation complexity.

</details>

<details>

<summary><strong>What is a hot wallet vs. a hardware wallet?</strong></summary>

Hot wallets are internet-connected and easier to use. Hardware wallets are offline and&#x20;more secure.

</details>

<details>

<summary><strong>What is a token bridge, and why does my Avalanche L1 chain need one?</strong></summary>

Token bridges allow asset transfer between blockchains. They're essential for liquidity\
and user access.

</details>

<details>

<summary><strong>What is chain uptime, and why does it matter?</strong></summary>

Chain uptime refers to the availability of the network. High uptime ensures reliability and&#x20;user trust.

</details>


---

# 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.cogitus.io/faqs/general-blockchain-questions.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.
