# Introduction

The [**Avalanche L1 Demo Network**](https://platform.cogitus.io/dashboard/34db7993-9ae3-429b-93fc-a49306926262) **-&#x20;**<mark style="color:red;">**CogitusdemoNetwork**</mark> is a test deployment of a custom Layer 1 blockchain built using the Avalanche platform. It is designed to demonstrate the core capabilities of a permissioned Avalanche subnet configured with EVM compatibility. This environment allows users to explore the foundational infrastructure of Avalanche L1, including native token configurations, validator management, precompile module governance, and custom RPC endpoints.

This demo network supports smart contract deployment, transaction execution, and token minting under controlled access via precompiles. It is ideal for testing development workflows, validating governance setups, and evaluating the performance of network components in a non-production setting.

By simulating a full-featured Avalanche L1 environment, the demo network serves as a valuable resource for developers, validators, and ecosystem partners to gain hands-on experience before moving to mainnet deployments.

<figure><img src="/files/n3KaRAuISGNQns9cFlFu" alt=""><figcaption><p>Demo Network on Cogitus Platform</p></figcaption></figure>


---

# 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/demo-network/introduction.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.
