# Network Details

This page provides essential details for connecting to the BlockDAG network. Whether you're a developer, validator, or community member, you can use these configurations to interact with the network, set up wallets, and deploy smart contracts.

#### 1. Network Overview

The BlockDAG network is a high-performance, scalable blockchain that utilizes a Directed Acyclic Graph (DAG) structure to process transactions efficiently. The network supports smart contracts, decentralized applications (dApps), and token transfers.

| **Network Name**    | BlockDAG                                                |
| ------------------- | ------------------------------------------------------- |
| **Chain ID**        | 1404                                                    |
| **RPC URL**         | [​](http://rpc.bdagscan.com/)<http://rpc.bdagscan.com/> |
| **Explorer URL**    | ​[https://bdagscan.com/](https://bdagsscan.com/)        |
| **Currency Symbol** | BDAG                                                    |
|                     |                                                         |


---

# 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.blockdagnetwork.io/mainnet-network/network-details.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.
