receiptresolution
hash30c97a3f1944b0255feddadd4ceb24372d0e314b66705f42607c954adfb61e1a
prev hash8130efea7d5c0fb22771f4714f288f368fef0d5b618a09d71ca15bdf85691ee0
signature9e38d737258b55dc7d74ffa759a0b8cd2776da0c8c7ebc7dc7c7b7a51e25fcad1044eb77ac85a50d2e29e2ddc97d7f9eeff7062df6d4374a363caeb87cabdb0d
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_ms1789973880000
hold_pnl_usd0
resolved_ms1789988455464
rung4h
session_id0d1767c5528e4782b2185c0d
tresolution
thesis_hashc06c92b7b74caf2ad5e6228e1399edba863d958a62ac0ba6bbeac27d3a99c68b
thesis_seq134
ticket_pnl_usd0.28
v1
entry_px
{
"ETH": 2665.2
}exit_px
{
"ETH": 2719
}legs
[
{
"coin": "ETH/USDC",
"entry_px": 2665.2,
"exit": "time",
"exit_px": 2719,
"fees_usd": 0,
"index": 0,
"kind": "lp",
"notional_usd": 500,
"pnl_usd": 5.02,
"side": "deposit"
},
{
"coin": "ETH",
"entry_px": 2665.2,
"exit": "time",
"exit_px": 2719,
"fees_usd": 0.21,
"index": 1,
"kind": "perp",
"notional_usd": 225.82,
"pnl_usd": -4.76,
"side": "short"
}
]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/152 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/152, and the public key at /.well-known/thesis-terminal-pubkey.json.