receiptresolution
hashe34e87073257e4e6e522c0d3e975aa075305b5a230893b72cbf822df4ab66186
prev hashbaf6ae54dc0e00d3d2edd067605e2d2a0c16a78bb166c7fdae30ac5c0c7a5e8a
signatureb2c386c025cd0c9cdd720929855caefa9b56104dd89f54e10853bb09a16429e246103b0aad3f1f5574fde06697e5fe0f1c0105ab6c233751ce8a2c8854c5270b
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_ms1789968840000
hold_pnl_usd7.25
resolved_ms1790055368456
rung1d
session_ida5f381e896ef4fe0ac68cda9
tresolution
thesis_hash96cbbe62317cd1a8eefaf5eb5506491cf010a7cb014c0aa4db5063b5fe560274
thesis_seq131
ticket_pnl_usd2.22
v1
entry_px
{
"BTC": 81817,
"ETH": 2677.6
}exit_px
{
"BTC": 85225,
"ETH": 2720.8
}legs
[
{
"coin": "ETH",
"entry_px": 2677.6,
"exit": "time",
"exit_px": 2720.8,
"fees_usd": 0.58,
"index": 0,
"kind": "perp",
"notional_usd": 641.59,
"pnl_usd": 9.77,
"side": "long"
},
{
"coin": "BTC",
"entry_px": 81817,
"exit": "stop",
"exit_px": 84890,
"fees_usd": 0.18,
"index": 1,
"kind": "perp",
"notional_usd": 192.26,
"pnl_usd": -7.4,
"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/176 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/176, and the public key at /.well-known/thesis-terminal-pubkey.json.