receiptresolution
hash81b57c86d9dd9c70951ccbf29d76d72801df866771105963e6ed854eabe8c394
prev hash7d5a6ed234066477aee242c8b0b79a07e77d0ce6d3815386b378316d84876dbd
signature6e745cac53871b50ecbc2593bd629336a8ddcfb32616098ef06aef44f691d7f99b4e7a047efe17e9a7f16aebe07ad3847c623bde06d46452531f002d054d7e05
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_ms1789869720000
hold_pnl_usd-0.01
resolved_ms1789884353275
rung4h
session_id39a507e3fac94f94bd0c787a
tresolution
thesis_hash03fcc0ff978cec828ba0d31cd7cd35c665eea4a8a71dc083c6c638430586934c
thesis_seq33
ticket_pnl_usd-14.82
v1
entry_px
{
"BTC": 81128,
"ETH": 2620
}exit_px
{
"BTC": 80547,
"ETH": 2578.9
}legs
[
{
"coin": "ETH",
"entry_px": 2620,
"exit": "time",
"exit_px": 2578.9,
"fees_usd": 1.28,
"index": 0,
"kind": "perp",
"notional_usd": 1436.66,
"pnl_usd": -23.82,
"side": "long"
},
{
"coin": "BTC",
"entry_px": 81128,
"exit": "time",
"exit_px": 80547,
"fees_usd": 1.29,
"index": 1,
"kind": "perp",
"notional_usd": 1436.22,
"pnl_usd": 9,
"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/61 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/61, and the public key at /.well-known/thesis-terminal-pubkey.json.