TOVEMÉ — FOUNDER'S ATTESTATION ============================== This page's founder note is cryptographically signed with an Ed25519 key. Don't take my word for it — verify it yourself. That's the whole point. Public-key fingerprint: SHA256:9OT48mHhHYnMWvpG64bOU4v8pFmszIArkdWGIrEc4sU ----- THE SIGNED STATEMENT (exact bytes: /attestation/statement.txt) ----- Tovemé — Provable Autonomy Founder's Attestation (Ed25519) I am the operator of Tovemé, and I stand behind every claim on this page. The proofs are real. The live demos re-observe the real world. Nothing here is a mockup. This statement is cryptographically signed so you do not have to take my word for it — you can verify it yourself, the same way Tovemé verifies its own work. Signed: 2026-07-02 -------------------------------------------------------------------------- ----- PUBLIC KEY (/attestation/pubkey.pem) ----- -----BEGIN PUBLIC KEY----- MCowBQYDK2VwAyEAYVTn4wlwrOZgfHzTUsjzJJpUEvL8rZcisdqgLIK0toU= -----END PUBLIC KEY----- ----- SIGNATURE, base64 (raw bytes: /attestation/signature.bin) ----- sgERd64fn10T76MqHPHbEjbt/qumag6amZOrwKUuYjcaUscbIaYwxdMP5Zgv4QpUX8+JJe/aNPAR2sJvSGOTAw== ----- VERIFY IT (any machine with openssl) ----- # at custom-domain launch, swap the host below base=https://toveme.com/attestation curl -sO $base/statement.txt -O $base/signature.bin -O $base/pubkey.pem openssl pkeyutl -verify -pubin -inkey pubkey.pem -rawin -in statement.txt -sigfile signature.bin # => Signature Verified Successfully