receiptresolution
hash431ebfaf5510c396c4edab863e6d4c3abef79c255f0d76737c13a04b4ce1a781
prev hasheabf711639794e9e9d7d8dfd51571ff0e51f051be142c0ffc738d2926b82d0bf
signature419b8a198ad6842909de09ddb1875f80c55df22b884dfda34621527171a0113beeec98374a448af96c2007cb2f89507166dd1e6706a0a33a9a146af29015d204
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_ms1789863180000
hold_pnl_usd-20.83
resolved_ms1789877760563
rung4h
session_id2b141f2edc1241b28d9e1a34
tresolution
thesis_hashdbf9e01f696870492fa3003712299ab2a35e0bcb5c093d729fbdfc89862131b4
thesis_seq8
ticket_pnl_usd-21.84
v1
entry_px
{
"SOL": 110.87
}exit_px
{
"SOL": 108.73
}legs
[
{
"coin": "SOL",
"entry_px": 110.87,
"exit": "time",
"exit_px": 108.73,
"fees_usd": 0.96,
"index": 0,
"kind": "perp",
"notional_usd": 1078.93,
"pnl_usd": -21.79,
"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/42 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/42, and the public key at /.well-known/thesis-terminal-pubkey.json.