INDEPENDENT REDESIGNInteractive preview · No transactions are submitted
zscal
Source code ↗

zscal / PROTOCOL & EVIDENCE

Protocol

The token is destroyed. The certificate records that event. The mechanism is easier to judge when today's implementation is separated from tomorrow's proposal.

Transaction flow

PROJECT-DESCRIBED ARCHITECTURE
01 / SOLANA

Burn + memo

Token amount
Recipient address

02 / WATCHER

Validate

Finality & token
Rules & uniqueness

03 / ZCASH

Inscribe

Commit / reveal
Public certificate

04 / INDEXER

Verify

Read both chains
Rebuild the ledger

Architecture from the project repository ↗. This redesign does not operate these services.

VERIFIABLE CLAIMS

Sources & verification

An inscription existing on a chain does not, by itself, prove the underlying burn is valid.

SOURCE MISMATCH

Mainnet status

The website presents a mainnet example. The repository README still says its end-to-end flow is on local Solana and Zcash testnet. This may be outdated documentation; production readiness needs further verification.

Website ↗Repository status ↗
PUBLIC SPECIFICATION

Shielded assets

ZIP 227 was marked Draft when checked on 21 Sep 2026. It describes an asset issuance protocol; it does not endorse this token or promise this project's conversion.

Read ZIP 227 ↗
PROJECT-PROVIDED EXAMPLE

The 1,500,000 certificate

The original site cites a certificate for 1,500,000 tokens. Its current activity snapshot reports a different 1,000,000-token burn. These are shown separately rather than forced into one counter.

PROJECT-PROVIDED TEST

An inscription can be invalid.

The site describes a forged inscription accepted by the chain but rejected by its application rules. This illustrates why a chain transaction and a valid certificate are not equivalent.

Read the validation rules ↗

DEPENDENCIES, NOT DEADLINES

Proposed conversion

CURRENT DESIGN

Public inscriptions

The source design records a burn in transparent Zcash transactions. It does not make the owner's holdings private.

EXTERNAL DEPENDENCY

Native shielded assets

Zcash would need the relevant protocol support. A specification does not provide a reliable activation date.

PROJECT PROPOSAL

Certificate conversion

The project would still need a working, verified conversion implementation and clearly defined asset terms. No fixed redemption value follows from the recorded amount.

TRUST & COST

Costs & dependencies

Non-custodial does not mean dependency-free.

The burn destroys tokens instead of locking them in a vault. Issuance still depends on correct validation, processing services, indexers, funding and network availability. A non-custodial label does not establish security of the whole system.

Issuance may be delayed after a burn.

The source describes watcher and minter services. Missing fee funding, service outages or chain issues can delay issuance while the Solana burn remains irreversible.

Fees and liquidity are separate costs.

Account for Solana transaction fees, the tokens you destroy, Zcash inscription funding and any launch charges. The original site reports no established certificate market, so an estimated resale value should not be assumed.

Keep control of the receiving address.

Use a self-custodied Zcash transparent address supported by the original flow. Exchange deposit addresses can receive funds without giving you control of an inscription. zscal never requests or generates recovery phrases.

What makes a certificate valid?

The project requires a real qualifying burn, a unique claim against that burn, and delivery to the recipient named in its memo. The original site says anyone can rebuild the valid set from public data on both chains. This redesign shows source records; it does not run that independent reconstruction.

Why not a token on Zcash today?

The project's stated approach is to use inscriptions while waiting for native shielded asset support. A unique inscription can reference one burn, but it does not automatically receive the protocol guarantees of a future native asset.

PRIMARY SOURCES / CHECKED 21 SEP 2026

01Original website02Project activity feed03Protocol source & documentation04ZIP 227 — Issuance of Zcash Shielded Assets