receiptresolution
hash84eaa724e30b5449a7cfa760aaf6ccb80889ee334738689c6df7c3f050001a16
prev hasha3f741e1658a9927715a9a537a3a327f1fe073766aeb2486a3b5464b08d129b5
signature951590f665e44b9a294477d50abf488f1571663d11b2dac48cb1ed01a90488a700d271c076e9942a28f8c4a3340006b2bff3c8d9a0e43b8bbf23861e6ca74d04
public keyf25f03fbc22533bc1b707bdcd9a452968c8724afa039cebd6d485dc741f63975
hash = sha256(prev hash + the canonical payload JSON); the signature is Ed25519 over the lowercase hex hash. Change one character of the payload and every entry after this one stops verifying.
what was claimed
entry_ms1789952820000
hold_pnl_usd-4.49
resolved_ms1789967446792
rung4h
session_id01ad3915ca5a4f5486b098c9
tresolution
thesis_hash9ca2de726ce44699d595733caef931ca56d846c4e114fddba41f8113315bc117
thesis_seq106
ticket_pnl_usd-5.11
v1
entry_px
{
"AAVE": 139.44
}exit_px
{
"AAVE": 138.48
}legs
[
{
"coin": "AAVE",
"entry_px": 139.44,
"exit": "time",
"exit_px": 138.48,
"fees_usd": 0.59,
"index": 0,
"kind": "perp",
"notional_usd": 652.35,
"pnl_usd": -5.08,
"side": "long"
}
]Shown as it was signed, with the wallet taken out: a field named
address or walletNote reads [redacted], any 0x address inside any other field reads 0x… (a vault link keeps its own, which is a public contract), and a clause quoting what a wallet holds is cut and says so. Those bytes are unchanged in the signed entry — /ledger/127 serves it verbatim, and that is what the verifier hashes.check it yourself
Nothing here asks you to trust this page. Run the independent verifier: it refetches every entry, recanonicalises each payload, recomputes the chain and checks each signature against the published key.
node scripts/verify_ledger.mjs https://think.ascendants.io
The head is at /ledger/head, this entry's raw JSON at /ledger/127, and the public key at /.well-known/thesis-terminal-pubkey.json.