receiptresolution
hash92e9696f173dd6dda64db1c53a439ec3a3b678d52da28fa201d8897966c89c30
prev hash0dbaa6dfd873aa5048c219c9be6d884160e7e6450f27f394adbf4bb9c0b32003
signature66e069a46bd2b2d55986f33aee2e10e406d21e9a0b3511ebd65c72de6bb33e60585fa9eddbc19caeebbc67fbd7698dd6b19e1eb2c8f336863262d47183bf5508
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_ms1789974000000
hold_pnl_usd0.01
resolved_ms1789988455464
rung4h
session_id8edaaa2b1b124cebbe579190
tresolution
thesis_hash3a29a0e96972550420637bbbc68956b4ffd4649e73dd2227a5f6b1f596452bc5
thesis_seq135
ticket_pnl_usd0.26
v1
entry_px
{
"ETH": 2665.1
}exit_px
{
"ETH": 2717.5
}legs
[
{
"coin": "ETH/USDC",
"entry_px": 2665.1,
"exit": "time",
"exit_px": 2717.5,
"fees_usd": 0,
"index": 0,
"kind": "lp",
"notional_usd": 500,
"pnl_usd": 4.89,
"side": "deposit"
},
{
"coin": "ETH",
"entry_px": 2665.1,
"exit": "time",
"exit_px": 2717.5,
"fees_usd": 0.21,
"index": 1,
"kind": "perp",
"notional_usd": 225.91,
"pnl_usd": -4.65,
"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/155 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/155, and the public key at /.well-known/thesis-terminal-pubkey.json.