# Introduction to Mazze Testnet

This section is now focused on **real operational testing** of Mazze node, CLI, RPC, and mining workflows.

### What changed

Older testnet pages contained early-phase assumptions and fixed values that are no longer reliable.

The canonical testnet operational docs are now:

* [Mazze Node & Miner Setup Guide](https://docs.mazze.io/testnet/setup-guide)
* [Mazze CLI](https://docs.mazze.io/testnet/mazze-cli)
* [Mazze Mining Guide](https://docs.mazze.io/testnet/mining)
* [Mazze JSON-RPC Guide](https://docs.mazze.io/testnet/rpc)
* [Viewing Mazze Logs](https://docs.mazze.io/testnet/viewing-logs)

### Current network cadence note

For this documentation set, the current operational target is **4 BPS**.

### Scope

Use this testnet section for:

* Running and validating node/miner infrastructure
* Wallet and transfer workflows via CLI
* RPC-based integration tests
* Mining mode validation (`stratum`, `cpu`, `disable`)


---

# 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.mazze.io/testnet/introduction-to-mazze-testnet.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.
