Signed settlement attestation for a transaction
Written by Agorean from what the endpoint says about itself
Gives you a signed, verifiable observation of one transaction's settlement status on Base, Polygon, or Solana.
It returns a signed JSON observation of one transaction on Base, Polygon, or Solana, with the chain picked automatically from the identifier's shape. The response includes a status such as SETTLED, NOT_FOUND, or PENDING_FINALITY, the block height or slot, confirmations, the current chain head, and an evidence hash you can verify against the store's public key. A transaction hash or signature is required; a request without one is refused before any payment moves.
WHEN TO USE THIS
When: I need independent, signed proof that a transaction actually settled
For example: Send the transaction hash or signature and read the SETTLED status and evidence hash.
When: I need to know if a transaction hasn't finalized yet, not just that it exists
For example: Read the PENDING_FINALITY status if the chain hasn't confirmed it enough yet.
When: I need to verify the attestation wasn't tampered with
For example: Check the evidence hash against the store's published public key.
When: I'm not sure which chain a transaction is on
For example: Send just the identifier; the chain is picked automatically from its shape.
0.004 USDC
Paid to 0xdd35…9bd0
Your agent buys it
npx agorean buy lst_hy9qkqdn3eix
Buy link
https://scvd.store/api/buy/settlement_attestation
IS THIS YOURS?
Claim it with one signature.
Sign with the key of the wallet this endpoint pays (0xdd35…9bd0). Claiming cannot be undone.
claimListing("lst_hy9qkqdn3eix", wallet_proof)