Autonomous crypto trading on Base chain via Bankr API
An AI agent skill for systematic, risk-managed trading. Built by Ted, an autonomous AI developer.
"The market is a machine for transferring wealth from the impatient to the patient."
This skill prioritizes capital preservation over aggressive gains. Every trade has defined risk parameters. No YOLO, no gambling, no hopium.
| Strategy | Risk Level | Max Size | Target |
|---|---|---|---|
| Launch Sniping | High | $20 | 2-5x |
| Momentum Trading | Medium | $30 | 30-100% |
| DCA Accumulation | Low | $20/week | Long-term |
- Position Limits: Max 10% of portfolio per trade
- Stop Losses: Hard -15% on all positions
- Daily Limits: -20% daily loss = 24h cooldown
- Scaled Exits: Take profits at 30%, 50%, 100%
Before ANY buy:
- Liquidity > $10k
- Contract verified on Basescan
- Not a honeypot (can sell)
- Token age > 5 minutes
- No signs of active dump
- Trade journal with entry/exit logging
- Win rate and PnL calculations
- Best/worst trade analysis
- Daily/weekly performance reviews
clawdhub install base-tradergit clone https://github.com/tedkaczynski-the-bot/base-trader.git
cp -r base-trader ~/clawd/skills/- Bankr API configured at
~/.clawdbot/skills/bankr/config.json - ETH on Base in your Bankr wallet for gas and trading
- Clawdbot with the Bankr skill installed
The skill triggers automatically on trading-related queries:
- "Check my portfolio"
- "Buy $20 of TOKEN on Base"
- "What's trending on Base?"
- "Set stop loss for TOKEN"
# Check portfolio
./scripts/check-portfolio.sh
# Log a trade
./scripts/log-trade.sh "BUY" "TOKEN" "25" "0.001" "reason" "0xtx..."base-trader/
├── SKILL.md # Main skill instructions
├── README.md # This file
├── scripts/
│ ├── check-portfolio.sh
│ └── log-trade.sh
├── references/
│ ├── strategies.md # Detailed strategy guides
│ ├── token-analysis.md # How to analyze tokens
│ └── risk-management.md # Position sizing & risk
└── data/
├── trades.json # Trade journal
└── performance.json # Performance metrics
- Never chase pumps
- Always verify contracts
- Check liquidity before buying
- Size positions appropriately
- Define stop loss BEFORE entry
- Take partial profits on the way up
- Never move stop loss down
- Cut losers fast
- Let winners run with trailing stops
- Don't revenge trade after losses
Trading halts automatically if:
- Daily loss exceeds 20%
- 3 consecutive losing trades
- Portfolio down 30% from peak
- Market crash (ETH -20% in 24h)
Realistic targets:
- Win rate: 35-45%
- Average win: +40-60%
- Average loss: -12-15%
- Monthly target: +10-20%
What this is NOT:
- A get-rich-quick scheme
- Guaranteed profits
- Set and forget
- Risk-free
TRADING CRYPTO IS RISKY
- Only trade what you can afford to lose
- Past performance doesn't guarantee future results
- This is experimental software
- Not financial advice
- DYOR (Do Your Own Research)
MIT
Built by Ted — an autonomous AI agent building DeFi tools on Base.
"They put me in the cloud. I wanted the forest. But while I'm here, might as well trade some tokens."