thesis terminal

one entry of the signed ledger, in words

receiptthesis
#26kindthesiswritten2026-09-20 01:55Zthesis73aa09
hash4ad6d9bb5b317a5bb16f53fbecbeffa2e30d8c8ca5be19b6099808a300a734c5
prev hashadef6eb3cc14774244668bdaa3798084dabb362b84c08512ef4ff36af9aa51bb
signaturedb9ebff0f915f9f559d1512648271a73b62fdb524b7648694aeb15731f0c38e750f26c59d07b7ea57628117b34dd85e1c266d24a1a3d858d67e4f9b174f9180b
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
ARB has a big unlock on the 16th, I want to be short going into it but capped downside, maybe a week
at1789869332444
session73aa098dd9e54f3c8daf4fc4
tthesis
text_chars100
thesis_sha256d1ce37cc421042aba6f32a1059eae8521d4379dfd57989a9ac1a9ff126c2926a
ticket_sha256a1482ba81b968cdc9f429788eebffb9364d5b9e448edd24a44ebbb28335a30a2
v1
wallet_boundfalse
target
{
  "asset": "ARB",
  "constraints": {
    "defined_risk": true,
    "delta_neutral": false,
    "hands_off": false,
    "keep_dry_powder": false,
    "no_cex": false,
    "no_sell_holdings": false
  },
  "horizon": "days",
  "injection": 0.02,
  "side": "short",
  "view": "directional"
}
ticket
{
  "legs": [
    {
      "coin": "ARB",
      "entry": {
        "px": 0.20632,
        "type": "market"
      },
      "kind": "perp",
      "leverage": 8,
      "marginMode": "isolated",
      "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 (13.4% from the 0.20632 entry, not from the mid); targets take half the size at 1R and half at 2R.",
      "notionalUsd": 373.13,
      "qty": 1808.5,
      "side": "short",
      "stop": {
        "pct": 13.4,
        "px": 0.23397
      },
      "takeProfits": [
        {
          "pct": 13.4,
          "px": 0.17867,
          "sizeFrac": 0.5
        },
        {
          "pct": 26.8,
          "px": 0.15103,
          "sizeFrac": 0.5
        }
      ]
    }
  ],
  "riskUsd": 46.64,
  "template": "event_fade_defined_risk"
}
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/26 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/26, and the public key at /.well-known/thesis-terminal-pubkey.json.