feat: solana-x402-bridge-skill — best-rate cross-chain bridge aggregator for Solana agents#145
Open
lpsmurf wants to merge 5 commits into
Open
feat: solana-x402-bridge-skill — best-rate cross-chain bridge aggregator for Solana agents#145lpsmurf wants to merge 5 commits into
lpsmurf wants to merge 5 commits into
Conversation
added 5 commits
July 1, 2026 01:10
…r for Solana agents
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.
Your Solana agent has USDC, but the opportunity is on another chain — an invoice to settle on Base, a market on Polygon, yield on Arbitrum. This skill lets the agent move that USDC to any EVM chain at the best available rate and actually execute it — safely, in one call, from the same Solana wallet it started with.
It shops every major bridge — Circle CCTP, Mayan, deBridge, Allbridge — in parallel, returns the best net-of-fee route plus the full ranked breakdown, and even tells the agent when paying for aggregation isn't worth it.
Live on mainnet
Best-rate aggregation · safety preflight (allowlist, caps, enforced swap-slippage protection w/ bounded override) · RPC health & failover (Solana slot-lag + EVM block-lag, 6 chains, keyless public defaults) ·
--confirm-gated non-custodial execution · honest free-vs-paid verdict · livepolymarket-read. Fiat (Onramper) is sandbox.Structure (matches
solana-game-skill)skill/SKILL.mdroutes to focused, progressively-loaded.mdreferences;agents/,commands/,rules/; cleaninstall.sh; full README. MIT.Tested
3,720 deterministic unit cases (
npm test) covering the slippage rails + target registry, plus live integration across 4 providers and 6 chains.tscclean.60-second demo
Proof (real mainnet round trip)
5PRGrU7qC1s6LmvLYmQ8iU1ZGyU4qkvynxGVoK1FCy3kW36SpBh8M8yaiTqH97ZUmbs2o4kr33DFeCSYEH62J3Qk0x5cb09254977140845386432ae6b89416f3883c35a9b3254a36a2a9979642ae77No secrets in the repo; non-custodial; nothing signs without
--confirm.