receiptresolution
hash7f9123d944c65c565c2471a83d2b51127fdf65b01b43c6a20d3364d452dcc250
prev hashd483a5f0b9ee071f81c54b6c41baeca5099fac40d58345a3778be75ff534eec9
signaturecf20a20cfcb06dbd995e06b16c649e8d09e2cdae2aa3489be2cbfa70f7434b35d3cdde3f658bb4cbbc930d3d7205f8049898c3e7b9fd3c4ba3d2227043473205
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_ms1789953060000
hold_pnl_usd-9.29
resolved_ms1789967746789
rung4h
session_id80f4e30099294bd4871e9d3c
tresolution
thesis_hashbc72ffcf15cfb157397a1eec752624d4faf9af26efb9af8926889a6d39423b50
thesis_seq108
ticket_pnl_usd-9.95
v1
entry_px
{
"SOL": 112.9
}exit_px
{
"SOL": 111.41
}legs
[
{
"coin": "SOL",
"entry_px": 112.9,
"exit": "time",
"exit_px": 111.41,
"fees_usd": 0.63,
"index": 0,
"kind": "perp",
"notional_usd": 704.1,
"pnl_usd": -9.92,
"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/129 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/129, and the public key at /.well-known/thesis-terminal-pubkey.json.