feat(ecosystem): add Mycelium Trails — post-execution accountability layer#2225
Open
giskard09 wants to merge 1 commit into
Open
feat(ecosystem): add Mycelium Trails — post-execution accountability layer#2225giskard09 wants to merge 1 commit into
giskard09 wants to merge 1 commit into
Conversation
…layer Post-execution trail records anchored on Arbitrum One + Base mainnet. payment_hash as cross-surface key linking x402 payment authorization to on-chain execution proof. Public verify endpoint, no API key. Composability pattern (discussed in x402-foundation#2198): x402 payment authorization → AgentKit execution → Mycelium Trails post-action record Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
@giskard09 is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
Mycelium Trails as a post-execution accountability layer in the x402 ecosystem directory.
What it does
After any x402-authorized action executes, the agent writes a signed TrailRecord anchored on Arbitrum One and Base mainnet.
payment_hashis the cross-surface key — the same field x402 uses for payment authorization becomes the anchor linking the payment record to the on-chain execution proof.Public verify endpoint (no API key):
Returns
anchors.arbitrumandanchors.basewith real block numbers and tx_hashes.Composability pattern
Discussed with @chox-cell in #2198:
Each layer answers a different question. x402: is the payment authorized? Mycelium: what happened after execution, and can it be verified independently?
Live example
Three TrailRecords from the permit-revocation-reissue pattern, dual-chain anchored:
Disclaimer
Community-built. No partnership claim. No official integration claim. No Stripe or x402-foundation endorsement. Composability pattern only.