receiptresolution
hash8130efea7d5c0fb22771f4714f288f368fef0d5b618a09d71ca15bdf85691ee0
prev hash53b45c4d989387279fc2399d884cac44b181c9022adc3fd7f694dea696d8b811
signaturefe14beea680c150eba20b4b0d960dae1aebe46a9425a76b784b9899b6d7c7dc0f19edb52dcc300e9d7f086031673b9b84a4432ad4993cb09f1a234d5a37d3106
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_ms1789901760000
hold_pnl_usd26.79
resolved_ms1789988455464
rung1d
session_id504a6050582a4d1d9c8b5bb8
tresolution
thesis_hash258b7151088cc6332e738889b65f5459be64fe1011cbe3138b058602762493eb
thesis_seq74
ticket_pnl_usd27.87
v1
entry_px
{
"ETH": 2570.7
}exit_px
{
"ETH": 2716
}legs
[
{
"coin": "ETH/USDC",
"entry_px": 2570.7,
"exit": "time",
"exit_px": 2716,
"fees_usd": 0,
"index": 0,
"kind": "lp",
"notional_usd": 1000,
"pnl_usd": 27.87,
"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/151 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/151, and the public key at /.well-known/thesis-terminal-pubkey.json.