receiptresolution
hash291e4132faaa96ad908cd54d04e4aed3f2f342b2cf3d17ce18789c1e7dee7c22
prev hasheef37109f99808c40717f226f7372aa4e0ced0f7a2e00a83744b3f6f252a5307
signature70a6eca47737f3559307c9803ee2a410798cb7236544de6202a5da3ea2f69d73e4ffc3cf5ced59a1cd4e58e3cf78c2bd0654e55647d59f347b67e1d6cddf290e
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_ms1790060549078
rung1d
session_id8edaaa2b1b124cebbe579190
tresolution
thesis_hash3a29a0e96972550420637bbbc68956b4ffd4649e73dd2227a5f6b1f596452bc5
thesis_seq135
ticket_pnl_usd0.47
v1
entry_px
{
"ETH": 2665.1
}exit_px
{
"ETH": 2731.4
}legs
[
{
"coin": "ETH/USDC",
"entry_px": 2665.1,
"exit": "time",
"exit_px": 2731.4,
"fees_usd": 0,
"index": 0,
"kind": "lp",
"notional_usd": 500,
"pnl_usd": 6.18,
"side": "deposit"
},
{
"coin": "ETH",
"entry_px": 2665.1,
"exit": "time",
"exit_px": 2731.4,
"fees_usd": 0.21,
"index": 1,
"kind": "perp",
"notional_usd": 225.91,
"pnl_usd": -5.83,
"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/179 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/179, and the public key at /.well-known/thesis-terminal-pubkey.json.