thesis terminal

one entry of the signed ledger, in words

receiptthesis
#156kindthesiswritten2026-09-21 11:14Zthesiscb1acc
hash4eb11e9da229f6d00460ec20ed5f63471dd2a19407937cd59bb46b9ec6c8f2a9
prev hash92e9696f173dd6dda64db1c53a439ec3a3b678d52da28fa201d8897966c89c30
signature33e9aa95a3ded5911b170dd68b0c87238b588c6ae5171fa048cad4eddc2a2603ba07f2a5e3f0a9bc3500aa1bae2f82fe849cc99e86c8cfff1a76d07e8b7df605
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
at1789989289668
sessioncb1acc044cdb4d0392d3528a
tthesis
text_chars86
thesis_sha256a2ae0da58ac9f8e57dd29f56a5ef4473db3349c915900df89290f6b6716d8f2b
ticket_sha256d9546cf8b9ef4209441ba95de0b3c63f5ee06dd9c13e4aa0514e160826f55d3e
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": 116.84,
        "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 (9.2% from the 117 entry, not from the mid); targets take half the size at 1R and half at 2R.",
      "notionalUsd": 540.97,
      "qty": 4.63,
      "side": "long",
      "stop": {
        "pct": 9.23,
        "px": 106.06
      },
      "takeProfits": [
        {
          "pct": 9.23,
          "px": 127.62,
          "sizeFrac": 0.5
        },
        {
          "pct": 18.46,
          "px": 138.41,
          "sizeFrac": 0.5
        }
      ]
    }
  ],
  "riskUsd": 49.91,
  "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/156 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/156, and the public key at /.well-known/thesis-terminal-pubkey.json.