UNI
CASH
ZEC-settled SVG NFTs on BNB Chain, designed around Uniswap v4 hook-powered market logic
ZEC-settled SVG NFTs on BNB Chain, designed around Uniswap v4 hook-powered market logic
Marketplace pricing, bids and purchases are denominated in the verified ZEC token on BNB Chain
Token metadata can return a self-contained data URI with the SVG encoded directly by the NFT contract
BNB Chain is public Shielded ownership requires a separate audited privacy layer; onchain SVG alone does not hide wallets
The bridge is replaced by a direct BNB → ZEC swap route
Quotes and execution occur on PancakeSwap Verify the output token address before signing
Marketplace events will appear only after verified contracts are deployed
Mint, listing, sale and transfer receipts will be indexed from BNB Chain This interface does not fabricate activity
A launch workflow designed for deterministic, self-contained SVG collections
Build artwork from contract-safe primitives, palettes and trait rules
Return JSON and SVG as data URIs directly from tokenURI
Listings use the verified BEP-20 ZEC token as settlement currency
Select a workflow card to inspect the architecture.
Connect a wallet to read its future ZEC-settled NFT positions
BNB Chain · chain ID 56
Production intent without invented deployment claims
BNB Chain is EVM-compatible, so the canonical NFT interface is ERC-721, commonly called BEP-721 in the BNB ecosystem ERC-1155 is appropriate for editions ERC-404 and DN404 are hybrid fungible/NFT designs, not a replacement for a straightforward collection contract
The NFT contract can generate its image and metadata entirely onchain A tokenURI returns Base64-encoded JSON; its image field contains a Base64-encoded SVG data URI There is no IPFS gateway dependency
The intended architecture uses Uniswap v4 hooks to coordinate ZEC liquidity, protocol fees and pool-aware settlement rules around the NFT market Hooks extend pool behavior; NFT ownership remains in the BEP-721 contract No hook contract is presented as deployed until its address and bytecode are verified
The marketplace contract should transfer the verified ZEC BEP-20 token for listings, bids and royalties Buyers approve only the exact required amount immediately before purchase
Fully onchain media improves permanence and verifiability, not transaction privacy BNB wallet balances, approvals and transfers are public “Total privacy” requires a separate audited shielded settlement design and must not be claimed before it exists
The ZEC token is verified NFT collection, marketplace, Uniswap v4 hook, privacy and indexer contract addresses are not yet supplied, so mint, list and buy writes remain unavailable