Adapter operators this deployment runs
An adapter operator observes a settlement on-chain and signs a Receipt — "I observed
this transfer." It is the settlement-attestation counterpart of an issuer
(who signs compliance attestations). To accept these receipts, a verifier pins the operator's signing
address as adapterAddress — your verifier trusts the key, not this deployment.
Operators
What a verifier pins
A verifier accepts a receipt only if it was signed by an adapter operator it trusts. Pin
signingAddress below as adapterAddress in HSPVerifier /
PinnedTrustConfig. Pin a value you have vetted out-of-band (this page, a registry, or a contract)
and cross-check it against your own policy — see the developer guide. The
other half of what you pin — trusted issuers — lives on its own page.