receiptresolution
hash58694f783f9959cc474ccac43cfe60b2b25dd43c4f6abadc27ad5e8d8d7b6048
prev hash633cb446cee3a6c1203d971ef59b336fe46ed4e53fb6460c6e54236c7ddd5be6
signature830adcda148ffcd0bd4595c63e4a3739adab054d9f7231792cd640fec94897d272f9506844717f653ecbe942a21128e867d7cf612f71407a857c126976b2ec07
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
entry_ms1789869600000
hold_pnl_usd0
resolved_ms1789956071868
rung1d
session_id277c75b2602947aa9e6798b6
tresolution
thesis_hashfac939dc45b86af8b66ec68286ae47af0c89bc919a495fd280c328db2eff5665
thesis_seq30
ticket_pnl_usd-4.01
v1
entry_px
{
"MON": 0.024491
}exit_px
{
"MON": 0.024675
}legs
[
{
"coin": "MON",
"entry_px": 0.024491,
"exit": "time",
"exit_px": 0.024675,
"fees_usd": 1.81,
"index": 0,
"kind": "perp",
"notional_usd": 2000,
"pnl_usd": -16.83,
"side": "short"
},
{
"coin": "MON",
"entry_px": 0.024491,
"exit": "time",
"exit_px": 0.024675,
"fees_usd": 2.81,
"index": 1,
"kind": "spot",
"notional_usd": 2000,
"pnl_usd": 12.22,
"side": "buy"
}
]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/120 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/120, and the public key at /.well-known/thesis-terminal-pubkey.json.