It provides a real-time countdown of any XRP escrow on the XRPL, showing how long until it “pops” or releases. You simply enter the Escrow Tx ID (Hash), and if the source wallet holds at least 500 OBJECT tokens, the visual object and countdown appear.
The visualizer checks whether the wallet that created the escrow holds 500 or more OBJECT. If it does, the unblurred object and countdown are unlocked. This requirement helps boost OBJECT utility and brings new people into the ecosystem.
We fetch and validate the EscrowCreate
transaction via the XRPL (e.g., FinishAfter
for time-based release, Account
for the creator’s address, and Amount
in XRP drops). The countdown and “pop” logic rely on those on-ledger fields.
Once the countdown hits zero, the object “pops,” displaying “Pop” for 60 seconds before the visualizer resets to its default state. This is our way of saying the escrow is released.