thesis terminal

one entry of the signed ledger, in words

receiptthesis
#20kindthesiswritten2026-09-20 01:38Zthesis786a96
hashf4c4acdcfa465bfcc80e8fa8eb3cac26655190124792deda62dbd4e790a11082
prev hashb5818c57539c54089186d47d085680507cfa46ed00b97fc4251b4f46d7ceda98
signature729235670e16d094c94e3e8ab99141db2a81e3b68a4e0dddb08959ebebf99cac4e37abca4d576126b21a427d0985527d32cfbddd9100d20efa7cc9267ceefd0f
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
what do you think of pump.fun here as a trade? Refinement 2: the 15m 200ema has been good for trending tokens in an up market Refinement 3: I think PUMP goes up over the next week and I want to be long with small risk.
at1789868323663
session786a968ebc86440bbceefb82
tthesis
text_chars220
thesis_sha256a897dce50de50daabee6b67bddc20ec89a561f63d4bc5931a4c3bd19a2db8847
ticket_sha256a89c78029ab73adeb816b2e15b200b0fa9f34a829b48cf293a60d692cde63c76
v1
wallet_boundfalse
target
{
  "asset": "PUMP",
  "constraints": {
    "defined_risk": false,
    "delta_neutral": false,
    "hands_off": false,
    "keep_dry_powder": false,
    "no_cex": false,
    "no_sell_holdings": false
  },
  "horizon": "days",
  "injection": 0.03,
  "side": "long",
  "view": "directional"
}
ticket
{
  "legs": [
    {
      "coin": "PUMP",
      "entry": {
        "px": 0.004154,
        "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 (11.3% from the 0.004154 entry, not from the mid); targets take half the size at 1R and half at 2R. The 200ema you named is drawn on the chart, but this stop is the ATR rule measured from the entry, not that level - the ticket does not yet place stops on drawn levels.",
      "notionalUsd": 443.26,
      "qty": 106706,
      "side": "long",
      "stop": {
        "pct": 11.29,
        "px": 0.003685
      },
      "takeProfits": [
        {
          "pct": 11.29,
          "px": 0.004623,
          "sizeFrac": 0.5
        },
        {
          "pct": 22.56,
          "px": 0.005091,
          "sizeFrac": 0.5
        }
      ]
    }
  ],
  "riskUsd": 50.05,
  "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/20 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/20, and the public key at /.well-known/thesis-terminal-pubkey.json.