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

# Network

This section serves as a comprehensive guide providing information and step-by-step guides for users to navigate and interact with the Cascadia blockchain. The section is divided into five subpages, each dedicated to a specific aspect of the network.

<table data-header-hidden><thead><tr><th width="251"></th><th></th></tr></thead><tbody><tr><td><a href="https://cascadia.gitbook.io/gitbook/network/chainid-and-address-format">ChainID &#x26; Address Format</a></td><td>This section explains how these elements are used to prevent replay attacks and identify the correct blockchain and its users.</td></tr><tr><td><a href="https://cascadia.gitbook.io/gitbook/network/configuration">Configuration</a> </td><td>This subpage will guide you on how to add the Cascadia network to MetaMask. </td></tr><tr><td><a href="https://cascadia.gitbook.io/gitbook/network/faucet">Faucet</a></td><td>This subpage provides step-by-step instructions for users to claim testnet tokens </td></tr><tr><td><a href="https://cascadia.gitbook.io/gitbook/network/modules-list">Modules List</a></td><td>This subpage introduces the various software components (modules), that work together to ensure the proper functioning and security of the Cascadia blockchain.</td></tr><tr><td><a href="https://cascadia.gitbook.io/gitbook/network/parameters">Parameters</a> </td><td>Parameters outline the rules for validators, block production, and decision-making. </td></tr></tbody></table>


---

# 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://cascadia.gitbook.io/gitbook/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.
