Join Nostr
2026-03-08 12:16:19 UTC

inkan on Nostr: Has anyone thought about how to disseminate Opentimestamps OTS proof data attesting ...

Has anyone thought about how to disseminate Opentimestamps OTS proof data attesting to Nostr events across the relay network?

I've been trying to implement this such that OTS data is by default treated as trusted if it's signed by the same key as the reference event that is being attested to.

The idea is that you are already trusting the pubkey that signs the reference event - if you didn't, you wouldn't be interested in the reference event (or its OTS data) at all. So if you see a purported OTS proof that's signed by the same key as the reference event, you can by default treat this as trusted without the need to perform a verification against what's recorded on Bitcoin.

In that situation, the only time you need to perform an audit against Bitcoin is when there is some positive reason to suspect that the OTS data you were provided with is incorrect.

#nostrdev #asknostr #OpenTimestamps