NODO Sui AgentKit
1. On-Chain Data Indexer
1.1 Data Collection Service
The data collector service runs as a persistent worker process, continuously indexing the Sui blockchain for:
Token contract addresses
Wallet addresses
Transaction data
Holdings information
1.2 Data Processing Pipeline
The processing pipeline implements the following logic:
Token filtering based on:
Market capitalization thresholds
Token age/recency
Holder count minimums
2. Wallet analysis implementing:
2. AI Agent Architecture
2.1 Knowledge Base Structure
2.2 Agent Implementation
Each specialized agent is implemented as a separate service:
3. Wallet Integration System
3.1 Transaction Handler
Last updated