explain_inscription_listing_security
Analyze Bitcoin inscription listings for snipe resistance by examining PSBT sighash types and mempool vulnerabilities, providing clear remediation steps for developers and marketplace operators.
Instructions
Explain in plain language whether an ordinals inscription listing is snipe-resistant.
Analyzes the PSBT and returns a human-readable explanation of:
Whether the listing can be front-run in the mempool
What sighash type each input uses and why it matters
Specific remediation steps if the listing is vulnerable
Use this when you need a clear explanation for a developer or marketplace operator rather than raw analysis data.
Args: psbt_hex: Hex-encoded PSBT string (BIP 174 v0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| psbt_hex | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |