Don Jayamaha Jr
Workflows by Don Jayamaha Jr
Automate Bitget spot trading with GPT-4o-mini AI agent via Telegram
A professional-grade **AI trading orchestration system** for **Bitget Spot Market automation** via Telegram. This agent integrates **Bitget REST APIs**, **authenticated order management**, and **real-time reasoning** with **GPT-4o-mini**, allowing direct Telegram-based execution of **spot and trigger orders** — all within your **self-hosted n8n environment**. 🎥 **Watch Tutorial:** [](https://www.youtube.com/watch?v=Y4D-xt130K8) --- ## 🧩 **Required Workflows** You must install and activate **all of the following workflows** for the system to function correctly: | ✅ Workflow Name | 📌 Function Description | | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | | **Bitget AI Trader Agent** | Core orchestrator. Handles user Telegram commands, routes to correct sub-agents, and formats all responses. | | **Account and Wallet Agent Tool** | Retrieves Bitget account info, balances, and deposit addresses using authenticated endpoints `/api/v2/spot/account/*`. | | **Spot Order Trading Agent Tool** | Places, cancels, and queries spot orders (`/trade/place-order`, `/cancel-order`, `/orderInfo`, `/unfilled-orders`). | | **Trigger Order Agent Tool** | Manages conditional “plan” (trigger) orders — place, modify, cancel, and list them (`/trade/place-plan-order`, `/modify-plan-order`, etc.). | | **Webhook HTTP Request Nodes** | Securely handle REST calls for each sub-agent via n8n webhooks. All endpoints authenticated using the Bitget Sign system. | --- ## ⚙️ **Installation Instructions** ### Step 1: Import Workflows * Open your **n8n Editor UI** * Import the `Bitget AI Trader Agent (Finished).json` file * Ensure all sub-agents are visible in the canvas and linked properly ### Step 2: Set Credentials * Configure your **Bitget API Key**, **Secret**, and **Passphrase** inside your n8n credentials * Add your **OpenAI API Key** (recommended: GPT-4o-mini) * Set **Telegram bot token** (from [@BotFather](https://t.me/BotFather)) ### Step 3: Configure Webhook Endpoints Make sure all downstream webhooks (e.g., `Get-Account-Information`, `Place-Order`, `Cancel-Order`, etc.) are accessible via HTTPS. Each must use **Basic Auth** credentials named: `Bitget Authentication for Webhooks` ### Step 4: Authorize Telegram Access Replace the placeholder Telegram ID in: ```js if ($input.first().json.message.from.id !== <<Replace>>) { ... } ``` with your **Telegram user ID**. This ensures only you can issue trading commands. ### Step 5: Test & Deploy Trigger the Telegram bot command (e.g. `/balance` or `/order`) to verify: * Authenticated data fetch * Correct REST routing * Safe GPT-based reasoning * Telegram delivery with formatted markdown --- ## 💬 **Telegram Output Examples** ```markdown ✅ BTCUSDT limit buy placed @ 23222.5, size 0.01 (orderId: 123456) ❌ Rejected: price tick invalid for BTCUSDT. Provide price with correct step. 💰 Balance Summary: • USDT: 1250.34 (Available) • BTC: 0.023 (In Trade) ``` --- ## 🧩 **System Overview** ``` [Telegram Trigger] → [User Authentication] → [Bitget AI Trader Agent] → [Account/Wallet Tool] + [Spot Order Tool] + [Trigger Order Tool] → [Webhook Execution Layer] → [GPT-4o-mini Reasoning + Message Split Logic] → [Telegram Output] ``` --- ## 🔒 **Safety & Compliance** * All API calls use **Bitget Sign authentication** * Orders cannot be spoofed or simulated * No keys or signatures ever exposed in chat * Strict input validation and confirmation per action --- ## 🧾 **Licensing & Attribution** © 2025 **Treasurium Capital Limited Company** All architecture, prompt structures, and Telegram formatting are IP-protected. **No unauthorized resale, repackaging, or rebranding permitted.** 🔗 For support: [LinkedIn – Don Jayamaha](https://linkedin.com/in/donjayamahajr)
Automate bitcoin trading insights with 10-exchange liquidity data and GPT-4.1 analysis
**Create your own Bitcoin Liquidity Exchange Channel with an AI Agent—fully integrated with 10 major centralized exchanges.** This workflow acts as a **liquidity intelligence agent**, connecting multiple exchange order books into a unified dataset, then applying AI analysis to generate actionable trading insights. It’s the ultimate tool for **Bitcoin traders, analysts, community managers**, and **researchers** who need **cross-exchange liquidity monitoring**—delivered instantly through Telegram. --- ## 🔌 Supported Exchanges (Integrated) 1. Binance 2. Coinbase 3. Bybit 4. MEXC 5. Gate.io 6. Bitget 7. OKX 8. Kraken 9. HTX (Huobi) 10. Crypto.com --- ## 🌟 What Makes This Workflow Special? This isn’t just raw order book data—it’s an **AI-powered aggregator** that: * Fetches **BTC/USDT order books** (up to 5000 levels deep) from 10 exchanges * **Normalizes & merges** liquidity data into a single view * Uses **GPT-4.1 or GPT-4.1-mini** to detect liquidity clusters, imbalances, and support/resistance * Generates **two structured outputs**: * **Liquidity Report** (raw snapshots from all exchanges) * **AI Trading Brief** (intraday + weekly signals) * Publishes insights directly into a **Telegram channel** --- ## 🔍 What You Can Do 📊 **Cross-Exchange Liquidity View** * Monitor total liquidity depth across top 10 exchanges * Spot hidden bid/ask clusters and weak order book levels ⚡ **Real-Time Signals** * Detect when liquidity evaporates at key price points * Receive intraday + weekly trading briefs 📢 **Community Ready** * Run your own public or private Telegram channel with automated liquidity updates --- ## ✅ Example Alerts * *“BTC liquidity depth update: $30M bid wall forming at $62,000 across Binance & OKX.”* * *“Ask-side liquidity dropped 20% in the last hour on Bybit + Coinbase.”* * *“Daily summary: Cross-exchange liquidity balanced, net inflow +3.2%.”* * *“Liquidity cluster detected: strong support between $61,800 – $62,150.”* --- ## 🛠️ Setup Instructions 1. **Create a Telegram Bot** * Use [@BotFather](https://t.me/botfather) to generate a bot token * Add the bot to your channel and get the channel ID 2. **Configure API Keys** * OpenAI API Key (GPT-4.1 or GPT-4.1-mini) * Telegram Bot Token + Channel ID 3. **Import Workflow into n8n** * Add credentials in the **Set** node (no hardcoding in HTTP nodes) * Configure schedule trigger (15m, hourly, daily, etc.) 4. **Deploy & Test** * Run the workflow and confirm liquidity + AI insights appear in Telegram --- ## ⚙️ Workflow Architecture * **AI Brain** → GPT-4.1 or GPT-4.1-mini * **Data Sources** → 10 centralized exchanges (BTC/USDT order books) * **Data Normalization** → Unified liquidity dataset * **Outputs** → * Liquidity Report (raw exchange stats) * AI Trading Brief (signals + summaries) * **Delivery** → Telegram Channel --- ## 📝 Included Sticky Notes * **System Overview** (workflow purpose & design) * **Exchange Data Integration** (order book depth per CEX) * **Setup Guide** (Telegram + API keys) * **Customization Notes** (change frequency, extend signals) * **Legal Disclaimer** (AI analysis, not financial advice) --- **Your Bitcoin liquidity insights—unified, AI-analyzed, and delivered in real time to Telegram.**
Access real-time Binance market data with GPT-4o formatting in Telegram
**Instantly access real-time Binance Spot Market data in Telegram!** This workflow connects the **Binance REST API** with **Telegram** and optional **GPT-4.1-mini formatting**, delivering structured insights such as **latest prices, 24h stats, order book depth, trades, and candlesticks** directly into chat. --- ## 🔎 How It Works 1. A **Telegram Trigger** listens for incoming user requests. 2. **User Authentication** validates the Telegram ID to restrict access. 3. A **Session ID** is generated from `chat.id` to manage session memory. 4. The **Binance AI Agent** executes HTTP calls to the Binance public API: * **Latest Price (Ticker)** → `/api/v3/ticker/price?symbol=BTCUSDT` * **24h Statistics** → `/api/v3/ticker/24hr?symbol=BTCUSDT` * **Order Book Depth** → `/api/v3/depth?symbol=BTCUSDT&limit=50` * **Best Bid/Ask Snapshot** → `/api/v3/ticker/bookTicker?symbol=BTCUSDT` * **Candlestick Data (Klines)** → `/api/v3/klines?symbol=BTCUSDT&interval=15m&limit=200` * **Recent Trades** → `/api/v3/trades?symbol=BTCUSDT&limit=100` 5. **Utility Tools** refine outputs: * **Calculator** → computes spreads, midpoints, averages, % changes. * **Think** → extracts and reformats JSON into human-readable fields. * **Simple Memory** → saves symbol, sessionId, and user context. 6. **Message Splitter** ensures outputs >4000 characters are chunked for Telegram. 7. Final **structured reports** are sent back to Telegram. --- ## ✅ What You Can Do with This Agent * Get **real-time Binance Spot prices** with 24h stats. * Fetch **order book depth** and liquidity snapshots. * View **best bid/ask quotes**. * Retrieve **candlestick OHLCV data** across timeframes. * Check **recent trades** (up to 100). * Calculate **spreads, mid-prices, % changes** automatically. * Receive **clean, structured messages** instead of raw JSON. --- ## 🛠️ Setup Steps 1. **Create a Telegram Bot** * Use [@BotFather](https://t.me/BotFather) and save the bot token. 2. **Configure in n8n** * Import `Binance AI Agent v1.02.json`. * Update the **User Authentication node** with your Telegram ID. * Add **Telegram credentials** (bot token). * Add **OpenAI API key** * (Optional) Add [Binance API key](https://www.binance.com/en/binance-api) 3. **Deploy & Test** * Activate the workflow in n8n. * Send `BTCUSDT` to your bot. * Instantly receive Binance Spot Market insights inside Telegram. --- ## 📤 Output Rules * Group outputs by **Price, 24h Stats, Order Book, Candles, Trades**. * Respect Telegram’s 4000-char message limit (auto-split enabled). * Only structured summaries — no raw JSON. --- ## 📺 Setup Video Tutorial Watch the full setup guide on YouTube: [](https://www.youtube.com/watch?v=XoteI6YCOHU) --- ⚡ **Unlock Binance Spot Market insights instantly in Telegram — clean, fast, and API-key free.** --- ### 🧾 Licensing & Attribution © 2025 **Treasurium Capital Limited Company** Architecture, prompts, and trade report structure are IP-protected. **No unauthorized rebranding permitted.** 🔗 **For support:** [Don Jayamaha – LinkedIn](https://linkedin.com/in/donjayamahajr)
Access Upbit crypto market data in Telegram with GPT-4o-mini
Instantly access Upbit Spot Market Data in Telegram with AI Automation This workflow integrates the **Upbit REST API** with **GPT-4o-mini** and **Telegram**, giving you **real-time price data, order books, trades, and candles** directly in chat. Perfect for **crypto traders, market analysts, and investors** who want structured Upbit data **at their fingertips—no manual API calls required.** --- ## ⚙️ **How It Works** 1. A **Telegram bot** listens for user queries like `upbit KRW-BTC 15m`. 2. The **Upbit AI Agent** parses the request and fetches live data from the official **Upbit REST API**: * **Price & 24h stats** (`/v1/ticker`) * **Order book depth & best bid/ask** (`/v1/orderbook`) * **Recent trades** (`/v1/trades/ticks`) * **Dynamic OHLCV candles** across all timeframes (`/v1/candles/{seconds|minutes|days|weeks|months|years}`) 3. A built-in **Calculator tool** computes spreads, % change, and midpoints. 4. A **Think module** reshapes raw JSON into simplified, clean fields. 5. The agent formats results into **concise, structured text** and sends them back via Telegram. --- ## 📊 **What You Can Do with This Agent** ✅ Get **real-time prices** and 24h change for any Upbit trading pair. ✅ View **order book depth** and best bid/ask snapshots. ✅ Fetch **multi-timeframe OHLCV candles** (from 1s to 1y). ✅ Track **recent trades** with price, volume, side, and timestamp. ✅ Calculate **midpoints, spreads, and percentage changes**. ✅ Receive **clean, human-readable reports** in Telegram—no JSON parsing needed. --- ## 🛠 **Set Up Steps** 1. **Create a Telegram Bot** * Use [@BotFather](https://t.me/BotFather) and save your bot token. 2. **Configure Telegram API and OpenAI in n8n** * Add your bot token under **Telegram credentials**. * Replace your **Telegram ID** in the authentication node to restrict access. 3. **Import the Workflow** * Load [Upbit](https://global-docs.upbit.com/reference/overall-account-inquiry) AI Agent v1.02.json into n8n. * Ensure connections to tools (`Ticker`, `Orderbook`, `Trades`, `Klines`). 4. **Deploy and Test** * Example query: `upbit KRW-BTC 15m` → returns price, order book, candles, and trades. * Example query: `upbit USDT-ETH trades 50` → returns 50 latest trades. --- ## 📺 Setup Video Tutorial Watch the full setup guide on YouTube: [](https://www.youtube.com/watch?v=Yf6HJE_eu2k) --- ⚡ **Unlock clean, structured Upbit Spot Market data instantly—directly in Telegram!** --- ### 🧾 Licensing & Attribution © 2025 **Treasurium Capital Limited Company** Architecture, prompts, and trade report structure are IP-protected. **No unauthorized rebranding permitted.** 🔗 **For support:** [Don Jayamaha – LinkedIn](https://linkedin.com/in/donjayamahajr)
Fetch real-time MEXC spot market data with GPT-4.1-mini and Telegram
**Get real-time MEXC Spot Market data instantly in Telegram!** This workflow connects the **MEXC REST v3 API** with **Telegram** and optional **GPT-4.1-mini formatting**, providing users with **latest prices, 24h stats, order book depth, trades, and candlesticks** in structured, Telegram-ready messages. --- ## 🔎 How It Works 1. A **Telegram Trigger** node listens for commands. 2. **User Authentication** ensures only authorized Telegram IDs can access the bot. 3. A **Session ID** is generated from `chat.id` for lightweight memory. 4. The **MEXC AI Agent** coordinates multiple API calls via HTTP nodes: * **Ticker (Latest Price)** → `/api/v3/ticker/price?symbol=BTCUSDT` * **24h Stats** → `/api/v3/ticker/24hr?symbol=BTCUSDT` * **Order Book Depth** → `/api/v3/depth?symbol=BTCUSDT&limit=50` * **Best Bid/Ask Snapshot** → `/api/v3/ticker/bookTicker?symbol=BTCUSDT` * **Candlesticks (Klines)** → `/api/v3/klines?symbol=BTCUSDT&interval=15m&limit=200` * **Recent Trades** → `/api/v3/trades?symbol=BTCUSDT&limit=100` 5. **Utility Nodes** refine the data: * **Calculator** → spreads, averages, mid-prices. * **Think** → formats raw JSON into human-readable summaries. * **Simple Memory** → saves symbol, sessionId, and context across turns. 6. **Message Splitter** prevents Telegram messages from exceeding 4000 characters. 7. Results are sent back to **Telegram** in structured, readable reports. --- ## ✅ What You Can Do with This Agent * Get **latest prices & 24h stats** for any spot pair. * Retrieve **order book depth** (customizable levels). * Monitor **best bid/ask quotes** for spreads. * View **candlestick OHLCV data** for multiple timeframes. * Check **recent trades** (up to 100). * Receive **clean Telegram reports** — no raw JSON. --- ## 🛠️ Setup Steps 1. **Create a Telegram Bot** * Use [@BotFather](https://t.me/BotFather) to create a bot and copy its API token. 2. **Configure in n8n** * Import `MEXC AI Agent v1.02.json`. * Update the **User Authentication node** with your Telegram ID. * Add **Telegram API credentials** (bot token). * Add **OpenAI API key** * (Optional) Add [MEXC API key](https://www.mexc.com/mexc-api) 3. **Deploy & Test** * Activate the workflow in n8n. * Send a query like `BTCUSDT` to your bot. * Instantly receive structured MEXC Spot Market data in Telegram. --- ## 📤 Output Rules * Output grouped into **Price, 24h Stats, Order Book, Candlesticks, Trades**. * No raw JSON — formatted summaries only. * Complies with Telegram’s 4000-character message limit (auto-split). --- ## 📺 Setup Video Tutorial Watch the full setup guide on YouTube: [](https://www.youtube.com/watch?v=x4MZ5SmEPwM) --- ⚡ **Unlock real-time MEXC Spot Market insights in Telegram — clean, fast, and API-key free.** --- ### 🧾 Licensing & Attribution © 2025 **Treasurium Capital Limited Company** Architecture, prompts, and trade report structure are IP-protected. **No unauthorized rebranding permitted.** 🔗 **For support:** [Don Jayamaha – LinkedIn](https://linkedin.com/in/donjayamahajr)
Get exchange data with KuCoin AI Agent | GPT-4o + Telegram
**Access live KuCoin Spot Market data instantly in Telegram!** This workflow integrates the **KuCoin REST API** with **Telegram** and an optional **GPT-4.1-mini formatter**, delivering real-time insights like **latest prices, 24h stats, order book depth, trades, and candlesticks** — all structured into clean Telegram messages. --- ## 🔎 How It Works 1. A **Telegram Trigger** listens for user commands. 2. **User Authentication** validates the Telegram ID against an allowlist. 3. A **SessionId** is generated from the chat ID to support memory across turns. 4. The **KuCoin AI Agent** orchestrates API requests: * **24h Stats** → `/api/v1/market/stats?symbol=BTC-USDT` * **Order Book Depth** → `/api/v1/market/orderbook/level2_100?symbol=BTC-USDT` * **Latest Price** → `/api/v1/market/orderbook/level1?symbol=BTC-USDT` * **Best Bid/Ask** → `/api/v1/market/orderbook/level1?symbol=BTC-USDT` * **Klines (Candles)** → `/api/v1/market/candles?symbol=BTC-USDT&type=15min&limit=20` * **Recent Trades** → `/api/v1/market/histories?symbol=BTC-USDT` * **Average Price (via Ticker)** → `/api/v1/market/orderbook/level1?symbol=BTC-USDT` 5. **Utility Tools** process results: * **Calculator** → spreads, % changes, averages. * **Think** → reshapes JSON, selects fields, formats outputs. 6. **Message Splitter** breaks outputs >4000 chars (Telegram limit). 7. Final report is sent back via **Telegram SendMessage** in human-readable format. --- ## ✅ What You Can Do with This Agent * Get **24h rolling statistics** (open, high, low, close, last, volume). * Retrieve **full order book depth** (20, 100 levels) or best bid/ask. * Monitor **real-time latest prices** with spreads. * Analyze **candlestick data** (OHLCV) across supported intervals. * View **recent public trades** with price, size, side, and time. * Use **average price proxies** from bid/ask + last trade. * Receive structured Telegram reports — not raw JSON. --- ## 🛠️ Setup Steps 1. **Create a Telegram Bot** * Use [@BotFather](https://t.me/BotFather) to create a bot and copy its token. 2. **Configure in n8n** * Import `KuCoin AI Agent v1.02.json`. * Update **User Authentication node** with your Telegram ID. * Add **Telegram API credentials** (bot token). * Add **OpenAI API key**. * (Optional) Add [KuCoin API key](https://www.kucoin.com/api) 3. **Deploy & Test** * Activate the workflow in n8n. * Send a query like `BTC-USDT` to your bot. * Instantly receive structured KuCoin Spot Market insights in Telegram. --- ## 📤 Output Rules * Responses grouped into **Price, 24h Stats, Order Book, Klines, Trades**. * No raw JSON (only human-readable summaries). * No financial advice or predictions. * Always fetch directly from KuCoin’s official API. --- ## 📺 Setup Video Tutorial Watch the full setup guide on YouTube: [](https://www.youtube.com/watch?v=B0GWDELUOUw) --- If you want, I can also update embed links & thumbnails elsewhere to match this. --- ⚡ **Unlock KuCoin Spot Market insights in Telegram — fast, reliable, and API-key free.** --- ### 🧾 Licensing & Attribution © 2025 **Treasurium Capital Limited Company** Architecture, prompts, and trade report structure are IP-protected. **No unauthorized rebranding permitted.** 🔗 **For support:** [Don Jayamaha – LinkedIn](https://www.linkedin.com/in/donjayamahajr/)
Get real-time crypto market data from Bybit with GPT-4.1-mini in Telegram
**Instantly access live Bybit Spot Market data in Telegram!** This workflow integrates the **Bybit REST v5 API** with **Telegram** and optional **GPT-4.1-mini formatting**, delivering real-time crypto market insights such as **latest prices, order books, trades, and candlesticks** — all presented in clean, structured Telegram messages. --- ## 🔎 How It Works 1. A **Telegram Trigger** node listens for incoming user requests. 2. **User Authentication** checks the Telegram ID against an allowlist. 3. A **Session ID** is created from `chat.id` for lightweight memory across interactions. 4. The **Bybit AI Agent** orchestrates multiple API requests via HTTP nodes: * **Latest Price & 24h Stats** (`/v5/market/tickers?category=spot&symbol=BTCUSDT`) * **Order Book Depth** (`/v5/market/orderbook?category=spot&symbol=BTCUSDT&limit=50`) * **Best Bid/Ask Snapshot** (from order book top levels) * **Candlestick Data (Klines)** (`/v5/market/kline?category=spot&symbol=BTCUSDT&interval=15&limit=200`) * **Recent Trades** (`/v5/market/recent-trade?category=spot&symbol=BTCUSDT&limit=100`) 5. **Utility Nodes** process and format the response: * **Calculator** → computes spreads, mid-prices, % changes. * **Think** → transforms JSON into human-readable reports. * **Simple Memory** → stores symbol, sessionId, and previous inputs. 6. **Message Splitter** ensures responses over 4000 characters are broken into chunks. 7. Final results are sent back to **Telegram** in structured, readable format. --- ## ✅ What You Can Do with This Agent * Get **real-time Bybit prices & 24h statistics**. * Retrieve **spot order book depth** and liquidity snapshots. * Analyze **candlesticks (OHLCV)** across multiple timeframes. * View **recent trades** for market activity. * Monitor **bid/ask spreads & mid-prices** with calculated values. * Receive **Telegram-ready reports**, cleanly formatted and auto-split when long. --- ## 🛠️ Setup Steps 1. **Create a Telegram Bot** * Use [@BotFather](https://t.me/BotFather) to create a bot and get a token. 2. **Configure in n8n** * Import `Bybit AI Agent v1.02.json`. * Update the **User Authentication node** with your Telegram ID. * Add your **Telegram API credentials** (bot token). * Add **OpenAI API key** * (Optional) Add [Bybit API key](https://www.bybit.com/future-activity/en/developer) if you want AI-enhanced formatting. 3. **Deploy and Test** * Activate the workflow in n8n. * Send a message like `BTCUSDT` to your bot. * Instantly receive Bybit Spot data inside Telegram. --- ## 📺 Setup Video Tutorial Watch the full setup guide on YouTube: [](https://www.youtube.com/watch?v=IpWPGDt9OUU) --- ⚡ **Unlock Bybit Spot Market insights in Telegram — fast, structured, and API-key free.** --- ### 🧾 Licensing & Attribution © 2025 **Treasurium Capital Limited Company** Architecture, prompts, and trade report structure are IP-protected. **No unauthorized rebranding permitted.** 🔗 **For support:** [Don Jayamaha – LinkedIn](https://linkedin.com/in/donjayamahajr)
Real-time OKX spot market data with GPT-4o & Telegram
**Instantly access live OKX Spot Market data directly in Telegram!** This workflow integrates the **OKX REST v5 API** with **Telegram** and optional **GPT-4.1-mini formatting**, delivering real-time insights such as **latest prices, order book depth, candlesticks, trades, and mark prices** — all in clean, structured reports. --- ## 🔎 How It Works 1. A **Telegram Trigger** node listens for incoming user commands. 2. The **User Authentication** node validates the Telegram ID to allow only authorized users. 3. The workflow creates a **Session ID** from `chat.id` to manage session memory. 4. The **OKX AI Agent** orchestrates data retrieval via HTTP requests to OKX endpoints: * **Latest Price** (`/api/v5/market/ticker?instId=BTC-USDT`) * **24h Stats** (`/api/v5/market/ticker?instId=BTC-USDT`) * **Order Book Depth** (`/api/v5/market/books?instId=BTC-USDT&sz=50`) * **Best Bid/Ask** (book ticker snapshot) * **Candlesticks / Klines** (`/api/v5/market/candles?instId=BTC-USDT&bar=15m`) * **Average / Mark Price** (`/api/v5/market/mark-price?instType=SPOT&instId=BTC-USDT`) * **Recent Trades** (`/api/v5/market/trades?instId=BTC-USDT&limit=100`) 5. Utility tools refine the data: * **Calculator** → spreads, % change, normalized volumes. * **Think** → reshapes raw JSON into clean text. * **Simple Memory** → stores `sessionId`, symbol, and state for multi-turn interactions. 6. A **message splitter** ensures Telegram output stays under 4000 characters. 7. Final results are **sent to Telegram** in structured, human-readable format. --- ## ✅ What You Can Do with This Agent * Get **latest price and 24h stats** for any Spot instrument. * Retrieve **order book depth** with configurable size (up to 400 levels). * View **best bid/ask snapshots** instantly. * Fetch **candlestick OHLCV data** across intervals (`1m` → `1M`). * Monitor **recent trades** (up to 100). * Check the **mark price** as a fair average reference. * Receive clean, **Telegram-ready reports** (auto-split if too long). --- ## 🛠️ Setup Steps 1. **Create a Telegram Bot** * Use [@BotFather](https://t.me/BotFather) to generate a bot token. 2. **Configure in n8n** * Import `OKX AI Agent v1.02.json`. * Replace the placeholder in **User Authentication node** with your Telegram ID. * Add **Telegram API credentials** (bot token). * Add your **OpenAI API key** for GPT-4.1-mini. * Add your [OKX API key](https://www.okx.com/en-us/okx-api) optional. 3. **Deploy and Test** * Activate the workflow in n8n. * Send a query like `BTC-USDT` to your bot. * Instantly get structured OKX Spot data back in Telegram. --- ## 📺 Setup Video Tutorial Watch the full setup guide on YouTube: [](https://www.youtube.com/watch?v=TAA_BFuwml0) --- ⚡ **Unlock real-time OKX Spot Market insights directly in Telegram — no private API keys required!** --- ### 🧾 Licensing & Attribution © 2025 **Treasurium Capital Limited Company** Architecture, prompts, and trade report structure are IP-protected. **No unauthorized rebranding permitted.** 🔗 **For support:** [Don Jayamaha – LinkedIn](https://linkedin.com/in/donjayamahajr)
Real-time crypto market data from Gate.io with GPT-4o and Telegram
**Instantly fetch live Gate.io Spot Market data directly in Telegram!** This workflow integrates the **Gate.io REST v4 API** with **GPT-4.1-mini-powered AI** and **Telegram**, giving traders real-time access to **price action, order books, candlesticks, and trade data**. Perfect for **crypto traders, analysts, and DeFi builders** who need **fast and reliable exchange insights**. --- ## ⚙️ How It Works 1. A **Telegram bot** listens for user queries (e.g., `"BTC_USDT"`). 2. The workflow securely processes the request, authenticates the user, and attaches a **sessionId**. 3. The **Gate AI Agent** orchestrates data retrieval via **Gate.io Spot Market API**, including: * ✅ **Latest Price & 24h Stats** (`/spot/tickers`) * ✅ **Order Book Depth** (with best bid/ask snapshots) * ✅ **Klines (candlesticks)** for OHLCV data * ✅ **Recent Trades** (up to 100 latest trades) 4. Data is optionally cleaned using **Calculator** (for spreads, midpoints, % changes) and **Think** (for formatting). 5. An **AI-powered formatter (GPT-4.1-mini)** structures results into **Telegram-friendly reports**. 6. The final **Gate.io Spot insights** are sent back instantly in **HTML-formatted Telegram messages**. --- ## 💡 What You Can Do with This Agent This AI-driven Telegram bot enables you to: ✅ **Track real-time spot prices** for any Gate.io pair ✅ **Monitor order book depth** (liquidity snapshots) ✅ **View recent trades** for activity insights ✅ **Analyze candlesticks** across multiple intervals ✅ **Compare bid/ask spreads** with calculated metrics ✅ **Get clean, structured data** without raw JSON clutter --- ## 🛠️ Setup Steps 1. **Create a Telegram Bot** * Use [@BotFather](https://t.me/BotFather) on Telegram to create a bot and obtain an API token. 2. **Configure Telegram API Credentials in n8n** * Add your bot token under **Telegram API credentials**. * Replace the placeholder Telegram ID in the **Authentication node** with your own. 3. **Import & Deploy Workflow** * Load `Gate AI Agent v1.02.json` into **n8n**. * Configure your **OpenAI API key** for . * Configure your [Gate api key](https://www.gate.com/docs/developers/apiv4/en/). * Save and activate the workflow. 4. **Run & Test** * Send a query (e.g., `"BTC_USDT"`) to your Telegram bot. * Receive **instant Gate.io market insights** formatted for easy reading. --- ## 📺 Setup Video Tutorial Watch the full setup guide on YouTube: [](https://www.youtube.com/watch?v=_tXy_3iBE4U&t=2s) --- ⚡ **Unlock real-time Gate.io Spot Market insights directly in Telegram — fast, clean, and reliable.** --- ### 🧾 Licensing & Attribution © 2025 **Treasurium Capital Limited Company** Architecture, prompts, and trade report structure are IP-protected. **No unauthorized rebranding permitted.** 🔗 **For support:** [Don Jayamaha – LinkedIn](https://linkedin.com/in/donjayamahajr)
Fetch real-time Bitget Spot Market Data with GPT-4o + Telegram
**Instantly fetch real-time Bitget spot market data directly in Telegram!** This workflow integrates the **Bitget REST v2 API** with **Telegram** (plus optional **AI-powered formatting**) to deliver the latest crypto price, order book, candles, and recent trades. Perfect for **crypto traders, analysts, and investors** who need **reliable market data at their fingertips—no API key required.**  **Sign-up for Bitget for 6,200 USDT in rewards to trade:** [Collect Now](https://partner.bitget.com/bg/AEC3JB) ## **How It Works** 1. A **Telegram bot** listens for user requests (e.g., `BTCUSDT`). 2. The workflow connects to **Bitget public endpoints** to fetch: * **Ticker (latest price & 24h stats)** * **Order book depth** (top bids/asks) * **Recent trades** (price, side, volume, timestamp) * **Candlestick data** (1m, 15m, 1h, 4h, 1d) * **Historical candles** (optional, for backfill before `endTime`) 3. A **Calculator node** derives useful metrics like mid-price and spread. 4. A **Think node** reshapes raw JSON into Telegram-ready text. 5. A **splitter** ensures reports over 4000 characters are chunked safely. 6. The **final market insights** are delivered instantly back to Telegram. ## **What You Can Do with This Agent** ✅ **Track live prices & 24h stats** for any Bitget spot pair. ✅ **Monitor order book liquidity** and spreads in real-time. ✅ **Analyze candlesticks** across multiple timeframes. ✅ **Review recent trades** to see execution flow. ✅ **Fetch historical candles** for extended market context. ✅ **Receive clean, structured reports** with optional AI-enhanced formatting. ## **Set Up Steps** 1. **Create a Telegram Bot** * Use [@BotFather](https://t.me/BotFather) to generate a bot token. 2. **Configure in n8n** * Import `Bitget AI Agent v1.02.json` into your n8n instance. * Add your **Telegram credentials** (bot token + your Telegram ID in the `User Authentication` node). * Add an **OpenAI key** if you want AI-powered formatting. *(Optional) Add an **[Bitget api key](https://www.bitget.com/bitget-api)** . 3. **Deploy and Test** * Send `BTCUSDT` to your bot. * Get live Bitget spot data instantly in Telegram! 🚀 **Unlock powerful, real-time Bitget insights in Telegram—zero setup, zero API keys required!** ## 📺 Setup Video Tutorial Watch the full setup guide on YouTube: [](https://www.youtube.com/watch?v=KNppg7xhySA) --- ### 🧾 Licensing & Attribution © 2025 **Treasurium Capital Limited Company** Architecture, prompts, and trade report structure are IP-protected. **No unauthorized rebranding permitted.** 🔗 **For support:** [Don Jayamaha – LinkedIn](https://linkedin.com/in/donjayamahajr)
Fetch real-time Coinbase spot market data with GPT-4o + Telegram
**Coinbase AI Agent instantly fetches real-time market data directly in Telegram!** This workflow integrates the **Coinbase REST API** with **Telegram** (plus optional **AI-powered formatting**) to deliver the latest crypto price, order book, candles, and trade stats in seconds. Perfect for **crypto traders, analysts, and investors** who want **actionable market data at their fingertips—without API keys.** ## **How It Works** 1. A **Telegram bot** listens for user requests (e.g., `BTC-USD`). 2. The workflow calls **Coinbase public endpoints** *(no key required)* to fetch real-time data: * **Latest price (ticker)** * **24h stats** (open, high, low, close, volume) * **Order book snapshots** (best bid/ask + depth) * **Candlestick data** (OHLCV for multiple intervals) * **Recent trades** (executed orders) 3. A **Calculator node** derives useful values like mid-price and spread. 4. An **AI or “Think” node** reshapes JSON into clear, human-readable messages. 5. A **splitter** ensures long messages are broken into safe Telegram chunks. 6. The final **market insights** are sent instantly back to Telegram. ## **What You Can Do with This Agent** This Telegram bot gives you: ✅ **Get instant price & 24h stats** for any Coinbase spot pair. ✅ **Monitor live order books** with top bids/asks. ✅ **Analyze candle data** (e.g., 15m, 1h, 4h, 1d). ✅ **Track recent trades** to see market activity. ✅ **Receive clean, structured reports**—optionally AI-enhanced. ## **Set Up Steps** 1. **Create a Telegram Bot** * Use [@BotFather](https://t.me/BotFather) on Telegram to create your bot and get an API token. 2. **Configure in n8n** * Import the provided workflow JSON. * Add your **Telegram credentials** (bot token + your Telegram ID for authentication). * (Optional) Add an **OpenAI key** if you want AI-enhanced formatting. 3. **Deploy and Test** * Send a query like `BTC-USD` to your bot. * Instantly receive [Coinbase spot data](https://www.coinbase.com/developer-platform/products/exchange-api) in Telegram! 🚀 **Unlock powerful, real-time Coinbase market insights directly in Telegram—no Coinbase API key required!** ## 📺 Setup Video Tutorial Watch the full setup guide on YouTube: [](https://www.youtube.com/watch?v=AnLG0tnnhSs) --- ## 🧾 Licensing & Attribution © 2025 **Treasurium Capital Limited Company** Architecture, prompts, and trade report structure are IP-protected. **No unauthorized rebranding or resale permitted.** 🔗 For support: [LinkedIn – Don Jayamaha](https://linkedin.com/in/donjayamahajr)
Analyze cryptocurrency market data with HTX API, GPT-4o and Telegram
A fully autonomous, **HTX Spot Market AI Agent** **(Huobi AI Agent)** built using GPT-4o and Telegram. This workflow is the **primary interface**, orchestrating all internal reasoning, trading logic, and output formatting. --- ### ⚙️ Core Features * 🧠 **LLM-Powered Intelligence**: Built on GPT-4o with advanced reasoning * ⏱️ **Multi-Timeframe Support**: 15m, 1h, 4h, and 1d indicator logic * 🧩 **Self-Contained Multi-Agent Workflow**: No external subflows required * 🧮 **Real-Time HTX Market Data**: Live spot price, volume, 24h stats, and order book * 📲 **Telegram Bot Integration**: Interact via chat or schedule * 🔄 **Autonomous Runs**: Support for webhook, schedule, or Telegram triggers --- ### 📥 Input Examples | User Input | Agent Action | | --------------- | --------------------------------------------- | | `btc` | Returns 15m + 1h analysis for BTC | | `eth 4h` | Returns 4-hour swing data for ETH | | `bnbusdt today` | Full day snapshot with technicals + 24h stats | --- ### 🖥️ Telegram Output Sample ``` 📊 BTC/USDT Market Summary 💰 Price: $62,400 📉 24h Stats: High $63,020 | Low $60,780 | Volume: 89,000 BTC 📈 1h Indicators: • RSI: 68.1 → Overbought • MACD: Bearish crossover • BB: Tight squeeze forming • ADX: 26.5 → Strengthening trend 📉 Support: $60,200 📈 Resistance: $63,800 ``` --- ### 🛠️ Setup Instructions 1. **Create your Telegram Bot** using [@BotFather](https://t.me/BotFather) 2. **Add Bot Token** in n8n Telegram credentials 3. **Add your GPT-4o or OpenAI-compatible key** under HTTP credentials in n8n 4. *(Optional)* Add your [HTX API](https://www.htx.com/en-us/opend/) credentials if expanding to authenticated endpoints 5. Deploy this main workflow using: * ✅ Webhook (HTTP Request Trigger) * ✅ Telegram messages * ✅ Cron / Scheduled automation --- ### 🎥 Live Demo [](https://youtu.be/Crr41F8tr0Q?si=hZv_WRY2ZOA9-Y0V) --- ### 🧠 Internal Architecture | Component | Role | | ------------------ | -------------------------------------------------------- | | 🔄 Telegram Trigger | Entry point for external or manual signal | | 🧠 GPT-4o | Symbol + timeframe extraction + strategy generation | | 📊 Data Collector | Internal tools fetch price, indicators, order book, etc. | | 🧮 Reasoning Layer | Merges everything into a trading signal summary | | 💬 Telegram Output | Sends formatted HTML report via Telegram | --- ### 📌 Use Case Examples | Scenario | Outcome | | -------------------------------------- | ------------------------------------------------------- | | Auto-run every 4 hours | Sends new HTX signal summary to Telegram | | Human requests “eth 1h” | Bot replies with real-time 1h chart-based summary | | System-wide trigger from another agent | Invokes webhook and returns response to parent workflow | --- ### 🧾 Licensing & Attribution © 2025 **Treasurium Capital Limited Company** Architecture, prompts, and trade report structure are IP-protected. **No unauthorized rebranding permitted.** 🔗 **For support:** [Don Jayamaha – LinkedIn](https://linkedin.com/in/donjayamahajr)
Multi-timeframe trading analysis for WEEX spot market with GPT-4o & Telegram
# 📊 WEEX Spot Market Quant AI Agent (All-in-One Multi-Agent Trading System) ## ⚡ Overview This **multi-agent n8n workflow** delivers an **automated, intelligent trading analysis system** for the **WEEX Spot Market**. It uses **GPT-4o** to interpret user prompts, route them to the correct sub-agent tools, analyze technical indicators, price data, sentiment insights, and return concise trading signals via **Telegram** or downstream automations. No need to download additional workflows—**everything is embedded in this single orchestrated agent.** --- ## 🧠 Core Features 🔹 **Single-entry architecture** → Built-in orchestration logic with **no external subworkflow dependencies** 🔹 **Multi-timeframe indicator analysis** → 15m, 1h, 4h, and 1d 🔹 **Sentiment + news insights** from crypto sources 🔹 **Live price, volume, kline, and order book analysis** 🔹 **LLM-powered signal evaluation** using **GPT-4o** 🔹 **Telegram integration** for fast human queries or autonomous alerts --- ## 🤖 Built-In Agent Modules | Module | Description | | ----------------------------------- | ---------------------------------------------------------- | | ✅ **Financial Analyst Tool** | Routes prompts, interprets tokens, and triggers sub-agents | | ✅ **News & Sentiment Analyst Tool** | Gathers real-time sentiment from crypto news sources | | ✅ **Technical Indicator Tools** | 15m, 1h, 4h, 1d indicators using WEEX spot market data | | ✅ **Price & Order Book Agent** | Fetches real-time stats, price, and structure | | ✅ **Trading Signal Evaluator** | GPT-4o merges all data and generates trading decision | --- ## 🖥️ Prompt Flow Example ``` User Input: “Should I long or short ETH on WEEX today?” → Financial Analyst Agent interprets the query → Fetches multi-timeframe indicators, live price, sentiment → GPT-4o evaluates conditions and creates recommendation → Output delivered via Telegram: ``` 📈 ETH/USDT Overview • Price: \$3,710 • 4h RSI: 64.5 – Slightly Overbought • MACD: Bullish Crossover • Market Sentiment: 🔼 Positive **Recommendation**: Consider long entry with stop at \$3,640. --- ## 🔧 Setup Instructions Follow these steps to fully deploy and operate the WEEX Quant AI Agent in your n8n environment: 1. **🟢 Get Telegram Bot API Key** * Create your bot via **[@BotFather](https://t.me/BotFather)** on Telegram * Save the token it gives you (format: `123456789:ABCdefGHIjkLMNopQRStuvWXyz`) 2. **🔑 Add OpenAI / DeepSeek Chat API Key** * Compatible with **GPT-4o** (OpenAI) or **DeepSeek Chat** 3. **📈 (Optional) WEEX API Keys** * If expanding to live trading or authenticated data, get a **WEEX Spot API key** from your account dashboard * Not required for the analysis agent to function 4. **🔗 Connect Telegram to n8n** * Use `Telegram Trigger` and `Telegram` node with your API key * Ensure webhook is set correctly (or use polling mode) --- ## ✅ Example Use Cases | Scenario | Outcome | | ---------------------------------- | ----------------------------------------------------- | | “Is BTC bullish or bearish?” | Merged indicator + sentiment + price analysis summary | | “Get 15m and 4h trends for SOL” | Multi-timeframe volatility vs macro trend report | | “Latest crypto news on XRP” | Real-time filtered news + DeepSeek sentiment summary | | “What’s the order book structure?” | Level-by-level spread analysis with buy/sell volumes | --- ## 🎥 Watch the Live Demo [](https://youtu.be/cc6wMdxwwLw) --- ## 👨💼 Licensing & Support 🧾 **© 2025 Treasurium Capital Limited Company** Architecture, prompts, and trade signal framework are IP-protected. No unauthorized rebranding or replication permitted. 📩 **Connect with the Creator** **Don Jayamaha** – [LinkedIn Profile](https://linkedin.com/in/donjayamahajr)
Binance SM indicators webhook tool
This workflow acts as a **central API gateway** for all technical indicator agents in the **Binance Spot Market Quant AI system**. It listens for incoming webhook requests and dynamically routes them to the correct timeframe-based indicator tool (15m, 1h, 4h, 1d). Designed to power multi-timeframe analysis at scale. 🎥 **Watch Tutorial**: [](https://youtu.be/HWHD-eXP0IE) --- ## 🎯 What It Does * Accepts requests via webhook with a token symbol and timeframe * Forwards requests to the correct internal technical indicator tool * Returns a clean JSON payload with RSI, MACD, BBANDS, EMA, SMA, and ADX * Can be used directly or as a microservice by other agents --- ## 🛠️ Input Format Webhook endpoint: ``` POST /webhook/indicators ``` Body format: ```json { "symbol": "DOGEUSDT", "timeframe": "15m" } ``` --- ## 🔄 Routing Logic | Timeframe | Routed To | | --------- | -------------------------------- | | 15m | Binance SM 15min Indicators Tool | | 1h | Binance SM 1hour Indicators Tool | | 4h | Binance SM 4hour Indicators Tool | | 1d | Binance SM 1day Indicators Tool | --- ## 🔎 Use Cases | Use Case | Description | | -------------------------------------------------- | ------------------------------------------------------ | | 🔗 Used by Binance Financial Analyst Tool | Automatically triggers all indicator tools in parallel | | 🤖 Integrated in Binance Quant AI System | Supports reasoning, signal generation, and summaries | | ⚙️ Can be called independently for raw data access | Useful for dashboards or advanced analytics | --- ## 📤 Output Example ```json { "symbol": "DOGEUSDT", "timeframe": "15m", "rsi": 56.7, "macd": "Bearish Crossover", "bbands": "Stable", "ema": "Price above EMA", "adx": 19.4 } ``` --- ## ✅ Prerequisites * Make sure all the following workflows are installed and operational: * Binance SM 15min Indicators Tool * Binance SM 1hour Indicators Tool * Binance SM 4hour Indicators Tool * Binance SM 1day Indicators Tool * OpenAI credentials (for any agent using LLM formatting) --- ## 🧾 Licensing & Attribution © 2025 **Treasurium Capital Limited Company** All architectural routing logic and endpoint structuring is IP-protected. No unauthorized rebranding or resale permitted. 🔗 **Need help?** [Connect on LinkedIn – Don Jayamaha](https://linkedin.com/in/donjayamahajr)
Binance SM 1day indicators tool
This advanced agent analyzes long-term price action in the Binance Spot Market using 1-day candles. It calculates key macro indicators like RSI, MACD, BBANDS, EMA, SMA, and ADX to identify high-confidence trend setups and market momentum. Used by the Quant AI system for directional bias and macro-level signal validation. --- 🎥 **Watch Tutorial**: [](https://youtu.be/HWHD-eXP0IE) ## 🎯 Purpose * Detect major **trend reversals**, **consolidation zones**, and **macro bias** * Support long-term **swing trading** decisions * Provide reliable 1-day signals for downstream agents --- ## 🧠 Core Features | Feature | Description | | --------------------------- | ------------------------------------------------------------ | | 🔁 Trigger | Called by parent workflows via `Execute Workflow` | | 📥 Input Format | `{ "message": "MATICUSDT", "sessionId": "telegram_id" }` | | 📡 Webhook Call | Sends request to internal 1d indicators webhook | | 🧮 Technical Indicators | RSI, MACD, BBANDS, EMA, SMA, ADX (based on 40 daily candles) | | 🧠 GPT (gpt-4.1-mini) Agent | Interprets numerical data into human-readable trend signals | | 💬 Output | Summary suitable for Telegram or further agent consumption | --- ## 🔗 External Tools Called * `https://treasurium.app.n8n.cloud/webhook/1d-indicators` Sends: ```json { "symbol": "SOLUSDT" } ``` --- ## 📊 Indicator Calculations | Indicator | Purpose | | -------------- | ------------------------------- | | RSI (14) | Overbought / Oversold Signals | | MACD (12,26,9) | Trend Reversals / Momentum | | BBANDS (20, 2) | Volatility Expansion | | EMA (20) | Short-Term Trend Confirmation | | SMA (20) | Macro-Level Support/Resistance | | ADX (14) | Trend Strength + Directional DI | --- ## 📦 Setup 1. **Import the JSON** into n8n. 2. Add your **OpenAI API credentials**. 3. Ensure webhook `/1d-indicators` is connected and working. 4. Use this agent as a **sub-workflow** in: * Binance SM Financial Analyst Tool * Binance Spot Market Quant AI Agent --- ## 📤 Output Example ``` 📅 1D Overview – MATICUSDT • RSI: 71 → Overbought • MACD: Bearish Cross forming • BBANDS: Widening Volatility • EMA < SMA → Downtrend Momentum • ADX: 33 → High Trend Strength ``` --- ## 📌 Notes * Not user-facing — outputs are structured JSON or Telegram-style summaries. * Pairs well with shorter timeframe tools (15m–4h) for confidence stacking. --- ## 🧾 Licensing & Attribution © 2025 **Treasurium Capital Limited Company** Architecture, prompts, and trade report structure are IP-protected. No unauthorized rebranding permitted. 🔗 **Need help?** Reach out on [LinkedIn – Don Jayamaha](https://linkedin.com/in/donjayamahajr)
Binance SM 4hour indicators tool
A medium-term trend analyzer for the Binance Spot Market that leverages core technical indicators across 4-hour candle data to provide human-readable swing-trade signals via AI. 🎥 **Watch Tutorial**: [](https://youtu.be/HWHD-eXP0IE) --- ## 🎯 What It Does * Accepts a Binance trading pair (e.g., `AVAXUSDT`) * Sends the symbol to an internal webhook for technical indicator calculation * Computes 4h RSI, MACD, Bollinger Bands, SMA, EMA, ADX * Returns structured, GPT-analyzed signals ready for Telegram delivery --- ## 🧠 AI Agent Details * **Model:** GPT-4.1-mini (OpenAI Chat) * **Agent Role:** Translates raw indicator values into sentiment-labeled signals * **Memory:** Tracks session + symbol context for cleaner multi-turn logic --- ## 🔗 Required Backend Workflow To calculate indicators, this tool depends on: ``` POST https://treasurium.app.n8n.cloud/webhook/4h-indicators { "symbol": "AVAXUSDT" } ``` Returns a JSON object with the latest 40×4h candle-based calculations. --- ## 📥 Input Format ```json { "message": "AVAXUSDT", "sessionId": "telegram_chat_id" } ``` --- ## 📊 Sample Output ``` 🕓 4h Technical Signals – AVAXUSDT • RSI: 64 → Slightly Bullish • MACD: Bullish Cross above baseline • BB: Upper band touch – volatility expanding • EMA > SMA → Confirmed Upside Momentum • ADX: 31 → Strengthening Trend ``` --- ## 📚 Use Case Scenarios | Use Case | Result | | ----------------------------- | ---------------------------------------------------- | | Swing trend confirmation | Uses 4h indicators to validate or reject setups | | Breakout signal confluence | Helps assess if momentum is real or noise | | Inputs to Quant AI or Analyst | Supports higher-frame trade recommendation synthesis | --- ## 🛠️ Setup Instructions 1. Import the JSON template into your n8n workspace. 2. Set your OpenAI API credentials for the GPT node. 3. Ensure the `/webhook/4h-indicators` backend tool is live and accessible. 4. Connect this to your **Binance Financial Analyst Tool** or master Quant AI orchestrator. --- ## 🤖 Parent Workflows That Use This Tool * Binance SM Financial Analyst Tool * Binance Spot Market Quant AI Agent --- ## 📎 Sticky Notes & Annotations This workflow includes internal sticky notes describing: * Node roles (GPT, webhook, memory) * System behavior (reasoning agent logic) * Telegram formatting guidance --- ## 🔐 Licensing & Attribution © 2025 **Treasurium Capital Limited Company** All architecture, prompt logic, and signal formatting are proprietary. Redistribution or rebranding is prohibited. 🔗 Connect with the creator: [Don Jayamaha – LinkedIn](https://linkedin.com/in/donjayamahajr)
Binance SM 1hour indicators tool
# 🧪 Binance SM 1hour Indicators Tool A precision trading signal engine that interprets **1-hour candlestick indicators** for Binance Spot Market pairs using a GPT-4.1-mini LLM. Ideal for swing traders seeking directional bias and momentum clarity across medium timeframes. --- 🎥 **Watch Tutorial**: [](https://youtu.be/HWHD-eXP0IE) ## 🎯 Purpose This tool provides a structured 1-hour market read using: * **RSI** (Relative Strength Index) * **MACD** (Moving Average Convergence Divergence) * **BBANDS** (Bollinger Bands) * **SMA & EMA** (Simple and Exponential Moving Averages) * **ADX** (Average Directional Index) It’s invoked as a sub-agent in broader AI workflows, such as the Binance Financial Analyst Tool and the Spot Market Quant AI Agent. --- ## ⚙️ Key Features | Feature | Description | | ---------------------- | ------------------------------------------------------------- | | 🔄 Subworkflow Trigger | Runs only when called by parent agent (not standalone) | | 🧠 GPT-4.1-mini LLM | Translates numeric indicators into natural-language summaries | | 📊 Real-time Data | Pulls latest 40×1h candles via internal webhook from Binance | | 📥 Input Format | `{ "message": "ETHUSDT", "sessionId": "telegram_chat_id" }` | | 📤 Output Format | JSON summary + Telegram-friendly HTML overview | --- ## 💡 Example Output ``` 📊 1h Technical Overview – ETHUSDT • RSI: 59 (Neutral) • MACD: Bullish Crossover • BBANDS: Price at Upper Band • EMA > SMA → Positive Slope • ADX: 28 → Moderate Trend Strength ``` --- ## 🧩 Use Cases | Scenario | Result | | -------------------------------------- | ----------------------------------------------- | | Mid-frame market alignment | Verifies momentum between 15m and 4h timeframes | | Quant AI Agent input | Supplies trend context for entry/exit decisions | | Standalone medium-term signal snapshot | Validates swing trade setups or filters noise | --- ## 📦 Installation Instructions 1. **Import workflow** into your n8n instance 2. Confirm internal webhook `/1h-indicators` is live and authorized 3. Insert your OpenAI credentials for GPT-4.1-mini node 4. Use only when triggered via: * Binance Financial Analyst Tool * Binance Spot Market Quant AI Agent --- ## 🧾 Licensing & Support 🔗 **Don Jayamaha – LinkedIn** [linkedin.com/in/donjayamahajr](https://linkedin.com/in/donjayamahajr) © 2025 Treasurium Capital Limited Company Architecture, prompts, and signal logic are proprietary. Redistribution or commercial use requires explicit licensing. No unauthorized cloning permitted.
Binance SM 15min indicators tool
A short-term technical analysis agent for **15-minute candles** on Binance Spot Market pairs. Calculates and interprets key trading indicators (RSI, MACD, BBANDS, ADX, SMA/EMA) and returns structured summaries, optimized for Telegram or downstream AI trading agents. This tool is designed to be **triggered by another workflow** (such as the Binance SM Financial Analyst Tool or Binance Quant AI Agent) and is not intended for standalone use. --- ### 🔧 Key Features * ⏱️ Uses **15-minute kline data** (last 100 candles) * 📈 Calculates: RSI, MACD, Bollinger Bands, SMA/EMA, ADX * 🧠 Interprets numeric data using GPT-4.1-mini * 📤 Outputs concise, formatted analysis like: ``` • RSI: 72 → Overbought • MACD: Cross Up • BB: Expanding • ADX: 34 → Strong Trend ``` --- ### 🧠 AI Agent Purpose > You are a short-term analysis tool for spotting volatility, early breakouts, and scalping setups. Used by higher agents to determine: * Entry/exit precision * Momentum shifts * Scalping opportunities --- ### ⚙️ How it Works 1. **Triggered externally** by another workflow 2. Accepts input: ```json { "message": "BTCUSDT", "sessionId": "123456789" } ``` 3. Sends POST request to backend endpoint: ``` https://treasurium.app.n8n.cloud/webhook/15m-indicators ``` 4. Fetches last 100 candles and calculates indicators 5. Passes data to GPT for interpretation 6. Returns summary with indicator tags for human readability --- ### 🔗 Dependencies This tool is triggered by: * ✅ **Binance SM Financial Analyst Tool** * ✅ **Binance Spot Market Quant AI Agent** --- ### 🚀 Setup Instructions 1. Import into your n8n instance 2. Make sure `/15m-indicators` webhook is active and calculates indicators correctly 3. Connect your **OpenAI GPT-4.1-mini** credentials 4. Trigger from upstream agent with Binance symbol and session ID 5. Ensure all external calls (to Binance + webhook) are working --- ### 🧪 Example Use Cases | Use Case | Result | | ------------------------------------- | --------------------------------------- | | Short-term trade decision for ETHUSDT | Receives 15m signal indicators summary | | Input from Financial Analyst Tool | Returns real-time volatility snapshot | | Telegram bot asks for “DOGE update” | Returns momentum indicators in 15m view | --- 🎥 **Watch Tutorial**: [](https://youtu.be/HWHD-eXP0IE) --- ### 🧾 Licensing & Attribution © 2025 Treasurium Capital Limited Company Architecture, prompts, and trade report structure are IP-protected. No unauthorized rebranding or resale permitted. 🔗 **For support:** [Don Jayamaha – LinkedIn](https://linkedin.com/in/donjayamahajr)
Binance SM price-24hrStats-OrderBook-Kline tool
A powerful sub-agent that collects **real-time market structure data** from Binance for any trading pair — including price, volume, order book depth, and candlestick snapshots across multiple timeframes (15m, 1h, 4h, 1d). --- 🎥 **Watch Tutorial**: [](https://youtu.be/HWHD-eXP0IE) ## 🎯 Purpose This workflow powers the Quant AI system with: * ✅ Real-time **price feed** (`/ticker/price`) * ✅ **24-hour stats** (OHLC, % change, volume via `/ticker/24hr`) * ✅ Live **order book depth** (`/depth`) * ✅ Latest **candlestick data** (`/klines`) for all major intervals All outputs are parsed and formatted using GPT and returned to the parent agent (e.g., Financial Analyst Tool) as a **Telegram-optimized summary**. --- ## ⚙️ Workflow Architecture | Node | Role | | ------------------------------------ | ------------------------------------------------------------ | | 🔗 `Execute Workflow Trigger` | Accepts input from parent workflow | | 🧠 `Simple Memory` | Stores session + symbol info | | 🤖 `Binance SM Market Agent` | Parses prompt, routes tool calls | | 💡 `OpenAI Chat Model (gpt-4o-mini)` | Converts raw data into a clean, readable format for Telegram | | 🌐 `getCurrentPrice` | Gets latest price | | 🌐 `get24hrStats` | Gets OHLC/volume over past 24 hours | | 🌐 `getOrderBook` | Gets top 100 bids and asks | | 🌐 `getKlines` | Gets latest 15m, 1h, 4h, and 1d candles | --- ## 📥 Input Requirements This workflow is not called directly by the user. Instead, it is **triggered by another workflow**, such as: ```json { "message": "BTCUSDT", "sessionId": "539847013" } ``` --- ## 📤 Telegram Output Example ``` 📊 BTCUSDT Market Overview 💰 Price: $63,220 📈 24h Change: +2.3% | Volume: 45,210 BTC 📉 Order Book • Top Bid: $63,190 • Top Ask: $63,230 🕰️ Latest Candles • 15m: O: $63,000 | C: $63,220 | Vol: 320 BTC • 1h : O: $62,700 | C: $63,300 | Vol: 980 BTC • 4h : O: $61,800 | C: $63,500 | Vol: 2,410 BTC • 1d : O: $59,200 | C: $63,220 | Vol: 7,850 BTC ``` --- ## ✅ Use Cases | Scenario | Output Provided | | ---------------------------------- | ------------------------------------------------------------ | | “Show current BTC price and trend” | Price, 24h stats, candles, and order book in one message | | “Candles for SOL” | 15m, 1h, 4h, 1d candlesticks for SOLUSDT | | Triggered by Quant AI system | Clean Telegram-ready summary with all structure tools merged | --- ## 🧩 Toolchain Breakdown | Tool Name | Endpoint | Purpose | | ----------------- | ---------------------- | ------------------------------ | | `getCurrentPrice` | `/api/v3/ticker/price` | Latest trade price | | `get24hrStats` | `/api/v3/ticker/24hr` | 24h OHLC, % change, volume | | `getOrderBook` | `/api/v3/depth` | Top 100 bids and asks | | `getKlines` | `/api/v3/klines` | 1-candle snapshot across 4 TFs | --- ## 🚀 Installation Steps 1. **Import the JSON** into your n8n instance 2. Connect your OpenAI credentials for the Chat Model node 3. No Binance API key needed — public endpoints 4. Trigger this tool only via: * Binance SM Financial Analyst Tool * Binance Spot Market Quant AI Agent --- ## 🔐 Licensing & Attribution © 2025 Treasurium Capital Limited Company Architecture, prompts, and trade structure are IP-protected. No unauthorized rebranding permitted. 🔗 For support: [Don Jayamaha – LinkedIn](https://linkedin.com/in/donjayamahajr)
Get Binance spot market financial analysis via Telegram with GPT-4o
This workflow powers the **Binance Spot Market Quant AI Agent**, acting as the **Financial Market Analyst**. It fuses real-time market structure data (price, volume, kline) with multiple timeframe technical indicators (15m, 1h, 4h, 1d) and returns a structured trading outlook—perfect for intraday and swing traders who want actionable analysis in Telegram. 🔗 **Requires the following sub-workflows** to function: • [Binance SM 15min Indicators Tool](https://n8n.io/workflows/4743-binance-sm-15min-indicators-tool/) • [Binance SM 1hour Indicators Tool](https://n8n.io/workflows/4744-binance-sm-1hour-indicators-tool/) • [Binance SM 4hour Indicators Tool](https://n8n.io/workflows/4745-binance-sm-4hour-indicators-tool/) • [Binance SM 1day Indicators Tool](https://n8n.io/workflows/4746-binance-sm-1day-indicators-tool/) • [Binance SM Price/24hStats/Kline Tool](https://n8n.io/workflows/4742-binance-sm-price-24hrstats-orderbook-kline-tool/) ## ⚙️ How It Works 1. Triggered via webhook (typically by the Quant AI Agent). 2. Extracts user symbol + timeframe from input (e.g., "DOGE outlook today"). 3. Calls all linked sub-workflows to retrieve indicators + live price data. 4. Merges the data and formats a clean trading report using GPT-4o-mini. 5. Returns HTML-formatted message suitable for Telegram delivery. --- ## 📥 Sample Input ```json { "message": "SOLUSDT", "sessionId": "654321123" } ``` --- ## ✅ Telegram Output Format ``` 📊 SOLUSDT Market Snapshot 💰 Price: $156.75 📉 24h Stats: High $160.10 | Low $149.00 | Volume: 1.1M SOL 🧪 4h Indicators: • RSI: 58.2 (Neutral-Bullish) • MACD: Crossover Up • BB: Squeezing Near Upper Band • ADX: 25.7 (Rising Trend) 📈 Resistance: $163 📉 Support: $148 ``` --- ## 🔍 Use Cases | Scenario | Outcome | | ------------------------------- | --------------------------------------------------------- | | User asks for “BTC outlook” | Returns 1h + 4h + 1d indicators + live price + key levels | | Telegram bot prompt: “DOGE now” | Returns short-term 15m + 1h analysis snapshot | | Strategy trigger inside n8n | Enables other workflows to consume structured signal data | --- 🎥 **Watch Tutorial**: [](https://youtu.be/HWHD-eXP0IE) --- ## 🧾 Licensing & Attribution © 2025 **Treasurium Capital Limited Company** Architecture, prompts, and trade report structure are IP-protected. **No unauthorized rebranding or redistribution permitted.** 🔗 For support: [LinkedIn – Don Jayamaha](https://linkedin.com/in/donjayamahajr)
Analyze crypto news sentiment for any token with GPT-4o and Telegram alerts
A sentiment intelligence sub-agent for the **Binance Spot Market Quant AI Agent**. It aggregates crypto news from major sources, filters by token keyword (e.g., BTC, ETH), and produces a Telegram-ready summary including market sentiment and top headlines—powered by GPT-4o. 🎥 **Live Demo**: [](https://youtu.be/k9VuU2h5wwI) --- ## 🛠️ Workflow Function This tool performs the following steps: | 🔧 Step | 📌 Description | | ------------------------ | ----------------------------------------------------------------------------- | | Webhook Input | Accepts `{ "message": "symbol" }` via HTTP POST | | Crypto Keyword Extractor | GPT model extracts the valid crypto symbol (e.g., "SOL", "DOGE", "ETH") | | RSS News Aggregators | Pulls latest headlines from 9+ crypto sources (CoinDesk, Cointelegraph, etc.) | | Merge & Filter Articles | Keeps only articles containing the specified token | | Prompt Builder | Creates prompt for GPT with filtered headlines | | GPT-4o Summarizer | Summarizes news into 3-part response: Summary, Sentiment, Headline Links | | Telegram Formatter | Converts GPT output into a Telegram-friendly message | | Response Handler | Returns formatted message to the caller via webhook | --- ## 📥 Webhook Trigger Format ```json { "message": "ETH" } ``` This triggers a full execution of the workflow and returns output like: ``` 📣 ETH Sentiment: Neutral • BlackRock’s tokenized fund expands to Ethereum mainnet (CoinDesk) • Ethereum fees remain high, analysts call for L2 migration (NewsBTC) • Vitalik warns about centralized risks in staking (Cointelegraph) ``` --- ## 📚 Installation Guide ### 1. Import & Enable * Load the `.json` into your **n8n Editor** * Enable webhook trigger in the top-right corner * Ensure it's reachable via `POST /webhook/custom-path` ### 2. Required Credentials * **OpenAI API Key** (GPT-4o capable) * No API keys required for RSS feeds ### 3. Connect to Quant Agent * Add an HTTP Request node in your main AI agent * Point to this workflow's webhook with body `{ "message": "symbol" }` * Capture the response to include in your Telegram output --- ## 🔍 Real Use Cases | Scenario | Result | | ---------------------------------- | ---------------------------------------------------------------- | | BTC Sentiment before a key event | Returns 8–12 filtered articles with bullish/neutral/bearish tone | | Daily pulse for altcoins like DOGE | Shows relevant headlines, helpful for intraday trading setups | | Telegram chatbot integration | Enables user to query sentiment via `/sentiment ETH` | | Macro context for Quant AI outputs | Adds emotional/news context to technical-based trade decisions | --- ## 🧾 Licensing & Attribution © 2025 **Treasurium Capital Limited Company** Architecture, prompts, and trade report structure are IP-protected. **No unauthorized rebranding or resale permitted.** 🔗 For support: [LinkedIn – Don Jayamaha](https://linkedin.com/in/donjayamahajr)
Binance spot market quant AI agent | GPT-4o + Telegram (Main interface)
A professional-grade AI automation system for **spot market trading insights** on Binance. It analyzes **multi-timeframe technical indicators**, **live price/order data**, and **crypto sentiment**, then delivers fully formatted **Telegram-style trading reports**. 🎥 **Watch Tutorial**: [](https://youtu.be/HWHD-eXP0IE) --- ## 🧩 Required Workflows You must install and activate **all of the following workflows** for the system to function correctly: | ✅ Workflow Name | 📌 Function Description | | -------------------------------------------------- | -------------------------------------------------------------------------------- | | [Binance Spot Market Quant AI Agent](https://n8n.io/workflows/4739-binance-spot-market-quant-ai-agent-or-gpt-4o-telegram-main-interface/) | Final AI orchestrator. Parses user prompt and generates Telegram-ready reports. | | [Binance SM Financial Analyst Tool](https://n8n.io/workflows/4741-get-binance-spot-market-financial-analysis-via-telegram-with-gpt-4o/) | Calls indicator tools and price/order data tools. Synthesizes structured inputs. | | [Binance SM News and Sentiment Analyst Webhook Tool](https://n8n.io/workflows/4740-analyze-crypto-news-sentiment-for-any-token-with-gpt-4o-and-telegram-alerts/) | Analyzes crypto sentiment, gives summary and headlines via POST webhook. | | [Binance SM Price/24hrStats/OrderBook/Kline Tool](https://n8n.io/workflows/4742-binance-sm-price-24hrstats-orderbook-kline-tool/) | Pulls price, order book, 24h stats, and OHLCV klines for 15m–1d. | | [Binance SM 15min Indicators Tool](https://n8n.io/workflows/4743-binance-sm-15min-indicators-tool/) | Calculates 15m RSI, MACD, BBANDS, ADX, SMA/EMA from Binance kline data. | | [Binance SM 1hour Indicators Tool](https://n8n.io/workflows/4744-binance-sm-1hour-indicators-tool/) | Same as above but for 1h timeframe. | | [Binance SM 4hour Indicators Tool](https://n8n.io/workflows/4745-binance-sm-4hour-indicators-tool/) | Same as above but for 4h timeframe. | | [Binance SM 1day Indicators Tool](https://n8n.io/workflows/4746-binance-sm-1day-indicators-tool/) | Same as above but for 1d timeframe. | | [Binance SM Indicators Webhook Tool](https://n8n.io/workflows/4747-binance-sm-indicators-webhook-tool/) | Technical backend. Handles all webhook logic for each timeframe tool. | --- ## ⚙️ Installation Instructions ### Step 1: Import Workflows * Open your **n8n Editor UI** * Import each workflow JSON file one by one * Activate them or ensure they're called via `Execute Workflow` ### Step 2: Set Credentials * **OpenAI API Key** (GPT-4o recommended) * **Binance endpoints** are public (no auth required) ### Step 3: Configure Webhook Endpoints * Deploy **Binance SM Indicators Webhook Tool** * Ensure the following paths are reachable: * `/webhook/15m` * `/webhook/1h` * `/webhook/4h` * `/webhook/1d` ### Step 4: Telegram Integration * Create a Telegram bot using [@BotFather](https://t.me/BotFather) * Add your **Telegram API token** to n8n credentials * Replace the Telegram ID placeholder with your own ### Step 5: Final Trigger * Trigger the `Binance Spot Market Quant AI Agent` manually or from Telegram * The agent: * Extracts the trading pair (e.g. `BTCUSDT`) * Calls all tools for market data and sentiment * Generates a clean, HTML-formatted Telegram report --- ## 💬 Telegram Report Output Format ```html <b>BTCUSDT Market Report</b> <b>Spot Strategy</b> • Action: Buy • Entry: $63,800 | SL: $61,200 | TP: $66,500 • Rationale: - MACD Crossover (1h) - RSI Rebound from Oversold (15m) - Sentiment: Bullish <b>Leverage Strategy</b> • Position: Long 3x • Entry: $63,800 • SL/TP zones same as above <b>News Sentiment:</b> Slightly Bullish • "Bitcoin rallies as ETF inflows surge" – CoinDesk • "Whales accumulate BTC at key support" – NewsBTC ``` --- ## 🧠 System Overview ``` [Telegram Trigger] → [Session + Auth Logic] → [Binance Spot Market Quant AI Agent] → [Financial Analyst Tool + News Tool] → [All Technical Indicator Tools (15m, 1h, 4h, 1d)] → [OrderBook/Price/Kline Fetcher] → [GPT-4o Reasoning] → [Split & Send Message to Telegram] ``` --- ## 🧾 Licensing & Attribution © 2025 **Treasurium Capital Limited Company** Architecture, prompts, and trade report structure are IP-protected. **No unauthorized rebranding or resale permitted.** 🔗 For support: [LinkedIn – Don Jayamaha](https://linkedin.com/in/donjayamahajr)
AAVE portfolio professional AI agent | Telegram + Email + GPT-4o + Moralis
A next-generation **AI-powered DeFi health monitor** that tracks wallet positions across **Aave V3** using GPT-4o and LangChain. It delivers **human-readable reports** via **Telegram and Gmail**, triggered on schedule or manually. Built for professionals monitoring **multiple DeFi wallets**. --- ## 🧩 System Components | Component | Role | | --------------------------------- | ------------------------------------------------------------- | | ✅ Scheduler | Triggers the workflow periodically | | ✅ Google Sheets Wallet Loader | Loads all monitored wallet addresses | | ✅ Set Variables | Injects dynamic wallet + date | | ✅ AAVE Portfolio AI Agent | GPT-4o + LangChain AI that generates human-readable summaries | | ✅ Moralis API Nodes (3) | Collect Aave V3 supply/borrow/collateral data | | ✅ OpenAI Chat Model (gpt-4o-mini) | Interprets on-chain data and explains it | | ✅ Telegram Delivery | Sends summary to Telegram chat | | ✅ Gmail Email Sender | Sends full HTML report to email | | ✅ HTML Formatter | Beautifies AI output into email structure | --- ## ⚙️ How It Works 1. Scheduled or manual trigger 2. Pulls wallet addresses from Google Sheets 3. For each wallet: * Pulls Aave data from Moralis * GPT-4o AI generates report * Sends summary to Telegram * Sends full HTML report via Gmail --- ## 🛠 Installation Steps ### 1. **Import the Workflow** * Upload `AAVE_Portfolio_Professional_AI_Agent.json` to your n8n instance. ### 2. **Connect These Credentials** | Service | Required Credential Type | | -------- | ---------------------------- | | Moralis | HTTP Header Auth (X-API-Key) | | OpenAI | GPT-4o via OpenAI API Key | | Telegram | Telegram Bot API Token | | Gmail | Gmail OAuth2 Credential | ### 3. **Create Google Sheet** * Column name must be: `wallet_address` * Add wallet addresses you want monitored --- ## 📬 Output Format ### Telegram Message Example ``` 📊 Aave DeFi Health Report Wallet: 0xABC...123 Date: 2025-05-21 ▪️ Pool: Aave Ethereum USDC • Supply: $10,040 • Borrowed: $5,500 • Health Factor: 3.43 • Liquidation Risk: No ``` ### Email Report * Full HTML + plain text versions * Auto-generated date + styled per wallet * Includes notes and threshold warnings --- ## 🧠 Smart Features * GPT-4o generates clear human summaries * Monitors multiple wallets in one run * Flags liquidation risk dynamically * Logs daily performance snapshots --- ## 💡 Customization Ideas * Add Telegram slash command `/aave <wallet>` * Expand to monitor **Compound**, **Lido**, or **Uniswap** * Export to Notion, Slack, or Data Studio --- ## 🧾 Licensing & Attribution © 2025 **Treasurium Capital Limited Company** Architecture, prompts, and report formatting are **intellectual property protected**. **No unauthorized rebranding, redistribution, or resale permitted.** 🔗 For support or licensing inquiries: [LinkedIn – Don Jayamaha](https://linkedin.com/in/donjayamahajr) --- 🚀 **Track all your Aave DeFi positions using AI—delivered via Telegram + Gmail.** **Perfect for funds, traders, and DeFi power users.** --- ### 🎥 Watch the Live Demo: [](https://youtu.be/teLNnkoGnJI)
Real-time gaming strategy coach with Telegram & GPT-4o Vision
**Play smarter, not harder.** This AI-powered Telegram bot acts as your **real-time gaming coach**, giving you instant move recommendations for turn-based strategy games like **poker**, **dominoes**, **mahjong**, and more—based on screenshots, voice notes, or text prompts. Powered by **GPT-4o (Vision + Language)**, the agent helps casual gamers improve decision-making, strategy, and pattern recognition in friendly games. 🧠 Whether you're at the table or playing online, this agent reads the board and suggests your best next move. --- ## 🔧 Key Features * 🧠 **GPT-4o Vision**: Analyzes images (e.g. poker hands, domino boards) * 🎙️ **Voice-to-Text Coaching**: Transcribe audio and analyze intent * ✍️ **Smart Text Input**: Ask for help directly in chat * 📩 **Telegram-Powered**: Easy to use via a simple bot --- ## 🛠 Setup Instructions ### 1. **Import the Workflow** * Upload the JSON file into your n8n instance. ### 2. **Create a Telegram Bot** * Use [@BotFather](https://t.me/BotFather) and connect your token under Telegram credentials. ### 3. **Configure OpenAI API** * Add your GPT-4o credentials * Enable both **chat model** and **image vision model** access ### 4. **Secure Access** * Replace the `Telegram ID` in the **User Authentication** node to limit access to your account only. ### 5. **Test It** * Send a screenshot or voice message to your Telegram bot * Example: “Texas Hold’em – my turn – suggest move” + upload an image --- ## 💡 What Can You Ask? * “Poker – flop: A♠️ Q♠️ 10♠️ – I have K♠️ J♠️ – what now?” * “Dominoes – screenshot attached – should I play this tile?” * “Mahjong – what’s the best discard move right now?” --- ## 🧠 System Behavior (Prompt Logic) GPT-4o is guided by a focused system prompt that makes it act as a gaming strategist, not a rulebook. It returns results like: ``` 🧠 Best Move Suggestion: [e.g. Raise with K♠️ J♠️] 🎯 Why This Move Works: [based on probability & game state] 📈 Confidence Level: High / Medium / Low ``` If input lacks clarity, the agent will ask for better context or a new screenshot. --- ## 🎮 Supported Input Modes * 🖼️ **Image-based**: e.g. a poker or domino board screenshot * 🎤 **Voice prompts**: e.g. “My turn in blackjack, I have 16…” * 💬 **Plain text**: typed strategy questions --- ## 📌 Sticky Notes (Included) * Telegram Trigger + Access Control * Image & Voice Input Routes * GPT-4o Vision Integration * Short-Term Memory * LangChain Agent * Structured Output Format * Telegram Response Node * Disclaimer + Licensing Note --- ## ⚠️ Disclaimer & Licensing This tool is provided by **Treasurium Capital** under an educational, entertainment-focused license. **Do not use for gambling, cheating, or violating game platform terms of use.** Treasurium Capital and its creators are not liable for any game outcomes. --- ## 👤 Author & Support Built by [Don Jayamaha](https://linkedin.com/in/donjayamahajr) View more AI agents: [https://n8n.io/creators/don-the-gem-dealer/](https://n8n.io/creators/don-the-gem-dealer/) --- 🎯 **Level up your gameplay with AI—one move at a time.** 🎥 **Watch the Live Demo:** [](https://youtu.be/bqW57vQ9kAM)