feat(dca-accumulator): build to release-ready (keyless USDC->token DCA)#55
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 beyond just base
| "name": "DCA Accumulator", | ||
| "description": "Stacks a token on schedule — swaps a fixed USDC amount on Base at your cadence, no timing anxiety, no emotions. Hard per-buy cap, dry-run by default.", | ||
| "version": "0.1.0", | ||
| "description": "Stacks a token on schedule — swaps a fixed USDC amount on Base at your cadence via your WaaP wallet, no timing anxiety, no emotions. Hard per-buy cap, slippage guard, dry-run by default, running cost-basis. Keyless and self-sustaining.", |
Member
Author
There was a problem hiding this comment.
on any WaaP supported network you choose not just Base
Member
Author
There was a problem hiding this comment.
Set the guardrails for automation, staged for your approval when out-of-bounds
| "version": "0.2.0", | ||
| "author": "holonym-foundation", | ||
| "verified": true, | ||
| "chain": { "family": "evm", "id": 8453, "name": "Base" }, |
Member
Author
There was a problem hiding this comment.
why are we siloing it to base??
| @@ -0,0 +1,21 @@ | |||
| # DCA Accumulator | |||
|
|
|||
| Stacks a token on schedule — no timing anxiety, no emotions. Fixed USDC per cycle, hard caps, | |||
Member
Author
There was a problem hiding this comment.
sniffs for honeypots is a good value prop to front load
hebbianloop
pushed a commit
that referenced
this pull request
Jun 25, 2026
…t-load honeypot screening (PR #55 review) Signed-off-by: Shady El Damaty <shady@holonym.id>
Member
Author
|
Addressed in 931db32 (config-now, swap-later):
|
931db32 to
06044e4
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.
Completes the Batch-1 starter-agent set. Turns the DCA stub into a real keyless, self-sustaining scheduled accumulator (no AEX backend, no API keys), reusing Gem Hunter's verified Uniswap v3 swap logic.
Stacked PR on
shady/security-guard(batch-1 stack). Clean diff: dca-accumulator only. Re-target tomainafter the stack lands.What it does
approve(USDC→router)+exactInputSingle/exactInputcalldata forwaap-cli send-tx,amountOutMinimumfrom slippage, plus a quoted price/token for cost basis. (Verified: $50 → 0.0304 WETH @ $1646.95/WETH on Base.)DCA_INTERVAL_HOURS(tracked in MEMORY so restarts don't double-buy), resolves symbol→addr + honeypot sanity-check before the first buy, dry-run default, hard per-cycle USDC cap, slippage abort, running cost-basis reporting.DCA_CHAINenv added. v0.2.0.Sixth and final Batch-1 agent — the release-ready set is complete. Relates to testing protocol #1464.
🤖 Generated with Claude Code