receiptresolution
hash6e749d8addf8d811dbfea416d81f65cf53c2ccd5610dd417ff47c57d530a61cb
prev hash58694f783f9959cc474ccac43cfe60b2b25dd43c4f6abadc27ad5e8d8d7b6048
signaturea63b686eff060ded7e8910816da538886c585fd3e0a2d6f6abe9041dd18f465f2d31e0d668f02ccac4d1833366bbbbaeeb6d9b73fa44b9e043062702204e3b04
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_ms1789869660000
hold_pnl_usd0
resolved_ms1789956071868
rung1d
session_idd95dabe14c1245f59f821cc3
tresolution
thesis_hash9a6fe44fe432570f381e52d85412aa7184e245c513742864e1417ac1e61536b2
thesis_seq31
ticket_pnl_usd-2.01
v1
entry_px
{
"MON": 0.024503
}exit_px
{
"MON": 0.02462
}legs
[
{
"coin": "MON",
"entry_px": 0.024503,
"exit": "time",
"exit_px": 0.02462,
"fees_usd": 0.9,
"index": 0,
"kind": "perp",
"notional_usd": 999.98,
"pnl_usd": -5.68,
"side": "short"
},
{
"coin": "MON",
"entry_px": 0.024503,
"exit": "time",
"exit_px": 0.02462,
"fees_usd": 1.4,
"index": 1,
"kind": "spot",
"notional_usd": 999.98,
"pnl_usd": 3.37,
"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/121 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/121, and the public key at /.well-known/thesis-terminal-pubkey.json.