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.
Spectrum Finance is best treated as a historical Ergo DEX reference: the team published a sunset notice and froze contracts in February 2024. If you are studying old Ergo AMM flows, review Spectrum as a reference implementation, but do not assume it is an active venue for new swaps or liquidity. For any live trading, verify the current venue, liquidity, contract status, and official links first.
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.