What is
A mutable UTxO on Ergo that maintains a set of redeemed Note IDs — preventing the same Note from being redeemed twice in the agent economy stack.
In Ergo's Note+Reserve+Tracker payment stack, the Tracker is a UTxO box that acts as an on-chain registry of spent Note IDs. When a Note is redeemed, the redemption transaction must include the Tracker box as an input, the Tracker script verifies the Note ID is not already in the spent set, and the transaction outputs a new Tracker containing the updated spent set. This prevents double-redemption without requiring a centralized authority. The Tracker pattern is the eUTXO solution to the double-spend problem for bearer instruments — each UTxO can only be spent once, so the Tracker state is always consistent.
Common questions about this topic
This is not financial advice. Ergo has strong fundamentals: fair launch (no VC dump risk), innovative technology (eUTXO, Sigma Protocols, NiPoPoWs), active development, and a cypherpunk ethos. It's a smaller market cap project with higher risk/reward than established chains. Research thoroughly, understand the technology, and never invest more than you can afford to lose.
NiPoPoWs (Non-Interactive Proofs of Proof-of-Work) are cryptographic proofs that compress blockchain history. Instead of downloading gigabytes of blocks, light clients can verify the chain with just kilobytes of data. This enables true trustless light wallets, efficient cross-chain bridges, and sidechains - all without trusting third parties.
Ergo miners earn from three sources: block rewards (newly minted ERG), transaction fees, and storage rent. Block rewards decrease over time according to the emission schedule, but storage rent ensures long-term income even after all ERG is mined. Most miners use pools for consistent payouts.
Ergo NFTs are native tokens with quantity of 1, making each unique. Unlike Ethereum where NFTs need smart contracts, Ergo NFTs are first-class protocol citizens. Mint for minimal fees (~0.001 ERG), trade on SkyHarbor marketplace, and enjoy full eUTXO security. NFTs can include rich metadata and royalties.