├── LICENSE ├── README.md └── figures └── benchmark.jpg /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 DeepSeek 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # PVPAI LLM 🔥 2 | **First Finetuned DeFAI Large Language Model Powered by DeepSeek** 3 | *Where AI Meets On-Chain Intelligence* 4 | 5 | [![PVPAI Logo](https://drive.google.com/uc?export=view&id=1MEESheooMt176Od1qi9gJ39dbZTLFx1A)](https://pvpai.xyz) 6 | [![Beta Demo](https://img.shields.io/badge/LIVE-Beta_Demo-8A2BE2)](https://drive.google.com/file/d/19P1DB968LHRpoLDCnzQmYrqy6y1oHowq/view) 7 | [![Telegram Bot](https://img.shields.io/badge/🤖_PVPAI_Bot-Try_Now-0088CC)](https://t.me/PvpAiBot) 8 | [![X Community](https://img.shields.io/badge/🐦_Follow_X-Get_Alpha-000000)](https://x.com/pvpai_agent) 9 | [![Community Chat](https://img.shields.io/badge/💬_TG_Community-Join_Alpha-26A5E4)](https://t.me/pvpaialpha) 10 | [![Website](https://img.shields.io/badge/🌐_Website-Build_With_AI-FFD700)](https://pvpai.xyz) 11 | 12 | --- 13 | 14 | ## 🚀 Why PVPAI LLM? 15 | **DeFAI’s Missing Piece** 16 | Every DeFAI (DeFi + AI) agent needs an LLM, but generic models fail to capture on-chain nuances. 17 | **PVPAI LLM is the first finetuned Large Language Model optimized for DeFAI** — trained on massive on-chain data to become the *default brain* for: 18 | - Agent frameworks 🛠️ 19 | - Meme analytics engine 📊 20 | - Alpha-generating protocols 🤖 21 | 22 | **Adoption is inevitable.** 23 | 24 | --- 25 | 26 | ## 🔥 Core Innovation 27 | ### 1. **DeFAI-Optimized Architecture** 28 | - **Base Model**: Enhanced from DeepSeek's state-of-the-art LLM 29 | - **Finetuning Data**: 200M+ on-chain interactions (DEX trades, NFT mints, memecoins) 30 | - **Task Focus**: Token analytics, agent reasoning, risk modeling 31 | 32 | ### 2. **Real-World Utility: PVPAI Score & Beyond** 33 | **[Try Beta](https://t.me/PvpAiBot) | [Demo Video](https://drive.google.com/file/d/19P1DB968LHRpoLDCnzQmYrqy6y1oHowq/view)** 34 | 35 | ### 🔥 **Current Use Case** 36 | Input any token CA → AI generates: 37 | - **6-Dimensional Analysis**: Liquidity, holder behavior, meme virality, and more 38 | - **200+ Metrics Scanned**: From rug risk to community sentiment 39 | - **Actionable Reports**: For degens, builders, and protocols 40 | 41 | ### 🚀 **Future Roadmap** 42 | **PVPAI LLM will power:** 43 | - 🤖 **AI-Driven DEX Aggregator**: 44 | *"Uniswap meets ChatGPT"* — Swap tokens via natural language commands. 45 | - 🛠️ **DeFi Agent Marketplace**: 46 | Deploy AI agents for yield farming, airdrop hunting, or meme狙击. 47 | - 🧪 **Onchain Prediction Engine**: 48 | Simulate token trajectories based on whale activity + social sentiment. 49 | 50 | ### 🌐 **Open-Source LLM Chain** 51 | PVPAI LLM isn’t just a model — **it’s a decentralized protocol**. 52 | - **For Developers**: 53 | Fork, retrain, or plug into your DeFAI dApps. 54 | - **For Researchers**: 55 | Contribute to the onchain data corpus and earn $PVPAI incentives. 56 | - **For Protocols**: 57 | Become a node in the LLM Chain (AI consensus meets Proof-of-Training). 58 | 59 | --- 60 | 61 | ## 🛠️ How It Works 62 | **PVPAI LLM in Action — No Code, Just Alpha** 63 | 64 | ### For Users (Beta Live Now): 65 | 1. **Go to [PVPAI Score Bot](https://t.me/PvpAiBot)** 66 | 2. **Input any CA** (e.g., `SOLANA_MEME_CA` or `ETHEREUM_TOKEN_CA`) 67 | 3. **Get AI Insights**: 68 | - 📊 **PVPAI Score**: 0-100 rating based on 200+ metrics 69 | - 📄 **AI Report**: Liquidity health, holder distribution, meme virality & more 70 | - 🚨 **Risk Alerts**: Rug checks, whale activity monitoring 71 | 72 | 👉 **Try Demo**: [SOLANA Meme Example](https://drive.google.com/file/d/19P1DB968LHRpoLDCnzQmYrqy6y1oHowq/view) 73 | 74 | --- 75 | 76 | ### For Developers (Coming Soon): 77 | **PVPAI LLM as a Protocol** 78 | *Embed DeFAI intelligence into your agent frameworks, trading tools, or launchpads.* 79 | 80 | ```python 81 | # Future API Example (Q4 2024) 82 | from pvpai import query_de_fai 83 | 84 | # Ask PVPAI LLM about any onchain activity 85 | response = query_de_fai( 86 | question="Top 3 memecoins with low rug risk on Solana?", 87 | chain="solana" 88 | ) 89 | print(response) # AI-powered, data-backed answers 90 | -------------------------------------------------------------------------------- /figures/benchmark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pvpaiagent/pvpai-llm/3f052f5e029065ace723f5fe40c3c9d13e8b38ce/figures/benchmark.jpg --------------------------------------------------------------------------------