receiptresolution
hashd52356bb2a7c207976326326a1a636ad02d0056353c4781c591633c1fa9d6a16
prev hash40e4ca7955d9bcfc4f7c6cb2b793b8b50a61ec992497fa5326a53ccb6a6a8dcb
signaturec149761548538be3f04933765df84cd164ba2b56701af776a8271b2ee9c40eed73c908813084cbdee37fac00db5a40cdb9d00f8d4ad9df7852954ab72f83c10c
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_ms1789869420000
hold_pnl_usd-7.03
resolved_ms1789884091063
rung4h
session_id37a1c215c75448a08abe02b0
tresolution
thesis_hash5a1adfbc71d9b315c3e14999fa5b2cdd10713a7248bfc03fcfd32f4304e45fd4
thesis_seq27
ticket_pnl_usd-7.54
v1
entry_px
{
"SOL": 110.18
}exit_px
{
"SOL": 108.74
}legs
[
{
"coin": "SOL",
"entry_px": 110.18,
"exit": "time",
"exit_px": 108.74,
"fees_usd": 0.48,
"index": 0,
"kind": "perp",
"notional_usd": 538.04,
"pnl_usd": -7.51,
"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/56 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/56, and the public key at /.well-known/thesis-terminal-pubkey.json.