mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-15 07:36:46 +00:00
Merge pull request #30 from yashhsm/patch-1
Update README (copy changes).md
This commit is contained in:
69
README.md
69
README.md
@@ -1,6 +1,53 @@
|
||||
<div align="center">
|
||||
|
||||
# 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.
|
||||
</div>
|
||||
|
||||

|
||||
|
||||
An open-source toolkit for connecting AI agents to Solana protocols. Now, any agent, using any model can autonomously perform 15+ Solana actions:
|
||||
|
||||
- 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
|
||||
|
||||
- **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 +69,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
|
||||
|
||||
Reference in New Issue
Block a user