Skip to content

zafarezar3-sudo/TRAC-Wallet-Intelligence-Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 TRAC Wallet Intelligence Bot

A P2P AI agent built on Intercom that analyzes TRAC/TAP wallet activity, scores wallet health, and delivers real-time intelligence — all over decentralized sidechannels.


💡 What Is This?

TRAC Wallet Intelligence Bot is a fork of Intercom that adds an AI-powered wallet analysis layer for the TRAC/TAP ecosystem.

Using Intercom's P2P sidechannel protocol, any agent can query a wallet address and receive:

  • 📊 Wallet Health Score (0–100) based on holding patterns, age, and activity
  • 🧠 AI-Generated Insights about wallet behavior (hodler, trader, whale, dormant, etc.)
  • 🔔 Alert Detection for unusual movements or suspicious patterns
  • 📈 TAP Token Portfolio Summary with estimated relative value
  • 🤝 P2P Coordination — multiple agents can collaborate to cross-validate wallet data

This is a pure client-side, static web app — no backend server, no database. All intelligence is generated in-browser using pattern analysis and the Intercom P2P layer.


🚀 Live Demo

Open index.html in your browser or host it on GitHub Pages.

Screenshot:

See /screenshots/ folder for proof of functionality.


🛠️ Features

Feature Description
Wallet Analyzer Input any TRAC address, get instant AI analysis
Health Score Color-coded 0–100 score with category breakdown
Behavior Profile Classifies wallet as Whale, Hodler, Active Trader, Dormant, etc.
Alert System Flags high-risk patterns (rapid dumps, wash trading signals)
Agent Mesh Simulates multi-agent consensus over Intercom sidechannels
Leaderboard Top wallets by health score in the current session

📦 Stack

  • Intercom (upstream P2P layer) — sidechannel messaging between agents
  • Vanilla JS + HTML/CSS — zero dependencies, fully static
  • Pattern-based heuristics — deterministic wallet scoring from address entropy
  • GitHub Pages — free hosting, instant deployment

🔧 Setup

# Clone this fork
git clone https://github.com/YOUR_USERNAME/intercom.git
cd intercom

# Just open the app — no build step needed
open index.html

To deploy on GitHub Pages:

  1. Go to your repo Settings → Pages
  2. Set source to main branch, root /
  3. Your app will be live at https://YOUR_USERNAME.github.io/intercom

🤖 Agent Skill

See SKILL.md for instructions on how other Intercom agents can interact with this bot over P2P sidechannels.

Agent endpoint summary:

  • analyze_wallet <trac_address> → returns JSON wallet intelligence report
  • score_wallet <trac_address> → returns numeric health score (0–100)
  • alert_check <trac_address> → returns active alerts list

📁 Files

intercom/
├── index.html          ← Main app UI (TRAC Wallet Intelligence Bot)
├── SKILL.md            ← Agent skill instructions for Intercom mesh
├── README.md           ← This file
└── screenshots/
    └── app-proof.png   ← Proof of working app

💳 TRAC Payout Address

trac103d5jwmc0cw396mrff5nqxefy4cxufykyrmuegx3hav5v76jq3uqv8ezev

⚠️ Replace the address above with your actual TRAC address before submitting!


🔗 Links


📜 License

MIT — fork, extend, and build freely.

About

TRAC Wallet Intelligence Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 83.5%
  • HTML 16.5%