SVLL (Sovereign Voice Low Latency) is a decentralized, AI-powered crypto trading assistant designed to operate autonomously on EVM-compatible blockchains. It leverages Large Language Models (LLMs) to analyze market sentiment, execute trades via smart contracts, and manage portfolios with self-custody principles.
- Sentiment Analysis: Real-time processing of Twitter/X, Discord, and News data using local LLMs.
- Pattern Recognition: Technical analysis (RSI, MACD, Bollinger Bands) automated execution.
- Sniper Mode: Mempool monitoring for new token launches (0-block execution).
- Self-Custody: Non-custodial architecture. You hold your keys locally.
- TEE Execution: Critical agent logic runs inside Trusted Execution Environments (TEEs) for tamper-proof operation.
- On-Chain Verification: All agent actions are verifiable on-chain via zk-SNARK proofs.
- AI Core: Llama-3-70B (Quantized) / Mixtral 8x7B
- Framework: LangChain + Custom Agentic Logic
- Blockchain: Solidity (Smart Contracts) + Web3.js / Ethers.js
- Indexing: The Graph Protocol
- Infrastructure: Docker, Kubernetes, AWS Nitro Enclaves
graph TD
User[User Dashboard] -->|Intents| AI_Core[AI Agent Core]
AI_Core -->|Market Data| Data_Feeds[Oracles / The Graph]
AI_Core -->|Sentiment| Social_API[Twitter/Discord API]
AI_Core -->|Execution| Smart_Contracts[SVLL Smart Contracts]
Smart_Contracts -->|Swap| Uniswap[Uniswap V3]
Smart_Contracts -->|Lending| Aave[Aave Protocol]
Contains the Python/Torch logic for the autonomous agent, including LoRA adapters for financial sentiment fine-tuning.
Solidity smart contracts for the SVLL Vault and Executor, optimized for gas efficiency (Yul assembly used in critical paths).
Next.js + TailwindCSS dashboard for portfolio visualization and agent configuration.
- Clone the repository
git clone https://github.com/MSSATANASS/SVLL-CRYPTO-ASISST-AI.git
cd SVLL-CRYPTO-ASISST-AI- Install dependencies
npm install
# or
pnpm install- Configure Environment
Create a
.envfile with your RPC endpoints and API keys:
ETH_RPC_URL=https://eth-mainnet.g.alchemy.com/v2/...
OPENAI_API_KEY=sk-...- Run Local Node
npm run node:local- Phase 1: Core Agent Logic & Sentiment Analysis
- Phase 2: Smart Contract Audits & Testnet Deployment
- Phase 3: Mainnet Launch (Q3 2026)
- Phase 4: DAO Governance Implementation
We welcome contributions from the community. Please check CONTRIBUTING.md for guidelines on how to submit PRs.
This project is licensed under the MIT License - see the LICENSE file for details.
Built with ❤️ for the Decentralized Future.