Blockmaze and BMZ Explained: The Economics of a Privacy-First Layer 0
Blockmaze is Vaultr's EVM-compatible Layer 0; BMZ is its gas and fee-discount token. How the non-custodial, ERC-4337-native economics work.
The short version: Blockmaze is Vaultr’s native, fully EVM-compatible Layer 0 blockchain with roughly 2-second block times and native ERC-4337 account abstraction. Its native token, BMZ, is both the gas token and a fee-discount utility token: holding or staking it cuts your platform fees by up to 90%. Crucially, BMZ is never burned, platform fees flow to the Vaultr treasury, and every wallet stays fully self-custodial.
What is Blockmaze?
Blockmaze is the blockchain Vaultr was built on. Calling it a Layer 0 is deliberate: it is the foundational settlement and coordination layer beneath Vaultr’s wallet, messaging, and payments stack, rather than a rollup bolted onto someone else’s chain.
The most important design choice is that Blockmaze is fully EVM-compatible. If you already use Ethereum tooling, nothing changes:
- MetaMask connects out of the box
- ethers.js works without patches
- Hardhat deploys and tests contracts unmodified
That compatibility means developers don’t learn a new virtual machine, a new language, or a new toolchain. Solidity contracts that run on Ethereum run on Blockmaze. The difference is what sits underneath: faster blocks, native account abstraction, and an economic model designed around a real product instead of pure speculation.
Why does ~2-second block time matter?
Blockmaze targets block times of around 2 seconds. For a super-app where you’re sending money inside a chat, that latency is the difference between “send money like a message” and “send money, then wait and refresh.”
Fast finality changes what feels possible. In-chat payments, escrow claims, and swaps all resolve quickly enough to feel like normal app interactions rather than blockchain transactions. The chain fades into the background, which is exactly where infrastructure belongs.
What makes Blockmaze ERC-4337 native?
Most chains treat account abstraction as an add-on. Blockmaze treats ERC-4337 as a first-class citizen at the protocol level.
That native support is what lets Vaultr give every user a smart account instead of a raw externally-owned account. Practically, this unlocks:
- Counterfactual addresses — you can receive funds at your address before the account is even deployed on-chain
- Gas sponsorship — you can transact without holding the native gas token first
- Paying gas in other tokens — fees don’t have to come out of a separate gas balance
- Batched atomic transactions — multiple actions succeed or fail together
Because this lives at the base layer, the experience is consistent everywhere in Vaultr rather than patched in per feature.
What is BMZ, and what is it actually for?
BMZ is the native token of Blockmaze. It plays the same structural role that ETH plays on Ethereum: it is the native gas token that pays for computation and settlement on the chain.
But BMZ has a second job. It is also the fee-discount utility token for the Vaultr platform. The more BMZ you hold or stake, the less you pay in platform fees — and at the top tier, staking unlocks premium features.
Two points matter for anyone evaluating the token honestly:
- BMZ is never burned. There is no deflationary burn mechanic baked into the fee flow.
- Platform fees flow to the Vaultr treasury, not into a token-destruction furnace.
This is a utility-and-treasury model, not a burn-driven scarcity story. The value proposition is concrete: BMZ reduces your costs and unlocks capability.
How do the BMZ fee discounts work?
Vaultr’s discounts scale with how much BMZ you hold or stake, plus a volume-based VIP tier. The tiers are:
- Holders (≥ 1,000 BMZ): 50% off platform fees
- Stakers (≥ 10,000 BMZ): 75% off platform fees, plus access to premium features
- VIP (≥ $100k monthly volume): 90% off platform fees
The discount applies on top of Vaultr’s base fee schedule:
- Vaultr-to-Vaultr transfers: 0.10%
- External transfers: 0.25%
- Swaps: 0.50%
- Bridges: 0.30%
- Escrow: 0.10%
A staker moving funds Vaultr-to-Vaultr pays a small fraction of an already-low base rate. And to be precise about how that math is handled: all fee calculations are done in BigInt, so there is no floating-point rounding error eating into your balance.
Is this just another speculative gas token?
No — and the design reflects that. The BMZ model ties the token to measurable utility: lower fees and feature access. Because fees route to the treasury rather than a burn, the token’s role is to align users who use the platform heavily with the platform’s economics, not to manufacture artificial scarcity.
It’s also worth being clear about what Vaultr is and isn’t. Vaultr is non-custodial — you hold your own keys. Swaps currently redirect to external DEXs, and features like cards and fiat on-ramps are coming soon, not live. The honest framing matters: Blockmaze and BMZ are real, shipping infrastructure, and the rest is on a roadmap.
FAQ
Is Blockmaze compatible with my existing Ethereum tools?
Yes. Blockmaze is fully EVM-compatible. MetaMask, ethers.js, and Hardhat all work out of the box, and Solidity contracts deploy unmodified.
Is BMZ ever burned?
No. BMZ is never burned. Platform fees flow to the Vaultr treasury, and BMZ functions as the native gas token and a fee-discount utility token.
How much can BMZ save me on fees?
Holding ≥ 1,000 BMZ gives 50% off, staking ≥ 10,000 BMZ gives 75% off plus premium features, and ≥ $100k monthly volume gives VIP-tier 90% off — all applied to base fees that already start as low as 0.10%.
Do I need BMZ to use Vaultr?
No. Thanks to ERC-4337 gas sponsorship and the ability to pay gas in other tokens, you can transact without holding the native token first. BMZ simply makes everything cheaper.
Want to see how the smart-wallet layer that powers all this actually works? Explore the Vaultr wallet.