receiptthesis
hash9daab669db32aa6955c9e878a40605ce4738b350264fbf72d0696c8109ee32b6
prev hashf397ebe02a1bb2ed9487b9f5fb6d756f766713cca3f23f77b0d12f75295186e4
signature4b15d85bd5f9612f7f058470ba8e6ec857b5218fa3e2a6389436214b29b69c04d974ea1fb0940c20f980f41f9ee2208da2ebbcb9710d82acb976cb359457980a
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
"leverage ETH 2x via a loan and LP the proceeds
at1789894480406
sessionbb778a9ab3734be19291ef92
tthesis
text_chars47
thesis_sha256607ed693b1ddd96492e3f3936160c5039a7d4d9376f0dfcdc2fe68b2a7ed0000
ticket_sha256367a7f3f45f34312a0d138865683b93570ceeac77c2b08e15e6321947d68a13f
v1
wallet_boundfalse
target
{
"asset": "ETH",
"constraints": {
"defined_risk": false,
"delta_neutral": false,
"hands_off": false,
"keep_dry_powder": false,
"no_cex": false,
"no_sell_holdings": false
},
"horizon": "months",
"injection": 0.02,
"side": "long",
"view": "directional"
}ticket
{
"legs": [
{
"coin": "ETH",
"entry": {
"px": 2580.7,
"type": "market"
},
"kind": "perp",
"leverage": 1,
"marginMode": "cross",
"note": "Stop is 4x the daily ATR (the 14-bar 1h ATR scaled by sqrt(24), because this prototype only fetches 1h candles) for a months-long hold (12.2% from the 2,581 entry, not from the mid); targets take half the size at 1R and half at 2R.",
"notionalUsd": 1644.68,
"qty": 0.6373,
"side": "long",
"stop": {
"pct": 12.16,
"px": 2266.9
},
"takeProfits": [
{
"pct": 12.16,
"px": 2894.5,
"sizeFrac": 0.5
},
{
"pct": 24.32,
"px": 3208.3,
"sizeFrac": 0.5
}
]
}
],
"riskUsd": 199.98,
"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/67 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/67, and the public key at /.well-known/thesis-terminal-pubkey.json.