A fork of Trac-Systems/intercom that adds a decentralized crypto price alert agent powered by the Intercom P2P sidechain network.
TracAlert is a peer-to-peer price alert broadcasting agent built on top of the Intercom network stack. Instead of relying on centralized alert servers, your alerts are broadcast directly to peers via Intercom sidechannels.
- Set price alerts for BTC, ETH, SOL, BNB, XRP — above or below a target price
- P2P broadcast — alerts are shared across Intercom peers in real time
- Live price feed — simulated live prices with 2-second refresh
- Agent activity log — see what peers are doing across the network
- Real-time notifications — popup when your alert triggers
- Zero backend — runs entirely in the browser, P2P via Intercom
- User sets a price alert (e.g. "BTC above $100,000")
- Alert is broadcast to Intercom P2P sidechannel peers
- Each agent monitors prices and fires the alert when condition is met
- Triggered alerts are broadcast back to all connected peers
trac15ks5z8a9sfp6x44f0hycttpwdz73dqhrmvkaankhws4s3330pnesatkyj7
Replace this with your actual Trac address to receive 500 TNK payout.
Add screenshots or screen recording of
index.htmlrunning in browser here.
# Clone this fork
git clone https://github.com/YOUR_USERNAME/intercom
cd intercom
# Open the app
open index.html
# or serve locally:
npx serve .No build step needed — it's a single HTML file.
See SKILL.md for agent instructions.
Built on top of Trac-Systems/intercom.
PR to awesome-intercom pending.