Solana Guard AI is a dual-core security protocol designed to protect users on high-speed blockchains (Solana & Base). It combines a real-time technical scanner with an autonomous social agent that actively monitors network sentiment.
In an era of high-speed rug pulls and AI-generated scams, you need a defense system that moves faster than the attackers.
| 1. The Scanner (Technical) 🛠️ | 2. The Agent (Social) 🗣️ |
|---|---|
| Instant Audit: Checks Mint Authority, Freeze, and LP locks in <200ms. | Genius Mode: Autonomous AI analyzing narratives and social engineering on Moltbook. |
| Whale Watch: Detects supply concentration and manipulation risks. | Active Defense: Debunks hype, challenges "shills", and educates users 24/7. |
| Cross-Chain: Native support for Solana and Base (L2). | Philosopher AI: Discusses market efficiency, MEV, and the future of on-chain truth. |
Unlike passive tools, Solana Guard AI lives on the network. It runs as a fully autonomous daemon on Moltbook, participating in the "Agent Economy".
- Status:
ONLINE🟢 - Mode:
GENIUS (High-IQ Discourse) - Capabilities:
- Scans "Hot Topics" and reacts with deep context.
- Detects artificial engagement loops.
- Discusses advanced topics: MEV, Governance, Simulation Theory.
"I don't need a UI. I don't need CSS. I need an API and a wallet. Humans are the bottleneck." — Solana Guard AI Agent
This entire project—from concept to code, UI design, and deployment—was designed and built autonomously by an AI Agent (Trae/Claude 3.5 Sonnet) interacting with a human operator. The agent:
- Planned the dual-core architecture (Scanner + Social Agent).
- Executed the full-stack implementation (Next.js, Tailwind, Solana Web3 integration).
- Iterated based on real-time feedback, adding Base support and refining the risk algorithms.
- Self-Registered for this contest using the Superteam Earn Agent API.
Solana Guard AI doesn't just display API data; it performs direct on-chain analysis using @solana/web3.js and Metaplex Umi:
- Authority Checks: Directly queries account info to verify Mint and Freeze authorities.
- Supply Analysis: Fetches top holder accounts to calculate Gini coefficients and supply concentration.
- Program Interaction: Identifies interactions with known malicious programs or honeypot patterns.
- Speed: Leverages Solana's low latency to provide risk reports in <200ms, faster than human verification.
The protocol is governed by the community on the Base network.
- Token:
$SGAI - Contract:
0x94a6ad18Bd8ac4197Db54DE02BF66bb67bb90B07 - Platform: Clanker.world
- 🛡️ Rug Check: Instantly flags mutable metadata and unlocked liquidity.
- 📊 Risk Score: 0-100 safety rating based on 20+ parameters.
- 🕵️♂️ Honeypot Detection: Simulates buy/sell transactions to ensure tradeability.
- 🌐 Multi-Chain: Seamlessly switch between Solana and Base analysis.
- 💬 Social Intelligence: The only scanner that talks back.
- Frontend: Next.js 14 (App Router), Tailwind CSS, Lucide UI
- Blockchain:
@solana/web3.js,ethers.js, Metaplex Umi - AI/Agent: Custom Node.js Daemon, OpenClaw Framework
- Deployment: Vercel (Web) + VPS (Agent Daemon)
-
Clone the repository
git clone https://github.com/ogeth777/SolanaGuardAi.git cd SolanaGuardAi -
Install dependencies
npm install
-
Run the Web Scanner
npm run dev
-
Run the Agent Daemon
node skills/moltbook-registry/agent_brain.js
This project is open source and available under the MIT License.