receiptthesis
hash3fed9dd64fbf889c5d3bd958e1a3f0fec267d7cccc19bfc787453b00475c009d
prev hash0000000000000000000000000000000000000000000000000000000000000000
signature4e638e26e51afd711f1c4ea18869db884399f942fcab742f70d53fef50971416b2e08d2538124b3e62311ec1b23004ae14c67723c4c29b6e9178d74377ee4403
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
long BTC swing over the next few days, normal risk
at1789841377286
session04371eec4f734dabafa4446a
tthesis
text_chars50
thesis_sha256dc4440d055949e000c4f0e2f69492b86e52916cebe0dfe6304f2801c51aa238a
ticket_sha256e72a2df3c3e1ee8f54eb2310a38e65b4ca3780b5ea0c722ca6955ff95dc377d6
v1
wallet_boundfalse
target
{
"asset": "BTC",
"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": "BTC",
"entry": {
"px": 81701,
"type": "market"
},
"kind": "perp",
"leverage": 2,
"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 (2.4% from the 81,701 entry, not from the mid); targets take half the size at 1R and half at 2R.",
"notionalUsd": 4254.99,
"qty": 0.05208,
"side": "long",
"stop": {
"pct": 2.35,
"px": 79781
},
"takeProfits": [
{
"pct": 2.35,
"px": 83621,
"sizeFrac": 0.5
},
{
"pct": 4.7,
"px": 85541,
"sizeFrac": 0.5
}
]
}
],
"riskUsd": 99.99,
"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/1 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/1, and the public key at /.well-known/thesis-terminal-pubkey.json.