# Component Breakdown

### ℹ️L1 Details&#x20;

The [**Avalanche L1 Demo Network**](https://platform.cogitus.io/dashboard/34db7993-9ae3-429b-93fc-a49306926262) **-&#x20;**<mark style="color:red;">**CogitusdemoNetwork**</mark> is a custom Avalanche L1 network deployed on the Fuji Testnet.&#x20;

It is uniquely identified by the L1 ID , with its corresponding Blockchain ID and VM ID . This L1 operates on EVM Chain ID <mark style="color:red;">`98761`</mark>, enabling compatibility with Ethereum-based tools and dApp.

Users can view network activity and details through the [Avalanche Explorer](https://subnets-test.avax.network/subnets/22EjYQkRabJbEZYMYFqy1Bzs5NpPAaHSDe6ip48r49HkQ5AcKh) .&#x20;

### ℹ️L1 Configurations

The native token symbol for this network is AT. At genesis, an initial token allocation was distributed to predefined addresses to enable immediate interaction with the chain.&#x20;

You can view the full list of preminted tokens (in AVAX units) for transparency and supply tracking.

<figure><img src="/files/urxPWYL8FYfc4wG8koSi" alt=""><figcaption><p>Token Allocation</p></figcaption></figure>

The network also features several enabled precompiles to extend its core functionality. These include Native Minting, Reward Configuration, Validator Management, Fee Configuration and Warp Messenger, a component that supports future interoperability mechanisms.&#x20;

To Know about precompiles, click[ A Deep Dive into Precompiles](https://docs.cogitus.io/getting-started/launching-an-l1-devnet-testnet/a-deep-dive-into-precompiles) and [Devnet/ Testnet Setup Configuration](https://docs.cogitus.io/getting-started/launching-an-l1-devnet-testnet/network-setup-and-configuration)

### ℹ️L1 Services

It is is fully deployed and accessible through several key services. The primary rpc endpoint is available at [RPC endpoint](https://rpc-cogitusdemonetwork.zeeve.net/SIp4Xce0n12yTrBPxA/ext/bc/h49dwEVWNSoUmpwtFtfBJVrtKN4Y6wFhAE2rXNZeWYoFRYQHJ/rpc) , providing a seamless interface for interacting with the blockchain via supported wallets and dApp.&#x20;

For transaction and block monitoring, the network integrates with [Tracehawk](https://explorer-cogitusdemonetwork.zeeve.net/), which offers detailed insights into network activity and performance.&#x20;

A **faucet** allows developers to simulate transactions, deploy smart contracts, and interact with the network without using real assets (⚠️ Faucets are typically available only for testnet and are not used on mainnet where real economic value is involved). It is available at [Faucet](https://faucet-cogitusdemonetwork.cogitus.io/).

### &#x20;🔐Precompile Management Keys

The keys are configured to manage the enabled precompiles and governance of the 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://docs.cogitus.io/demo-network/component-breakdown.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.
