feat(gem-hunter): on-chain — discover, screen, approve, buy (keyless, safe-mode)#52
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
hebbianloop
commented
Jun 25, 2026
hebbianloop
left a comment
Member
Author
There was a problem hiding this comment.
generalize to many chains, dont silo to one chain at a time, agent has the wallet to move cash across chains
| "description": "The hunting thesis. e.g. \"AI-narrative microcaps on Base\", \"new DeFi tokens under $10M FDV\"." | ||
| }, | ||
| { | ||
| "key": "GEM_CHAIN", |
Member
Author
There was a problem hiding this comment.
the user should be able to set many chains, not just one - the agent should be able to swap as needed
hebbianloop
pushed a commit
that referenced
this pull request
Jun 25, 2026
…d) (PR #52 review) Signed-off-by: Shady El Damaty <shady@holonym.id>
Member
Author
|
Addressed in 54e2617: |
54e2617 to
6348e3a
Compare
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.
Turns Gem Hunter from a read-only scout into an on-chain gem buyer that refuses to buy rugs. The order is the differentiator: discover → SCREEN → approve → buy.
Stacked PR — based on
shady/security-guard(batch-1 stack). Clean diff: gem-hunter only. Re-target tomainafter the stack lands.What it does (keyless, safe by default)
approve(USDC→router)+exactInputSingle/exactInputcalldata forwaap-cli send-tx,amountOutMinimumfrom slippage. (Verified: 25 USDC → 48.5 AERO quote + tx steps.)Safety
category: trading, chain Base,waapFeatures: send-tx/policy. Default safe (AGENT_DRY_RUN=1+AGENT_MODE=manual): proposes + Telegram hand-off, moves no funds. Spends only USDC, only on screened + owner-approved gems, only withinGEM_BUY_USDper-buy andGEM_MAX_USD_TOTALcaps, slippage-bounded, re-screened immediately before buy. Selling out of scope for v1.Fourth Batch-1 agent built (Airdrop ✅, Security Guard ✅, Gas & Claims ✅, Gem Hunter ✅). Relates to testing protocol #1464.
🤖 Generated with Claude Code