AI-powered crypto sentiment analysis bot built on OpenGradient's verifiable inference network.
Every trade signal is backed by on-chain proof — not just promises.
- Live crypto price data for any token
- AI sentiment analysis (BULLISH / BEARISH / NEUTRAL)
- Verifiable inference via OpenGradient (x402 + TEE)
- Three interfaces: Terminal, Telegram, Web Dashboard
- Clone this repo
python3.12 -m venv venv && source venv/bin/activatepip install opengradient requests python-dotenv python-telegram-bot flask- Create
.envwith your keys (see .env.example) - Get $OPG tokens from https://faucet.opengradient.ai
- Terminal:
python bot.py - Telegram:
python telegram_bot.py - Website:
python website.py→ http://localhost:5000
- OpenGradient SDK (verifiable AI inference)
- CoinGecko API (live price data)
- Flask (web dashboard)
- python-telegram-bot (Telegram integration)
OpenGradient — Trustless, Verifiable AI Infrastructure