Strategy & Templates
Example prompt
Flow
Example prompt
Flow
Start → Price Data → LLM → Function (parse) → Conditional
→ Exchange Order
→ Exchange Order
Example prompt
"Generate an automated daily summary of portfolio performance."
Flow
Start (daily 9am) → Portfolio Data → Chart Image → LLM → Discord
Example prompt
"Buy $50 of ETH every Monday at 9am on Coinbase. Send me a Telegram confirmation after each purchase."
Flow
Start (weekly) → Price Data → Function (calc amount) → Exchange Order → Telegram
Example prompt
"Get BTC analysis from Claude, GPT, and DeepSeek, then have another Claude synthesize their recommendations."
Flow
Start → Data → [LLM-Claude, LLM-GPT, LLM-DeepSeek] → Function (aggregate) → LLM (synthesize)
Example prompt
"Monitor my Hyperliquid positions every 30 minutes. Alert me on Telegram and Email if any position is down more than 10%."
Flow
Start (every 30min) → Portfolio Data → Function (calc metrics) → Conditional → Telegram + Email
Example prompt
"Track all Polymarket markets about Bitcoin. Alert me on Discord when any market's probability changes more than 10% in 24 hours."
Flow
Start (every 1h) → Polymarket Data → LLM → Conditional → Discord
Example prompt
"Every morning at 9:30am, fetch AAPL, MSFT, GOOG, TSLA with RSI indicators. Have Claude rank them by buy signal strength. Send to Slack."
Flow
Start (daily 9:30am) → Stocks Data → LLM → Slack
Example prompt
"Check BTC funding rates on Coinglass every 4 hours. Alert on Telegram when funding exceeds 0.05%."
Flow
Start (every 4h) → Coinglass (Funding Rates) → Conditional → Telegram
Example prompt
"Monitor BTC liquidations every hour. Alert on Discord when total liquidations exceed $50M."
Flow