receiptresolution
hash53b45c4d989387279fc2399d884cac44b181c9022adc3fd7f694dea696d8b811
prev hashb6eb5bb013a18f1f73b28e5c4badbbe01d337d64ffb8ce8275c82e8bfa72eb2c
signature7ad7034203b73ed4fc26c29e9b1a451bfe513f950b7a8849c21d8c410f584d991db4910eb23a72916c82257ab53d90c356e2e7e68a4cd8c9ba398a82cfccd60a
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_ms1789972620000
hold_pnl_usd3.96
resolved_ms1789987247204
rung4h
session_id514ce2be17124406b0e2ee0c
tresolution
thesis_hash2cd8dc256c6314f1e60131a1bc607b5bc4c352996e41f54f09e4eedb6886f827
thesis_seq133
ticket_pnl_usd4.36
v1
entry_px
{
"ETH": 2668.8
}exit_px
{
"ETH": 2715.6
}legs
[
{
"coin": "ETH/USDC",
"entry_px": 2668.8,
"exit": "time",
"exit_px": 2715.6,
"fees_usd": 0,
"index": 0,
"kind": "lp",
"notional_usd": 500,
"pnl_usd": 4.36,
"side": "deposit"
}
]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/150 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/150, and the public key at /.well-known/thesis-terminal-pubkey.json.