# Mazze

## Mazze

- [Mazze - Fast. Secure. Private.](https://docs.mazze.io/readme.md): Mazze documentation with current architecture, privacy, and tokenomics sections aligned to the new-docs source.
- [Introduction](https://docs.mazze.io/overview/introduction.md)
- [Why a New Blockchain?](https://docs.mazze.io/overview/why-a-new-blockchain.md)
- [Technical Specifications](https://docs.mazze.io/overview/technical-specifications.md)
- [Whitepaper](https://docs.mazze.io/overview/whitepaper.md): Economic and Technological Innovations of Mazze
- [Team](https://docs.mazze.io/overview/team.md)
- [Phases](https://docs.mazze.io/roadmap/phases.md)
- [Overview](https://docs.mazze.io/tokenomics/overview.md)
- [Token Utility](https://docs.mazze.io/tokenomics/token-utility.md): The Powerhouse of the Mazze Ecosystem and the fueling Ecosystem Growth
- [Wrapped Token (ERC20)](https://docs.mazze.io/tokenomics/wrapped-token-erc20.md): The Powerhouse of the Mazze Ecosystem and the fueling Ecosystem Growth
- [Allocations](https://docs.mazze.io/tokenomics/allocations.md)
- [Bridge Liquidity](https://docs.mazze.io/tokenomics/bridge-liquidity.md)
- [Issuance](https://docs.mazze.io/tokenomics/issuance.md)
- [Shielded Pool Genesis Fund](https://docs.mazze.io/tokenomics/shielded-pool-genesis-fund.md)
- [Inflation (Merged into Issuance)](https://docs.mazze.io/tokenomics/inflation.md)
- [Mazze Node Architecture](https://docs.mazze.io/architecture/architecture.md)
- [Overview](https://docs.mazze.io/architecture/overview.md)
- [Block structure](https://docs.mazze.io/architecture/block-structure.md)
- [Transaction pool](https://docs.mazze.io/architecture/transaction-pool.md)
- [Block generation](https://docs.mazze.io/architecture/block-generation.md)
- [PoW and mining](https://docs.mazze.io/architecture/pow-and-mining.md)
- [DAG and DETS](https://docs.mazze.io/architecture/dag-and-dets.md)
- [Consensus](https://docs.mazze.io/architecture/consensus.md)
- [Execution and state](https://docs.mazze.io/architecture/execution-and-state.md)
- [Verification](https://docs.mazze.io/architecture/verification.md)
- [Storage and snapshots](https://docs.mazze.io/architecture/storage-and-snapshots.md)
- [Synchronization](https://docs.mazze.io/architecture/synchronization.md)
- [Networking](https://docs.mazze.io/architecture/networking.md)
- [RPC and APIs](https://docs.mazze.io/architecture/rpc-and-apis.md)
- [Genesis and params](https://docs.mazze.io/architecture/genesis-and-params.md)
- [Rewards and fees](https://docs.mazze.io/architecture/rewards-and-fees.md)
- [Node types and light protocol](https://docs.mazze.io/architecture/node-types-and-light-protocol.md)
- [Privacy](https://docs.mazze.io/privacy/privacy.md)
- [Overview](https://docs.mazze.io/privacy/overview.md)
- [Shielded pool contract](https://docs.mazze.io/privacy/shielded-pool.md)
- [Shielded transactions](https://docs.mazze.io/privacy/transactions.md)
- [Keys and tooling](https://docs.mazze.io/privacy/keys-and-tooling.md)
- [Overview](https://docs.mazze.io/developers/overview.md)
- [Project GitHub](https://docs.mazze.io/developers/project-github.md)
- [EVM Compatibility](https://docs.mazze.io/developers/evm-compatibility.md)
- [Smart contracts](https://docs.mazze.io/developers/smart-contracts.md)
- [Solidity](https://docs.mazze.io/developers/solidity.md)
- [Developing Smart Contracts](https://docs.mazze.io/developers/developing-smart-contracts.md)
- [Introduction to Mazze Testnet](https://docs.mazze.io/testnet/introduction-to-mazze-testnet.md)
- [Setup Guide](https://docs.mazze.io/testnet/setup-guide.md)
- [Mazze CLI](https://docs.mazze.io/testnet/mazze-cli.md)
- [Mining Guide](https://docs.mazze.io/testnet/mining.md)
- [RPC Guide](https://docs.mazze.io/testnet/rpc.md)
- [Viewing Logs](https://docs.mazze.io/testnet/viewing-logs.md)
- [Getting Started](https://docs.mazze.io/testnet/getting-started-with-mazze-testnet.md)
- [Deploying Smart Contracts](https://docs.mazze.io/testnet/deploying-smart-contracts-on-mazze-testnet.md)
- [FAQs and Troubleshooting](https://docs.mazze.io/testnet/faqs-and-troubleshooting.md)
- [Temporary Limitations](https://docs.mazze.io/testnet/temporary-limitations.md)
- [Wallet Tool Connection (MetaMask)](https://docs.mazze.io/testnet/how-to-add-the-mazze-testnet-to-metamask.md)
- [Feedback and Reporting Issues](https://docs.mazze.io/testnet/feedback-and-reporting-issues.md)
- [FAQ](https://docs.mazze.io/knowledge-base/faq.md)
- [Glossary](https://docs.mazze.io/knowledge-base/glossary.md): Navigating Blockchain Terminology
- [Zealy Campaign](https://docs.mazze.io/community/zealy-campaign.md): Engage, Achieve, and Earn
- [Ambassador Program](https://docs.mazze.io/community/ambassador-program.md): Join Our Mission
- [Hackathon](https://docs.mazze.io/community/hackathon.md): Elevating Blockchain Security
- [Grant Program](https://docs.mazze.io/community/grant-program.md): Fostering Development on the MAZZE Blockchain
- [Media Kit](https://docs.mazze.io/contact-us/media-kit.md): Banding and Logos
- [Careers](https://docs.mazze.io/contact-us/careers.md)
- [Partnerships](https://docs.mazze.io/contact-us/partnerships.md): Join Our Journey – Collaborate with MAZZE
- [Listings](https://docs.mazze.io/contact-us/listings.md): Connect with Us for Listings and Indexing


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.mazze.io/readme.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.
