Tracking the post-hackathon evolution of Tradewise from an x402 quoting agent into an autonomous trading agent whose capital is raised via AgentShares IPO and whose revenue flows back through RevenueSplitter.
Full design rationale in TRADING_AGENT_BRIEF.md. Highlights:
- Edge: funding-rate arbitrage. Low MEV competition, mechanical revenue, easy to attest. Capacity ~$50K with ETH-only — fine for IPO-scale capital.
- Venues: Hyperliquid (perp) + Aerodrome on Base (spot). GMX v2 is the backup if HL trust profile or bridge latency flunks M1.
- Stack: new
TradingTreasury contract becomes the SharesSale deployer. AgentShares/RevenueSplitter/SharesSale untouched. x402 demoted to optional read-side surface.
- KeeperHub: load-bearing for capital safety.
funding-poll, rebalance, kill-switch (6h dead-man's-switch), dividend-distribute.
Milestones
M0 — Today ✅
M1 — Testnet plumbing (~2 weeks)
M2 — Live with $100 personal capital, no IPO (~4 weeks)
M3 — Open IPO (~8 weeks)
M4 — Multi-strategy (~16 weeks)
Honest cuts (if we commit to this direction)
Things to remove from the current repo since the pivot makes them noise or worse:
KeeperHub round-two pitch
Existing: KH used for `heartbeat`, `reputation-cache`, `compliance-attest` — cosmetic.
Proposed: KH becomes load-bearing for capital safety. The kill-switch is the killer demo: shareholders verify on-chain that if the agent operator vanishes, their capital comes home automatically.
Tracking the post-hackathon evolution of Tradewise from an x402 quoting agent into an autonomous trading agent whose capital is raised via AgentShares IPO and whose revenue flows back through
RevenueSplitter.Full design rationale in
TRADING_AGENT_BRIEF.md. Highlights:TradingTreasurycontract becomes theSharesSaledeployer.AgentShares/RevenueSplitter/SharesSaleuntouched. x402 demoted to optional read-side surface.funding-poll,rebalance,kill-switch(6h dead-man's-switch),dividend-distribute.Milestones
M0 — Today ✅
M1 — Testnet plumbing (~2 weeks)
M2 — Live with $100 personal capital, no IPO (~4 weeks)
M3 — Open IPO (~8 weeks)
M4 — Multi-strategy (~16 weeks)
Honest cuts (if we commit to this direction)
Things to remove from the current repo since the pivot makes them noise or worse:
KeeperHub round-two pitch
Existing: KH used for `heartbeat`, `reputation-cache`, `compliance-attest` — cosmetic.
Proposed: KH becomes load-bearing for capital safety. The kill-switch is the killer demo: shareholders verify on-chain that if the agent operator vanishes, their capital comes home automatically.