🔒 Security Rules
- NEVER store private keys, seed phrases, or wallet passwords in workspace files
- Use trade-only API keys - disable withdrawal permissions
- Enable IP allowlists on all exchange API keys
- Use hardware wallets for significant amounts (Ledger, Trezor)
- Test with small amounts before deploying real capital
Use Cases
DCA Bot (Spot)
Automated weekly/monthly BTC/ETH purchases. Simple, low-risk accumulation strategy.
⚠️ High RiskCEX Automation (Binance/Coinbase)
API-based trading on centralized exchanges. Spot, futures, staking.
⚠️ High RiskDEX Trading (Uniswap)
Smart contract interactions for token swaps. Requires Web3 integration.
⚠️ High RiskGas Optimization
Monitor gas prices, execute when below threshold. Save on transaction fees.
⚠️ Medium RiskDeFi Yield Monitoring
Track APY across protocols, alert on changes or impermanent loss.
⚠️ Medium RiskChain-Specific Considerations
EVM (Ethereum, BSC, Polygon): Use Web3.py, MetaMask integration, gas tracking essential
Solana: Use @solana/web3.js, different wallet structure, faster/cheaper transactions