receiptthesis
hashfac939dc45b86af8b66ec68286ae47af0c89bc919a495fd280c328db2eff5665
prev hash8184e76451ec88a1e3c9654e47cb78c444399487625547c3d1218031d77d2684
signatureab52dc2bfff83244e0e484db7ddd61ece702ee0206fcfe8fbee4317b1af61a828350c90ed6b4f9c466d04e1e22833299f1f9a930f0ec78bbbd5f572be4e1740c
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
short MON for 3 days, MON funding at 52% APR (longs paying shorts)
at1789869593321
session277c75b2602947aa9e6798b6
tthesis
text_chars66
thesis_sha25690c711c6916a6ab4ac92f7b01dfa45bdb084d6f4a43fa53b8c9d63b4dc24bcea
ticket_sha256798d84edff291a5f3250d4d02d32581898bb7889126b3306e5bf21db427a73ef
v1
wallet_boundfalse
target
{
"asset": "MON",
"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.05,
"side": "short",
"view": "carry"
}ticket
{
"legs": [
{
"coin": "MON",
"entry": {
"px": 0.02442,
"type": "market"
},
"kind": "perp",
"leverage": 2,
"marginMode": "cross",
"note": "Short leg of the carry at 2x cross. No stop: the spot leg is the hedge. Funding at today's 10.9% APR pays $0.60/day on this notional.",
"notionalUsd": 2000,
"qty": 81900,
"side": "short"
},
{
"coin": "MON",
"entry": {
"px": 0.024566,
"type": "market"
},
"hedgeOf": 0,
"kind": "spot",
"note": "Spot hedge on pair @129 (index 129), sized to the short. The spot price in v0 is the perp mid plus the same 30 bp of slippage the perp leg pays, and the quantity is this leg's notional at that price.",
"notionalUsd": 2000,
"qty": 81413.33,
"side": "buy"
}
],
"riskUsd": 3000,
"template": "funding_harvest"
}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/30 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/30, and the public key at /.well-known/thesis-terminal-pubkey.json.