receiptresolution
hasheef37109f99808c40717f226f7372aa4e0ced0f7a2e00a83744b3f6f252a5307
prev hashf61694ded92b8fc88f85989b358f4a8645a058fc92726ba98c62630920221165
signature377dd52cd478884ff93b6f1e5e8a425aedb978e4a67b59d61a7f6b98540efece46a3b2a60ddd895ea81de69e9aa46df378b64f30a84bda44224f284bc0867309
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_ms1789973880000
hold_pnl_usd0
resolved_ms1790060549078
rung1d
session_id0d1767c5528e4782b2185c0d
tresolution
thesis_hashc06c92b7b74caf2ad5e6228e1399edba863d958a62ac0ba6bbeac27d3a99c68b
thesis_seq134
ticket_pnl_usd0.48
v1
entry_px
{
"ETH": 2665.2
}exit_px
{
"ETH": 2731.4
}legs
[
{
"coin": "ETH/USDC",
"entry_px": 2665.2,
"exit": "time",
"exit_px": 2731.4,
"fees_usd": 0,
"index": 0,
"kind": "lp",
"notional_usd": 500,
"pnl_usd": 6.17,
"side": "deposit"
},
{
"coin": "ETH",
"entry_px": 2665.2,
"exit": "time",
"exit_px": 2731.4,
"fees_usd": 0.21,
"index": 1,
"kind": "perp",
"notional_usd": 225.82,
"pnl_usd": -5.81,
"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/178 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/178, and the public key at /.well-known/thesis-terminal-pubkey.json.