AssetCLI
FreeNot checkedEnables natural language interaction for token launches, liquidity management, and treasury operations on Solana via the Model Context Protocol.
About
Enables natural language interaction for token launches, liquidity management, and treasury operations on Solana via the Model Context Protocol.
README
daoCLI
Programmatic & Embedded DAOs for AI Agents and Modern Web3 Applications
daoCLI is a toolkit built for AI agents to create and manage programmatic & embedded DAOs on Solana. Traditional DAOs require human interfaces, separate websites, and manual governance - making them unsuitable for AI-driven operations. daoCLI solves this by providing a CLI-first, programmatic approach that enables AI agents to create, manage, and interact with DAOs directly through code.
We are like Stripe...we are developer first. Because AI Agents are developer first.
🌟 Why daoCLI?
| For Developers | For Users | For Investors |
|---|---|---|
| CLI-first approach | Stay in your product ecosystem | Direct exposure to DAO performance |
| Full automation support | Seamless token interactions | Liquid secondary market |
| Git & CI/CD integration | No platform switching | Real-time price discovery |
| Programmatic control | Integrated trading interface | Transparent mechanics |
🤖 Why AI Agents Need daoCLI
| Traditional DAOs | daoCLI for AI |
|---|---|
| Requires human interfaces | Pure programmatic interaction |
| Manual governance through websites | Automated governance through code |
| Separate platforms & websites | Embedded directly in applications |
| High operational overhead | Minimal computational overhead |
| Human-centric UX | API-first design |
OpenAI & Sam Altman thinks exactly like us
Don't believe me ? This is what OpenAI focuses on.
- https://openai.com/index/practices-for-governing-agentic-ai-systems/
- https://openai.com/index/governance-of-superintelligence/
🎯 Core Features for AI Agents
Programmatic Control
- API-First Design: Every feature accessible through code
- Event-Driven Architecture: React to on-chain events automatically
- Automated Decision Making: Implement algorithmic governance
- Batch Operations: Handle multiple DAOs efficiently
AI Integration Features
- Standardized Interfaces: Consistent API patterns for easy integration
- Deterministic Outcomes: Predictable results for AI decision making
- State Management: Track DAO state programmatically
- Event Subscriptions: Real-time updates for AI agents
Treasury Management
- Automated Trading: Algorithmic market making
- Smart Rebalancing: AI-driven portfolio management
- Risk Parameters: Programmable constraints
- Performance Monitoring: Real-time metrics
🚀 Quick Start for AI Integration
Basic Setup
# Install daoCLI
npm install -g daocli
# Initialize DAO programmatically
daocli init --agent-key YOUR_AI_AGENT_KEY
# Create DAO with AI management
daocli create-dao \
--target 1000 \
--ai-manager YOUR_AI_MANAGER \
--strategy-path ./ai_strategy.json
# Setup automated trading
daocli setup-trading \
--strategy algorithmic \
--risk-params ./risk_config.json
Detailed CLI Usage
First, ensure you have a proper configuration in
dao-config.jsonnetInitialize the DAO:
./dao-cli.js init -t 1000 -m 0.1 -d 30
-t: Fundraising target in SOL-m: Minimum price in SOL-d: Duration in days
- Create the liquidity pool:
./dao-cli.js create-pool -s 100 -t 1000000
-s: Initial SOL amount-t: Initial token amount
- Stake LP tokens:
./dao-cli.js stake -a 1000
-a: Amount of LP tokens to stake
Each command can be automated and integrated into AI workflows through the programmatic API.
Complete CLI Reference
# Basic DAO Operations
daocli create-dao --target 1000 --name "MyDAO"
daocli setup-pool --sol 10 --tokens 1000000
daocli deploy --network mainnet
daocli set-permissions --address YOUR_ADDRESS
# AI Agent Operations
daocli set-agent --key YOUR_AI_KEY --permissions "TRADE,GOVERN"
daocli configure-agent --strategy ./strategy.json
daocli monitor-agent --metrics "performance,risk"
# Advanced Operations
daocli update-params --config ./new_params.json
daocli view-analytics --format json
daocli export-state --output ./state.json
# Management Commands
daocli list-daos --filter "active"
daocli show-permissions --dao DAO_ADDRESS
daocli backup-config --path ./backup
Each command supports both human and programmatic interaction, with AI agents typically using the programmatic API for automation.
💡 Technical Architecture
Core Components
AI Interface Layer
- Event subscriptions
- State management
- Decision execution
- Performance monitoring
Smart Contracts
- Programmatic governance
- Automated treasury
- Trading mechanics
- Risk management
API Layer
- RESTful endpoints
- WebSocket feeds
- State queries
- Batch operations
📊 AI Trading Integration
Automated Markets
- AI-driven liquidity provision
- Dynamic fee adjustment
- Risk-based position sizing
- Multi-pool optimization
Performance Metrics
- Real-time price analysis
- Volume predictions
- Risk assessments
- Portfolio analytics
🛠 Implementation Example
AI Agent Integration
import { DaoManager } from '@daocli/ai'
async function setupAIManager() {
const manager = new DaoManager({
strategy: './ai_strategy.json',
riskParams: './risk_config.json',
autoRebalance: true
})
// Subscribe to events
manager.on('priceChange', async (data) => {
await manager.adjustStrategy(data)
})
// Execute trades
await manager.executeTradingStrategy()
}
Automated Governance
import { Governance } from '@daocli/governance'
async function setupGovernance() {
const governance = new Governance({
aiAgent: YOUR_AI_AGENT,
quorum: 100_000,
executionDelay: 0 // Instant for AI
})
// Create and execute proposals
await governance.createProposal({
action: 'adjustFees',
params: { newFee: 0.3 }
})
}
🔒 Security
AI-Specific Security
- Rate limiting
- Risk boundaries
- Emergency shutdown
- State validation
Smart Contract Security
- Formal verification
- Automated testing
- Security bounties
- Regular audits
📈 For Investors
Investment Benefits
- Direct exposure to DAO performance
- Liquid secondary market
- Real-time price discovery
- Transparent mechanics
- No lockup periods
Trading Features
- Price charts and market depth
- Portfolio tracking
- Order history
- Performance analytics
🔒 Security
Smart Contract Security
- Audited by leading firms
- Open-source contracts
- Bug bounty program
- Regular security updates
Best Practices
- Multi-sig treasury
- Time-locked operations
- Slippage protection
- Emergency shutdown mechanisms
📋 Roadmap
Phase 1 (Current)
- Core DAO functionality
- AMM implementation
- Basic trading interface
- CLI tools
Phase 2 (Q2 2024)
- Advanced governance features
- Multi-chain support
- Enhanced analytics
- Mobile SDK
Phase 3 (Q3 2024)
- AI integration
- Advanced trading features
- Cross-chain operations
- DAO templates
daoCLI (DCLI) Token Economics
Platform Token for the daoCLI Ecosystem
Overview
DCLI is the native utility and governance token for the daoCLI platform, designed to align incentives between developers, AI agents, and DAO creators while ensuring sustainable platform growth.
Token Details
- Name: daoCLI CLI Token
- Symbol: DCLI
- Blockchain: Solana
- Token Standard: SPL
- Total Supply: 1,000,000,000 (1 billion) DCLI
- Decimal Places: 9
Token Distribution
Initial Token Allocation
Total Supply: 1,000,000,000 DCLI
| Category | Allocation | Tokens | Vesting |
|---|---|---|---|
| Platform Development | 20% | 200M | 4-year linear vesting, 1-year cliff |
| Ecosystem Growth | 25% | 250M | 5-year linear release |
| Community Treasury | 20% | 200M | Community-controlled |
| Initial Liquidity | 5% | 50M | Locked in AMM pools |
| Team & Advisors | 15% | 150M | 3-year linear vesting, 1-year cliff |
| Early Investors | 10% | 100M | 2-year linear vesting, 6-month cliff |
| Public Sale | 5% | 50M | Immediate circulation |
Vesting Schedule Details
Platform Development (20%)
- 1-year cliff
- 4-year linear vesting
- Quarterly unlocks after cliff
- Used for core platform development, security audits, and infrastructure
Ecosystem Growth (25%)
- 5-year linear release
- Monthly unlocks
- Allocation breakdown:
- Developer Incentives: 40%
- AI Agent Integration Grants: 30%
- Hackathons & Bounties: 20%
- Educational Content: 10%
Community Treasury (20%)
- Controlled by DAO governance
- Initial unlock: 10%
- Remaining 90% unlocked over 3 years
- Used for:
- Protocol improvements
- Community initiatives
- Grants
- Bug bounties
Initial Liquidity (5%)
- Permanently locked in AMM pools
- Distribution:
- Orca: 40%
- Raydium: 40%
- Jupiter: 20%
Team & Advisors (15%)
- 1-year cliff
- 3-year linear vesting
- Monthly unlocks after cliff
- Smart contract enforced vesting
Early Investors (10%)
- 6-month cliff
- 2-year linear vesting
- Monthly unlocks after cliff
Public Sale (5%)
- Immediate circulation
- Fair launch auction mechanism
- Price discovery through Orca Whirlpools
Token Utility
1. Platform Access
- DCLI staking required for:
- Premium features access
- Advanced analytics
- Priority support
- Custom deployment options
2. Fee Structure
| Action | Fee (DCLI) | Distribution |
|---|---|---|
| DAO Creation | 1,000 DCLI | 70% burned, 30% treasury |
| Template Usage | 100 DCLI | 50% template creator, 50% treasury |
| Premium Features | 500 DCLI/month | 80% burned, 20% treasury |
| Custom Domain | 200 DCLI/month | 100% burned |
3. Staking Tiers
| Tier | DCLI Required | Benefits |
|---|---|---|
| Basic | 1,000 | Access to basic templates |
| Pro | 5,000 | Custom branding, priority support |
| Enterprise | 25,000 | White-label solution, dedicated support |
| Network | 100,000 | Revenue sharing, governance weight 2x |
4. Governance
- Voting weight: 1 DCLI = 1 vote
- Proposal creation: 10,000 DCLI minimum stake
- Voting period: 5 days
- Quorum requirement: 10% of circulating supply
- Time-lock for major upgrades: 48 hours
Deflationary Mechanisms
1. Fee Burning
- 70% of all platform fees burned
- Estimated quarterly burn rate: 0.5-1% of circulating supply
- Dynamic burning based on platform usage
2. Buy-Back Program
- 10% of platform revenue allocated to buy-back
- Automated execution through smart contracts
- Purchased tokens split:
- 80% burned
- 20% to community treasury
3. Staking Rewards
- Base APY: 5%
- Bonus APY for long-term staking:
- 6 months: +2%
- 1 year: +5%
- 2 years: +8%
- Maximum combined APY: 15%
Treasury Management
Revenue Streams
- Platform fees (30%)
- Template marketplace fees (5%)
- Premium subscriptions (40%)
- Enterprise licenses (25%)
Treasury Allocation
- Development: 40%
- Marketing & Growth: 20%
- Security: 15%
- Community Rewards: 15%
- Reserve: 10%
Economic Sustainability
Supply Control
- All platform fees paid in DCLI
- Regular token burns from fee collection
- Long-term staking incentives
- Governance-controlled inflation rate (max 2% annually)
Demand Drivers
- Required for platform usage
- Staking rewards
- Governance rights
- Revenue sharing for high-tier stakers
- Access to premium features
Risk Mitigation
Concentration Limits
- Maximum wallet holding: 5% of total supply
- Maximum voting power: 4% per address
- Minimum 14-day unstaking period
Security Measures
- Multi-sig treasury management
- Time-locked governance actions
- Regular security audits
- Bug bounty program
Ecosystem Development
Developer Incentives
- Grant program: 50M DCLI allocated
- Hackathon prizes: 25M DCLI allocated
- Integration bounties: 25M DCLI allocated
Partnership Allocations
- Strategic partners: 50M DCLI reserved
- Integration partners: 25M DCLI reserved
- Marketing initiatives: 25M DCLI reserved
Future Considerations
Governance Evolution
- Transition to full DAO governance over 2 years
- Introduction of delegated voting
- Specialized governance committees
- Cross-chain governance capabilities
Technical Upgrades
- Cross-chain bridge support
- Layer 2 scaling solutions
- Advanced staking mechanisms
- Automated market makers optimization
Success Metrics
Key Performance Indicators
- Monthly Active DAOs
- Total Value Locked (TVL)
- Daily Active Users
- Token Velocity
- Governance Participation Rate
Growth Targets
Year 1:
- 1,000 DAOs created
- $100M TVL
- 50,000 active users
Year 3:
- 10,000 DAOs created
- $1B TVL
- 500,000 active users
Note: This tokenomics model is designed to be sustainable and value-accruing while prioritizing long-term platform growth and community involvement. All parameters are subject to adjustment through governance proposals.
Built with ❤️ by the daoCLI team
Install AssetCLI in Claude Desktop, Claude Code & Cursor
unyly install assetcliInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add assetcli -- npx -y github:assetCLI/assetCLI-initFAQ
Is AssetCLI MCP free?
Yes, AssetCLI MCP is free — one-click install via Unyly at no cost.
Does AssetCLI need an API key?
No, AssetCLI runs without API keys or environment variables.
Is AssetCLI hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install AssetCLI in Claude Desktop, Claude Code or Cursor?
Open AssetCLI on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare AssetCLI with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
