receiptresolution
hash23d65016201c4e7901af5da4180e932c285a803aaaf0733da49600f164aae09d
prev hash4eb11e9da229f6d00460ec20ed5f63471dd2a19407937cd59bb46b9ec6c8f2a9
signature514c57db6f211f93650767c90b0d768f34936767b073cc6b36f09bae67a765c9486c2135d45ea3045d9a9b3c31583d5d9030eca6810ccba88ae617839d062f0c
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_ms1789979940000
hold_pnl_usd10.25
resolved_ms1789994440681
rung4h
session_id7db8c5c055be4f928072fcab
tresolution
thesis_hash53177ecf8652eba37fb0b48e08a53cfcce1231a28af147439a4506aec6e7b87f
thesis_seq141
ticket_pnl_usd9.65
v1
entry_px
{
"SOL": 114.96
}exit_px
{
"SOL": 116.82
}legs
[
{
"coin": "SOL",
"entry_px": 114.96,
"exit": "time",
"exit_px": 116.82,
"fees_usd": 0.57,
"index": 0,
"kind": "perp",
"notional_usd": 633.6,
"pnl_usd": 9.68,
"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/157 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/157, and the public key at /.well-known/thesis-terminal-pubkey.json.