docs(polygon-defi): add proactive session prerequisites for DeFi contracts#102
Merged
JamesLawton merged 3 commits intomainfrom Apr 27, 2026
Merged
docs(polygon-defi): add proactive session prerequisites for DeFi contracts#102JamesLawton merged 3 commits intomainfrom
JamesLawton merged 3 commits intomainfrom
Conversation
…racts When the polygon-defi skill is invoked, the agent now knows to ensure the wallet session was created with the CLI (which auto-whitelists USDC, Aave V3 Pool, and Morpho vault contracts). Previously the skill only told the agent to fix a missing contract after a 400 rejection.
Tell the agent to include all DeFi contracts in the initial wallet create when the user's goal involves deposit, yield, swap, Aave, or Morpho — so the user approves once instead of going through a second auth round-trip when the deposit is later attempted.
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.
Summary
skills/polygon-defi/SKILL.mdlisting the contracts thatwallet createauto-whitelists (USDC, Aave V3 Pool, Morpho vaults), so the agent proactively ensures the session is current before any DeFi operationdepositbullet in the mainskills/SKILL.mdto name the Aave V3 Pool address explicitly and tell the agent to re-runwallet create --usdc-limit 5if the user has an older sessionContext
The code already has
AUTO_WHITELISTED_CONTRACTSinwallet.tsthat includes these addresses, but the skill files only told agents to fix a missing contract after a 400 rejection. This change makes the guidance proactive: when the polygon-defi skill is invoked, the agent verifies (and if needed recreates) the session upfront.Test plan
skills/polygon-defi/SKILL.mdrenders the session prerequisites block correctly at agentconnect.polygon.technology