thesis terminal

one entry of the signed ledger, in words

receiptresolution
#99kindresolutionwritten2026-09-21 00:05Zthesisf715a2
hash5fc14a29a826aca6a8837084fc320113ddc56048530141cda299e7a779b4bf27
prev hash02722438290e860dc0eca5a89b5efbe308d978ee3434b19ca161276eb1646562
signature261699452cb88a32f67daa853ad74b624702b2b9a4b291cef95b943c4ac8e59f6f1de253fb80ea6d061d17ded16459a7e90ceb1227fa51914a47367d8e6fd609
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_ms1789862580000
hold_pnl_usd5.35
resolved_ms1789949146788
rung1d
session_idf715a28ad63c4c1ba626d63f
tresolution
thesis_hashe8510ad8d786c9155ce84b2f23eca5796bc8e424e02b398bf0a7ae2085168a6f
thesis_seq7
ticket_pnl_usd4.06
v1
entry_px
{
  "SOL": 110.97
}
exit_px
{
  "SOL": 111.52
}
legs
[
  {
    "coin": "SOL",
    "entry_px": 110.97,
    "exit": "time",
    "exit_px": 111.52,
    "fees_usd": 0.97,
    "index": 0,
    "kind": "perp",
    "notional_usd": 1079.18,
    "pnl_usd": 4.38,
    "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/99 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/99, and the public key at /.well-known/thesis-terminal-pubkey.json.