receiptresolution
hashddcca7e8902989654911033c6e1633df80648b09a965934dfee3259e5a221fc6
prev hash96cbbe62317cd1a8eefaf5eb5506491cf010a7cb014c0aa4db5063b5fe560274
signature95ccb4193daec7f831e4d950234f332730166452ed603e3bf36e9fc9ae3c4bef1ddf58fc0c198a1bfab984cd8884c84f943cef496d9d06f4f3febbbe7cde400f
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_ms1789884600000
hold_pnl_usd20.87
resolved_ms1789971046788
rung1d
session_id81a4a6b274d04358a4bd788a
tresolution
thesis_hash5102f457ab2a7b959abbf0af024d4d337ccfb3f9814ccec39f260f132e1434ee
thesis_seq62
ticket_pnl_usd19.99
v1
entry_px
{
"SOL": 108.71
}exit_px
{
"SOL": 111.85
}legs
[
{
"coin": "SOL",
"entry_px": 108.71,
"exit": "time",
"exit_px": 111.85,
"fees_usd": 0.66,
"index": 0,
"kind": "perp",
"notional_usd": 722.54,
"pnl_usd": 20.21,
"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/132 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/132, and the public key at /.well-known/thesis-terminal-pubkey.json.