You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deploy: AEGIS Protocol live on Base Sepolia testnet
Deployed all 7 contracts to Base Sepolia (chain 84532):
- AegisEscrow: 0xD5140b684Ea05a9e5fB6090cb89ED53eeE22A42a
- AegisDispute: 0xEA82d5142557CD5B63EFDE17a0a62AC913abE4a0
- AegisTreasury: 0x7977a4F05b2a93738b4aBb2b29328c8d0666FF2A
- AegisJobFactory: 0x9A9821B35D1Cd7fC38f02daEF5BE4B1a77954a29
- MockIdentityRegistry: 0x3365f24bC393e7B8Fd7c05B2B038916D4B043167
- MockReputationRegistry: 0x8f354D60D8f12bf1339DbAC02F84F0bdf292F39D
- MockValidationRegistry: 0x63e89bE524b338c32BFd5752e199362b77F895Ad
Updated SDK types and CLAUDE.md with deployed addresses.
202/202 tests passing, all gas costs viable on Base L2.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Our moat: every agent that registers with ERC-8004 is a potential AEGIS user. Data flywheel — every settled job generates reputation data that makes the ecosystem smarter.
142
194
195
+
## Git Worktrees
196
+
197
+
Worktrees at `.worktrees/<branch-name>` (gitignored). Always verify `.worktrees/` is in `.gitignore`.
198
+
199
+
## Gotchas
200
+
201
+
-`workspace:*` deps don't resolve in isolated worktrees — use `vi.mock()` to stub `@aegis-protocol/*` in tests
202
+
- Run vitest from `api/` not repo root (OpenZeppelin test files get picked up otherwise)
203
+
- When dispatching subagents for file creation, use `general-purpose` type (NOT `Bash` — it lacks Write tool)
204
+
- Root `.gitignore` must include `node_modules/`
205
+
206
+
## Strategic Context
207
+
208
+
-**GTM Strategy**: Developer-first, standards-native organic growth. See `AEGIS_Strategic_Research_Brief.md` for full execution plan.
209
+
-**Primary distribution channels**: MCP Server (highest priority), A2A Agent Cards, ERC-8004 registry, agent framework integrations
210
+
-**Licensing**: MIT License for all code (contracts, SDK, API, subgraph). Revenue is from protocol fees, not software licensing.
211
+
-**Audit plan**: Sherlock competitive audit contest (public). Start Sherlock AI GitHub integration during development.
212
+
-**Grant targets**: Base Builder Grants (apply at testnet deploy), Base Batches 2026, Ethereum Foundation ESP, x402 Foundation, Optimism RetroPGF
213
+
-**Go-public timing**: Repo goes public at Base Sepolia testnet deployment (scrub git history for secrets first)
214
+
-**Not competitors**: Fomolt (vertical trading app), OpenX402 (complementary payment facilitator). OpenX402 is a potential integration partner.
0 commit comments