# Network Node

In the context of blockchain networks, nodes are the fundamental building blocks responsible for maintaining and verifying the network’s integrity. DataDance operates across two distinct network environments: the Testnet and the Mainnet.

### Testnet:

The testnet is a sandbox environment where developers and users can experiment with new features and smart contracts without risking real assets. Transactions and operations conducted on the testnet do not affect the main blockchain and typically use test tokens. This allows for extensive testing, bug fixes, and security audits before deploying code to the production environment.

### Mainnet:

The mainnet is the production version of the network where actual transactions take place, involving real assets and users. Once fully tested on the testnet, features and applications are deployed to the mainnet, where they function within the live blockchain ecosystem. The mainnet ensures data integrity, secure transactions, and performance stability as it represents the fully operational version of the blockchain.

DataDance provides both environments to support ongoing development, testing, and real-world use, offering flexibility and security in blockchain operations.

*Stay tuned for more detailed information...*


---

# 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://datadance.gitbook.io/ddc/technical-docs/network-node.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.
