The Simplest Possible Infrastructure
Publishing a Merkle root is trivial
A JSON file with UTxO set root hashes covering the rollback window, updated every block (~20 seconds):
[
{ "slot": 123456789, "root": "a1b2c3..." },
{ "slot": 123456769, "root": "d4e5f6..." },
{ "slot": 123456749, "root": "g7h8i9..." },
...
]
Can be hosted anywhere:
- GitHub release asset
- Google Drive
- S3 bucket
- Even a tweet/X post