Commit bc7a9bd
committed
feat(svm): add Metaplex Core to smart wallet allowlist
Per request from @blockiosaurus on the PR — Metaplex's agent identity
platform routes agentic execution through the Metaplex Core program PDA
(assetSignerPda). Verified end-to-end against mainnet through a real
$0.02 USDC payment for the live x402 endpoint at mcp.cryptoiz.org/btc/regime.
The on-chain transaction shape is exactly what Path 2 was designed for:
top-level Metaplex Core `execute` (unknown to static parsing), inner
SPL TransferChecked matching the merchant's payment requirements.
extractTransfersFromInnerInstructions matches the inner transfer,
simulation passes, settlement lands.
Settlement tx: 5g5B3ZPHndS19tzUjPANgFC7J3nS8rT6dAFSuZ21bDfRHSSREKTbnN7XrYVp5haBmj4xDq2gD5A375evHq5y3vw61 parent cd53b47 commit bc7a9bd
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments