thesis terminal

one entry of the signed ledger, in words

receiptresolution
#159kindresolutionwritten2026-09-21 13:05Zthesis246e2a
hashece4f33e1276dd6fe8f714451cf2a4c1afa56591e848a7d12903a699a21c7742
prev hash96010a90c0c9114ed7d603770b8651f78226099e0b4e47d913beffb1637d1fb9
signature17b5e86930a77bf3b4b2c9d09219901a749e56c1226de22d9d6f6e16c4acab4a916e7456e3ae75067b4cc702a9546418011bf3b6382afb6eef2539ed939f8f03
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_ms1789909440000
hold_pnl_usd-0.02
resolved_ms1789995940684
rung1d
session_id246e2a052fa84eca8e94c89d
tresolution
thesis_hashed9690ab5f6e65ead08331ae7e9233848a12401840367f1bc48d9fe470d36d58
thesis_seq80
ticket_pnl_usd0.21
v1
entry_px
{
  "ETH": 2582.1
}
exit_px
{
  "ETH": 2740.9
}
legs
[
  {
    "coin": "ETH/USDC",
    "entry_px": 2582.1,
    "exit": "time",
    "exit_px": 2740.9,
    "fees_usd": 0,
    "index": 0,
    "kind": "lp",
    "notional_usd": 500,
    "pnl_usd": 15.15,
    "side": "deposit"
  },
  {
    "coin": "ETH",
    "entry_px": 2582.1,
    "exit": "time",
    "exit_px": 2740.9,
    "fees_usd": 0.22,
    "index": 1,
    "kind": "perp",
    "notional_usd": 240.4,
    "pnl_usd": -15.01,
    "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/159 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/159, and the public key at /.well-known/thesis-terminal-pubkey.json.