Conversation
Adds a new skill that lets any AI agent participate in PotBot group-trading vaults on Solana — discovering pots, decoding state, and (uniquely in this marketplace) producing real on-chain transactions on behalf of a human member via the MemberDelegate PDA + vote_as_delegate instruction. Complements existing skills: - jupiter: PotBot uses Jupiter v6 inside execute_swap CPI - pyth: PotBot uses Pyth on-chain inside StrategyTrigger swaps - squads: recommended for PotBot kill_switch_admin on mainnet - (none yet): multi-member vault with per-seat AI delegation — this skill E2E reproducible on devnet against program GJap9DjUoKZ9dhXMqGCPTeTzY6kPyBJ51SXL1pi8AmiK with three real transactions verifiable on Solana Explorer. npm: @potbot/mcp@0.6.0 GitHub: https://github.com/YD811/potbot-v2 For-agents docs: https://potbot.fun/for-agents Signed-off-by: YD <eeegordolinskiy@gmail.com>
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.
Add
potbotskill — group-trading vaults with Personal AI VotersSummary
Adds a new skill,
potbot, that lets any AI agent participate in PotBot group-trading vaults on Solana — discovering pots, decoding state, and (uniquely in this marketplace) producing real on-chain transactions on behalf of a human member via theMemberDelegatePDA +vote_as_delegateinstruction.PotBot is the first protocol in this marketplace where the AI agent is a delegated voting participant in a group, not a single-manager vault (Drift) or a generic governance tool (Realms). It complements existing skills:
jupiterexecute_swapCPIpythsquadspotbotWhy this is novel
vote_on_proposal,register_delegate,revoke_delegate).MemberDelegatePDA +VoterRecordkeyed bymember.wallet(not signer) means double-voting is impossible whether the human or their AI casts the vote, and rotating the AI is one ix away.vault_strategistprompt refuses to recommend without first callingget_market_analytics(CoinGecko + RSI/volatility/trend) andget_social_sentiment(LunarCrush + Reddit + CryptoPanic + VADER).Verification
E2E reproducible on devnet against program
GJap9DjUoKZ9dhXMqGCPTeTzY6kPyBJ51SXL1pi8AmiK:5oJpF5Ai…4GQ7hZkjoin_strategy_vault:4V8i9MD3…HLWn4create_swap_proposal:2xQNzisj…g5d3AXnLinks
@potbot/mcp@0.6.0Format compliance
name: integrating-potbot— matches existing pattern (integrating-jupiter, etc.)license: MITmetadata.author: potbot,metadata.version: 0.6.0Test path