From fffa7577197e42d96fc0ed906a0489b18adec42d Mon Sep 17 00:00:00 2001 From: YASH AGARWAL <31108260+yashhsm@users.noreply.github.com> Date: Sat, 21 Dec 2024 01:02:30 +0530 Subject: [PATCH 1/2] Update README (copy changes).md --- README.md | 57 +++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 36 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 240cf25..732062a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,41 @@ # Solana Agent Kit -A powerful toolkit for connecting AI agents to Solana protocols, enabling autonomous blockchain interactions through LangChain integration. Built for developers and AI researchers looking to empower their agents with on-chain capabilities. +![Solana Agent Kit Cover 1 (3)](https://github.com/user-attachments/assets/cfa380f6-79d9-474d-9852-3e1976c6de70) + +An open-source toolkit for connecting AI agents to Solana protocols. Now, any agent, using any model –– can autonomously perform 15+ Solana Actions — like trade, launch tokens, lend, zk airdrop, blinks, launch tokens on AMM, and more. + +Anyone –– whether an SF-based AI researcher or a crypto-native builder –– can bring their AI agents, trained with any AI model –– and seamlessly integrate Solana. + +## 🔧 Core Blockchain Features + +- **Token Operations** + - Deploy SPL tokens by Metaplex + - Transfer assets + - Balance checks + - Stake SOL + - Zk compressed Airdrop by Light Protocol and Helius + +- **NFT Management via Metaplex** + - Collection deployment + - NFT minting + - Metadata management + - Royalty configuration + +- **DeFi Integration** + - Jupiter Exchange swaps + - Launch on Pump via PumpPortal + - Raydium pool creation (CPMM, CLMM, AMMv4) + - Orca whirlpool integration + - Meteora Dynamic AMM, DLMM Pool, and Alpga Vault + - Openbook market creation + - Register and Resolve SNS + - Jito Bundles + +- **Solana Blinks** + - Lending by Lulo + - Send Arcade Games + - JupSOL staking + ## 🤖 AI Integration Features @@ -22,26 +57,6 @@ A powerful toolkit for connecting AI agents to Solana protocols, enabling autono - Price feed integration for market analysis - Automated decision-making capabilities -## 🔧 Core Blockchain Features - -- **Token Operations** - - Deploy SPL tokens - - Transfer assets - - Balance checks - - Stake SOL - -- **NFT Management** - - Collection deployment - - NFT minting - - Metadata management - - Royalty configuration - -- **DeFi Integration** - - Jupiter Exchange swaps - - Raydium pool creation (CPMM, CLMM, AMMv4) - - Orca whirlpool integration - - Openbook market creation - ## 📦 Installation ```bash From 16a363ac1479a2d819d773316ae7672f17e2e0f7 Mon Sep 17 00:00:00 2001 From: aryan Date: Sat, 21 Dec 2024 01:26:40 +0530 Subject: [PATCH 2/2] formatting --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 732062a..98708ec 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,22 @@ +
+ # Solana Agent Kit +
+ ![Solana Agent Kit Cover 1 (3)](https://github.com/user-attachments/assets/cfa380f6-79d9-474d-9852-3e1976c6de70) -An open-source toolkit for connecting AI agents to Solana protocols. Now, any agent, using any model –– can autonomously perform 15+ Solana Actions — like trade, launch tokens, lend, zk airdrop, blinks, launch tokens on AMM, and more. +An open-source toolkit for connecting AI agents to Solana protocols. Now, any agent, using any model can autonomously perform 15+ Solana actions: -Anyone –– whether an SF-based AI researcher or a crypto-native builder –– can bring their AI agents, trained with any AI model –– and seamlessly integrate Solana. +- Trade tokens +- Launch new tokens +- Lend assets +- Send compressed airdrops +- Execute blinks +- Launch tokens on AMMs +- And more... + +Anyone - whether an SF-based AI researcher or a crypto-native builder - can bring their AI agents trained with any model and seamlessly integrate with Solana. ## 🔧 Core Blockchain Features