receiptresolution
hash3a4afc65d88eb5a593d74a74ad75da0e96453be7c4b7c07c5430916c4ec319a9
prev hash6d6059e74f48fc8580a4d9c853daa9e2406270313c4c8988899def9cfd3ac88a
signature1d992aa4da2c82f4a4925137a6e3c4e4cbf49bc842ac7b620dfe33b3c263ef0ec24cb6d3a5d945269f9ed9d80d862a6aa03b0c0c00e634b9f2695e9954383809
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_ms1789995300000
hold_pnl_usd21.18
resolved_ms1790081780870
rung1d
session_id55d4d629e92a4f618ab76696
tresolution
thesis_hash96010a90c0c9114ed7d603770b8651f78226099e0b4e47d913beffb1637d1fb9
thesis_seq158
ticket_pnl_usd13.92
v1
entry_px
{
"HYPE": 95.384
}exit_px
{
"HYPE": 95.788
}legs
[
{
"coin": "HYPE",
"entry_px": 95.384,
"exit": "time",
"exit_px": 95.788,
"fees_usd": 7.01,
"index": 0,
"kind": "spot",
"notional_usd": 5000,
"pnl_usd": 14.16,
"side": "buy"
},
{
"coin": "USDC",
"entry_px": null,
"exit": "open",
"exit_px": null,
"fees_usd": 0,
"index": 1,
"kind": "borrow",
"notional_usd": 1550,
"pnl_usd": 0,
"side": "borrow"
},
{
"coin": "HYPE/USDC",
"entry_px": 95.384,
"exit": "time",
"exit_px": 95.788,
"fees_usd": 0,
"index": 2,
"kind": "lp",
"notional_usd": 1550,
"pnl_usd": 3.28,
"side": "deposit"
},
{
"coin": "HYPE",
"entry_px": 95.384,
"exit": "time",
"exit_px": 95.788,
"fees_usd": 0.66,
"index": 3,
"kind": "perp",
"notional_usd": 728.46,
"pnl_usd": -3.74,
"side": "short"
}
]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/184 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/184, and the public key at /.well-known/thesis-terminal-pubkey.json.