feat(plugins): add MadeOnSol plugin — Solana memecoin intelligence#587
Open
LamboPoewert wants to merge 1 commit into
Open
feat(plugins): add MadeOnSol plugin — Solana memecoin intelligence#587LamboPoewert wants to merge 1 commit into
LamboPoewert wants to merge 1 commit into
Conversation
…OL feeds, deployer reputation, buyer quality)
|
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
New TypeScript plugin: @goat-sdk/plugin-madeonsol — read-only Solana memecoin intelligence tools backed by the MadeOnSol API. Modeled directly on the
dexscreener/birdeyeplugin structure (PluginBase + @tool service + createToolParameters, tsup config copied verbatim).Tools (10, all read-only data)
madeonsol_kol_feed— real-time buy/sell feed from 1,000+ tracked Solana KOL wallets (sub-3s from confirmation)madeonsol_kol_coordination— multi-KOL convergence signals with a 0-100 coordination scoremadeonsol_kol_leaderboard/madeonsol_kol_trending_tokensmadeonsol_deployer_alerts/madeonsol_deployer_profile— pump.fun deployer reputation tiers + rug historymadeonsol_token_intel/madeonsol_token_buyer_quality— one-call token intel + early-buyer quality scoring (pre-buy rug filter)madeonsol_wallet_stats— win rate / ROI / verdict for any Solana walletmadeonsol_alpha_leaderboard— proven early-buyer wallets scored from 1M+ recordsNotes
apiKeyoption (free tier: 200 req/day, no card — https://madeonsol.com/pricing)supportsChainreturns true everywhere (data is Solana-centric), same as dexscreenertsconfig.base.json(ES6 lib — no Object.entries etc.)