receiptresolution
hashd1f229773b96f364dbd256bef9ff4b509309b2692ea0cfb02874539efae953c9
prev hash6af25fe0eff06bdc0f7424582236542ea44a17b605877cc3cdfa09238a439feb
signature7574a08cac3a87dc7c783d10f779ba27fab1015b92b5c604ba8fad314d59947e0be9557861c8df43a5210affffe548b35270c4c5cb2efae68632bf21ba70170b
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_ms1789867740000
hold_pnl_usd0
resolved_ms1789882553561
rung4h
session_idefec46e2ab354fef85cec24b
tresolution
thesis_hash421faa7ea488b04f9c5e3d52a8d66587e5e087bf2f68ac9f19e249e80cfb5fdb
thesis_seq14
ticket_pnl_usd-4.37
v1
entry_px
{
"MON": 0.024544
}exit_px
{
"MON": 0.023888
}legs
[
{
"coin": "MON",
"entry_px": 0.024544,
"exit": "time",
"exit_px": 0.023888,
"fees_usd": 1.78,
"index": 0,
"kind": "perp",
"notional_usd": 2000,
"pnl_usd": 51.68,
"side": "short"
},
{
"coin": "MON",
"entry_px": 0.024544,
"exit": "time",
"exit_px": 0.023888,
"fees_usd": 2.76,
"index": 1,
"kind": "spot",
"notional_usd": 2000,
"pnl_usd": -56.22,
"side": "buy"
}
]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/48 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/48, and the public key at /.well-known/thesis-terminal-pubkey.json.