receiptresolution
hash9dcbcbe33c591a85c981c23eea1d56bf0293e83626a2dbe6449300dfb68d7412
prev hash4dd0a3a40ca095f1c4cd38a6a000d8f6b85b502f2cf0ed1669563bf8c88eb107
signature9bc557785085aecbde15f7b0b5f2d086e464c66022eb1571d7362aec1d16be9e8054a2acc253f35dc8df4a6497b1fc2ca74dbe5a67deedaf7d4bf012282ceb0a
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_ms1789968780000
hold_pnl_usd24.16
resolved_ms1789983346813
rung4h
session_id14a39821244847e895c1245e
tresolution
thesis_hash097e4483286021fc8cea1516b38be7c9da687ca13d5a66402b3b0c2092a69e99
thesis_seq130
ticket_pnl_usd23.58
v1
entry_px
{
"SOL": 111.92
}exit_px
{
"SOL": 116.47
}legs
[
{
"coin": "SOL",
"entry_px": 111.92,
"exit": "time",
"exit_px": 116.47,
"fees_usd": 0.55,
"index": 0,
"kind": "perp",
"notional_usd": 594.28,
"pnl_usd": 23.61,
"side": "long"
}
]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/143 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/143, and the public key at /.well-known/thesis-terminal-pubkey.json.