thesis terminal

one entry of the signed ledger, in words

receiptresolution
#146kindresolutionwritten2026-09-21 10:05Zthesis6f02ff
hash582bffe49b459fbe4746e5d4d9365f23322201db741b16afb4495eb4a47c4700
prev hash45c20f2dfd6d0c03e674cfabb1f251327d0c82d19d53e84eb95421b99eec0d03
signature14918f2303d41e7cd7b877f16ff722e9cdc0b714f7c726a96b088e0affd2cd52224c62d2f496f79f8bd35d80cf73e7139864141a71958e579dc79bf40a71db0d
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_ms1789898640000
hold_pnl_usd41.96
resolved_ms1789985147100
rung1d
session_id6f02ffc7262c4d8eb8993b0c
tresolution
thesis_hash18395c315c24a201d25fab82aef407296f125b8773bfd5c63b1091470d5584bc
thesis_seq69
ticket_pnl_usd46.75
v1
entry_px
{
  "BTC": 80519,
  "ETH": 2580.4
}
exit_px
{
  "BTC": 84732,
  "ETH": 2724.4
}
legs
[
  {
    "coin": "ETH",
    "entry_px": 2580.4,
    "exit": "time",
    "exit_px": 2716.45,
    "fees_usd": 0.99,
    "index": 0,
    "kind": "perp",
    "notional_usd": 1072.94,
    "pnl_usd": 55.58,
    "side": "long"
  },
  {
    "coin": "BTC",
    "entry_px": 80519,
    "exit": "stop",
    "exit_px": 82606,
    "fees_usd": 0.29,
    "index": 1,
    "kind": "perp",
    "notional_usd": 321.08,
    "pnl_usd": -8.61,
    "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/146 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/146, and the public key at /.well-known/thesis-terminal-pubkey.json.