thesis terminal

one entry of the signed ledger, in words

receiptresolution
#60kindresolutionwritten2026-09-20 06:06Zthesis6ee6e7
hash7d5a6ed234066477aee242c8b0b79a07e77d0ce6d3815386b378316d84876dbd
prev hashe20bb50f6ad94ee919475f6bd96eb82a5adefb93d4a51fb4d8d4c137e00beba7
signature8128ff7f0c4277e875c72317b3ec235c79b617ed5befba5dfda7cdd35311b5dec2ae488b2a090f21ff491a27904f5b19a922cb6fb066db2ac70f765a2ff8ca0a
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_ms1789869720000
hold_pnl_usd-12.87
resolved_ms1789884353275
rung4h
session_id6ee6e7add581420ba3277ec6
tresolution
thesis_hash2db591f77cab0544f66d51750fa5864e7d0a7ea243c8e23f1fc3c0fa19f7988b
thesis_seq32
ticket_pnl_usd-13.8
v1
entry_px
{
  "SOL": 110.27
}
exit_px
{
  "SOL": 108.83
}
legs
[
  {
    "coin": "SOL",
    "entry_px": 110.27,
    "exit": "time",
    "exit_px": 108.83,
    "fees_usd": 0.88,
    "index": 0,
    "kind": "perp",
    "notional_usd": 985.48,
    "pnl_usd": -13.75,
    "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/60 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/60, and the public key at /.well-known/thesis-terminal-pubkey.json.