thesis terminal

one entry of the signed ledger, in words

receiptthesis
#141kindthesiswritten2026-09-21 08:38Zthesis7db8c5
hash53177ecf8652eba37fb0b48e08a53cfcce1231a28af147439a4506aec6e7b87f
prev hash0b3bf5d4921a4b3380581a63a5816235ee46bf03172e427cee8ba72857c73685
signature2b54a5b93731f6f01e731bb69c9934fefdb876d4050d9bd9bfd1e704e9037f1b1fa9e019c08ca74fa16b13c4a3517baec4cea289adc1560d4a147ad658a86306
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
SOL runs into the weekend, I want to be long but I can't watch it, keep the risk small
at1789979924743
session7db8c5c055be4f928072fcab
tthesis
text_chars86
thesis_sha256a2ae0da58ac9f8e57dd29f56a5ef4473db3349c915900df89290f6b6716d8f2b
ticket_sha256cb9fd21a815aa07183c102769cc53d85b24487e3a4d9409ddb161ea96a6b9d31
v1
wallet_boundfalse
target
{
  "asset": "SOL",
  "constraints": {
    "defined_risk": false,
    "delta_neutral": false,
    "hands_off": true,
    "keep_dry_powder": false,
    "no_cex": false,
    "no_sell_holdings": false
  },
  "horizon": "days",
  "injection": 0.03,
  "side": "long",
  "view": "directional"
}
ticket
{
  "legs": [
    {
      "coin": "SOL",
      "entry": {
        "px": 115.2,
        "type": "market"
      },
      "kind": "perp",
      "leverage": 1,
      "marginMode": "cross",
      "note": "Stop is 1.5x the daily ATR (the 14-bar 1h ATR scaled by sqrt(24), because this prototype only fetches 1h candles) for a days-long hold (7.9% from the 115 entry, not from the mid); targets take half the size at 1R and half at 2R.",
      "notionalUsd": 633.6,
      "qty": 5.5,
      "side": "long",
      "stop": {
        "pct": 7.88,
        "px": 106.12
      },
      "takeProfits": [
        {
          "pct": 7.88,
          "px": 124.28,
          "sizeFrac": 0.5
        },
        {
          "pct": 15.76,
          "px": 133.36,
          "sizeFrac": 0.5
        }
      ]
    }
  ],
  "riskUsd": 49.94,
  "template": "perp_swing"
}
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/141 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/141, and the public key at /.well-known/thesis-terminal-pubkey.json.