thesis terminal

one entry of the signed ledger, in words

receiptthesis
#98kindthesiswritten2026-09-20 23:55Zthesis5590fa
hash02722438290e860dc0eca5a89b5efbe308d978ee3434b19ca161276eb1646562
prev hashbec5c9860ac17bb49beb88fb3c3b82f81c51ed7d06b59637ce65255a66475302
signature28f3c2ea780afd60a7c1a461252f9e10fc9b9e1c67a161f283d1ddbc44806002a7efd468ff9022c070bc77d1e7ef78ab446c984a71113ea56c6a8874c1d69407
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
ETH outperforms BTC into the Fed meeting, but I don't want to be exposed to the whole market dumping
at1789948551399
session5590fa6930654ee693e93fec
tthesis
text_chars100
thesis_sha256c41ec79581f52d3853104e6cfb8b0ec9bea5d21f45358106f4fcd0b6c9eb8144
ticket_sha256195fb697d4e72ff2a5826aa591b5972965656eaaa4ccc4034077268fb34fd52a
v1
wallet_boundfalse
target
{
  "asset": "ETH",
  "asset2": "BTC",
  "constraints": {
    "defined_risk": false,
    "delta_neutral": true,
    "hands_off": false,
    "keep_dry_powder": false,
    "no_cex": false,
    "no_sell_holdings": false
  },
  "horizon": "days",
  "injection": 0.02,
  "side": "long",
  "view": "relative"
}
ticket
{
  "legs": [
    {
      "coin": "ETH",
      "entry": {
        "px": 2654.4,
        "type": "market"
      },
      "kind": "perp",
      "leverage": 1,
      "marginMode": "cross",
      "note": "Long leg. v0 approximates a spread stop with per-leg stops; take both legs off together.",
      "notionalUsd": 938.06,
      "qty": 0.3534,
      "side": "long",
      "stop": {
        "pct": 5.33,
        "px": 2512.9
      },
      "takeProfits": [
        {
          "pct": 5.33,
          "px": 2795.9,
          "sizeFrac": 0.5
        },
        {
          "pct": 10.66,
          "px": 2937.4,
          "sizeFrac": 0.5
        }
      ]
    },
    {
      "coin": "BTC",
      "entry": {
        "px": 80985,
        "type": "market"
      },
      "hedgeOf": 0,
      "kind": "perp",
      "leverage": 1,
      "marginMode": "cross",
      "note": "Short leg, beta-weighted: ETH beta 0.30 / BTC beta 1.00 = 0.30x the long leg. v0 approximates a spread stop with per-leg stops; take both legs off together.",
      "notionalUsd": 281.02,
      "qty": 0.00347,
      "side": "short",
      "stop": {
        "pct": 3.1,
        "px": 83496
      },
      "takeProfits": [
        {
          "pct": 3.1,
          "px": 78474,
          "sizeFrac": 0.5
        },
        {
          "pct": 6.2,
          "px": 75964,
          "sizeFrac": 0.5
        }
      ]
    }
  ],
  "riskUsd": 58.72,
  "template": "pair_trade"
}
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/98 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/98, and the public key at /.well-known/thesis-terminal-pubkey.json.