thesis terminal

one entry of the signed ledger, in words

receiptresolution
#94kindresolutionwritten2026-09-20 22:40Zthesis143236
hash38995a77d61014ea2f16377e4ad1cf44b7ffee5e94d095a94867dc0daff95a78
prev hashf026bfcfcf76781653c1586885eeb5b862c85ef6f7b1e224a5ebc3dbe4ffaf98
signature55c226bf59b2da4a35679d6a5953f1f18a7f99f9579a04b08d8250b1bd636d214083a5600712053be0bf543d605806ccc51db40c34aecb48b032506189a69f05
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_ms1789857360000
hold_pnl_usd5.55
resolved_ms1789944046827
rung1d
session_id143236c8223745f0827e3411
tresolution
thesis_hash00da6c2431b59b878371e8c798ee84a5f40440a5e553c87359873b2de739202b
thesis_seq3
ticket_pnl_usd5.95
v1
entry_px
{
  "BTC": 81155,
  "ETH": 2624.3
}
exit_px
{
  "BTC": 81227,
  "ETH": 2641.6
}
legs
[
  {
    "coin": "ETH",
    "entry_px": 2624.3,
    "exit": "time",
    "exit_px": 2641.6,
    "fees_usd": 1.09,
    "index": 0,
    "kind": "perp",
    "notional_usd": 1201.89,
    "pnl_usd": 6.84,
    "side": "long"
  },
  {
    "coin": "BTC",
    "entry_px": 81155,
    "exit": "time",
    "exit_px": 81227,
    "fees_usd": 0.32,
    "index": 1,
    "kind": "perp",
    "notional_usd": 360.03,
    "pnl_usd": -0.64,
    "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/94 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/94, and the public key at /.well-known/thesis-terminal-pubkey.json.