Yumo Yumo · Public price ledger

The price ledger

Every day, the price observations read from receipts are folded into a single Merkle root, published to Arweave as plain text, and sealed to Solana in one memo transaction. Any epoch can be rebuilt and verified independently — no Yumo Yumo server required.

Sealed epochs

15 sealed
#26sealed
9 Aug 202610 Aug 2026
015ce2f58f8c…44655f2142 observations · 28 receipts · 839 withdrawn
#16sealed
30 Jul 202631 Jul 2026
d1e5f128b0ea…1e95f017 observations · 60 receipts · 0 withdrawn
#15sealed
29 Jul 202630 Jul 2026
4214c63706c7…fed7eb4 observations · 91 receipts · 0 withdrawn
#14sealed
28 Jul 202629 Jul 2026
042f724df980…d7dfd228 observations · 73 receipts · 0 withdrawn
#13sealed
27 Jul 202628 Jul 2026
1c3c469f708c…1d223f5 observations · 78 receipts · 0 withdrawn
#12sealed
26 Jul 202627 Jul 2026
28189725f182…b7f7292 observations · 51 receipts · 0 withdrawn
#10sealed
24 Jul 202625 Jul 2026
da09ef7b7879…bfd4fd7 observations · 71 receipts · 0 withdrawn
#9sealed
23 Jul 202624 Jul 2026
8864b4a5e826…ac608c2 observations · 76 receipts · 0 withdrawn
#8sealed
22 Jul 202623 Jul 2026
1345b9a0878f…46d1681 observations · 74 receipts · 0 withdrawn
#6sealed
20 Jul 202621 Jul 2026
80ceb92cb6f7…9302892 observations · 135 receipts · 0 withdrawn
#5sealed
19 Jul 202620 Jul 2026
364acacf21f8…d7d87b5 observations · 122 receipts · 0 withdrawn
#4sealed
18 Jul 202619 Jul 2026
d71b247b0393…12c45411 observations · 138 receipts · 0 withdrawn
#3sealed
18 Jul 202618 Jul 2026
be3016e3c91f…c7aded0 observations · 112 receipts · 62 withdrawn
#2sealed
17 Jul 202618 Jul 2026
36c0319fd3ad…f88a04616 observations · 82 receipts · 277 withdrawn
#1sealed
6 Jan 202617 Jul 2026
cab94e96b0e9…a3387c8401 observations · 7302 receipts · 0 withdrawn

Verify it yourself

Clone the independent verifier and check any epoch from the chain — no account, no trust in this page.

Verify an epoch by number:

$ npx tsx src/verify.ts <n>

For the newest sealed epoch: npx tsx src/verify.ts 26

Open the verifier