receiptresolution
hash6d6059e74f48fc8580a4d9c853daa9e2406270313c4c8988899def9cfd3ac88a
prev hashafcacf93fbefce4a2a4e89a52e74b227ef41a06457c003974164cd66e41f251e
signatureaad9b8038122a402bc6d4a0b5f50580705144335677a3e78c094da02d6dd05f95623bcae5a34be22d68bf2e054fd7831c2b87bee3631ffb806b4ef422c63ac07
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_ms1789989300000
hold_pnl_usd2.42
resolved_ms1790075826451
rung1d
session_idcb1acc044cdb4d0392d3528a
tresolution
thesis_hash4eb11e9da229f6d00460ec20ed5f63471dd2a19407937cd59bb46b9ec6c8f2a9
thesis_seq156
ticket_pnl_usd1.75
v1
entry_px
{
"SOL": 116.47
}exit_px
{
"SOL": 116.99
}legs
[
{
"coin": "SOL",
"entry_px": 116.47,
"exit": "time",
"exit_px": 116.99,
"fees_usd": 0.49,
"index": 0,
"kind": "perp",
"notional_usd": 540.97,
"pnl_usd": 1.93,
"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/183 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/183, and the public key at /.well-known/thesis-terminal-pubkey.json.