thesis terminal

one entry of the signed ledger, in words

receiptresolution
#126kindresolutionwritten2026-09-21 04:00Zthesis5590fa
hasha3f741e1658a9927715a9a537a3a327f1fe073766aeb2486a3b5464b08d129b5
prev hash04b8513dc87235fee91051488f20249df4cc78de732f583e95540b191ddc512a
signature020cc0247fd48906a043ab52af7896002244bed021875dc6b7203a174b88c22a7cc02087791b698f44880ed05917bf4b1b02d8b797866054be40bddb19ec3009
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_ms1789948560000
hold_pnl_usd4.64
resolved_ms1789963256672
rung4h
session_id5590fa6930654ee693e93fec
tresolution
thesis_hash02722438290e860dc0eca5a89b5efbe308d978ee3434b19ca161276eb1646562
thesis_seq98
ticket_pnl_usd4.79
v1
entry_px
{
  "BTC": 81225,
  "ETH": 2646.7
}
exit_px
{
  "BTC": 81429,
  "ETH": 2665.4
}
legs
[
  {
    "coin": "ETH",
    "entry_px": 2646.7,
    "exit": "time",
    "exit_px": 2665.4,
    "fees_usd": 0.85,
    "index": 0,
    "kind": "perp",
    "notional_usd": 938.06,
    "pnl_usd": 5.78,
    "side": "long"
  },
  {
    "coin": "BTC",
    "entry_px": 81225,
    "exit": "time",
    "exit_px": 81429,
    "fees_usd": 0.25,
    "index": 1,
    "kind": "perp",
    "notional_usd": 281.02,
    "pnl_usd": -0.96,
    "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/126 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/126, and the public key at /.well-known/thesis-terminal-pubkey.json.