daoCLI is a toolkit built for AI agents to create and manage programmatic & embedded DAOs across multiple blockchains. Currently supporting Solana and StarkNet, daoCLI provides a unified interface for cross-chain DAO operations. 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.
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/
For Developers | For Users | For Investors |
---|---|---|
Multi-chain support from day one | Chain-agnostic interface | Cross-chain exposure |
CLI-first approach | Stay in your product ecosystem | Multi-chain liquidity |
Full automation support | Seamless token interactions | Real-time price discovery |
Git & CI/CD integration | Integrated trading interface | Transparent mechanics |
Chain-specific optimizations | No platform switching | Cross-chain arbitrage |
Traditional DAOs | daoCLI for AI |
---|---|
Single-chain limitation | Multi-chain orchestration |
Requires human interfaces | Pure programmatic interaction |
Manual governance through websites | Automated cross-chain governance |
Separate platforms & websites | Embedded directly in applications |
High operational overhead | Minimal computational overhead |
Chain-specific implementations | Unified API across chains |
- Unified API: Consistent interface across chains
- Chain Abstraction: Chain-agnostic operations
- Cross-chain Management: Manage DAOs across Solana and StarkNet
- Chain-specific Optimizations: Leverage each chain's strengths
- API-First Design: Every feature accessible through code
- Event-Driven Architecture: React to cross-chain events
- Automated Decision Making: Chain-agnostic governance
- Batch Operations: Handle multiple DAOs efficiently
- Cross-chain Analytics: Unified view across chains
- Chain Selection Logic: AI-driven chain selection
- Multi-chain State Management: Track DAO state across chains
- Cross-chain Event Subscriptions: Real-time updates
npm install -g daocli
# Initialize DAO on Solana
daocli init --chain solana \
--target 1000 \
--min-price 0.1 \
--duration 30
# Initialize DAO on StarkNet
daocli init --chain starknet \
--target 1000 \
--min-price 0.1 \
--duration 30
# Create pool on specific chain
daocli create-pool --chain solana \
--native 100 \
--tokens 1000000
# Stake LP tokens
daocli stake --chain starknet \
--amount 1000
Create chain-specific config files:
dao-config-solana.jsonnet
for Solanadao-config-starknet.jsonnet
for StarkNet
Example configuration:
{
// Common configuration
"name": "MyDAO",
"version": "1.0.0",
// Chain-specific configuration
"chain": {
// Solana specific
"solana": {
"rpcUrl": "https://api.mainnet-beta.solana.com",
"programId": "dao11111111111111111111111111111111111111"
},
// StarkNet specific
"starknet": {
"providerUrl": "https://alpha-mainnet.starknet.io",
"daoAddress": "0x123..."
}
}
}
# Global Options
--chain <chain> # Specify chain (solana/starknet)
# Basic DAO Operations
daocli create-dao --chain <chain> --target 1000 --name "MyDAO"
daocli setup-pool --chain <chain> --native 10 --tokens 1000000
daocli deploy --chain <chain> --network mainnet
daocli set-permissions --chain <chain> --address YOUR_ADDRESS
# AI Agent Operations
daocli set-agent --chain <chain> --key YOUR_AI_KEY --permissions "TRADE,GOVERN"
daocli configure-agent --chain <chain> --strategy ./strategy.json
daocli monitor-agent --chain <chain> --metrics "performance,risk"
# Cross-chain Operations
daocli bridge-liquidity --from solana --to starknet --amount 1000
daocli sync-state --chains "solana,starknet"
daocli monitor-all-chains --metrics "tvl,volume"
# Chain-specific Commands
## Solana
daocli solana:create-token --supply 1000000
daocli solana:setup-amm --dex orca --fee-tier 0.3
## StarkNet
daocli starknet:deploy-dao --class-hash 0x123
daocli starknet:setup-jediswap --pool-fee 0.3
Feature | Solana | StarkNet |
---|---|---|
DAO Creation | ✅ | ✅ |
AMM Integration | Orca, Raydium | JediSwap |
Staking | Native | Native |
Governance | SPL-Gov | Cairo Native |
Performance | High TPS | Layer 2 Scaling |
-
Cross-chain Messaging
- Wormhole integration
- State synchronization
- Asset bridges
-
Chain-specific Features
- Solana Program Deployment
- StarkNet Contract Declaration
- Chain-optimal execution
-
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-driven liquidity provision
- Dynamic fee adjustment
- Risk-based position sizing
- Multi-pool optimization
- Real-time price analysis
- Volume predictions
- Risk assessments
- Portfolio analytics
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()
}
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 }
})
}
- Rate limiting
- Risk boundaries
- Emergency shutdown
- State validation
- Formal verification
- Automated testing
- Security bounties
- Regular audits
- Direct exposure to DAO performance
- Liquid secondary market
- Real-time price discovery
- Transparent mechanics
- No lockup periods
- Price charts and market depth
- Portfolio tracking
- Order history
- Performance analytics
- Audited by leading firms
- Open-source contracts
- Bug bounty program
- Regular security updates
- Multi-sig treasury
- Time-locked operations
- Slippage protection
- Emergency shutdown mechanisms
- Core DAO functionality
- AMM implementation
- Basic trading interface
- CLI tools
- Advanced governance features
- Multi-chain support
- Enhanced analytics
- Mobile SDK
- AI integration
- Advanced trading features
- Cross-chain operations
- DAO templates
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.
- Name: daoCLI CLI Token
- Symbol: DCLI
- Blockchain: Solana
- Token Standard: SPL
- Total Supply: 1,000,000,000 (1 billion) DCLI
- Decimal Places: 9
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 |
- 1-year cliff
- 4-year linear vesting
- Quarterly unlocks after cliff
- Used for core platform development, security audits, and infrastructure
- 5-year linear release
- Monthly unlocks
- Allocation breakdown:
- Developer Incentives: 40%
- AI Agent Integration Grants: 30%
- Hackathons & Bounties: 20%
- Educational Content: 10%
- Controlled by DAO governance
- Initial unlock: 10%
- Remaining 90% unlocked over 3 years
- Used for:
- Protocol improvements
- Community initiatives
- Grants
- Bug bounties
- Permanently locked in AMM pools
- Distribution:
- Orca: 40%
- Raydium: 40%
- Jupiter: 20%
- 1-year cliff
- 3-year linear vesting
- Monthly unlocks after cliff
- Smart contract enforced vesting
- 6-month cliff
- 2-year linear vesting
- Monthly unlocks after cliff
- Immediate circulation
- Fair launch auction mechanism
- Price discovery through Orca Whirlpools
- DCLI staking required for:
- Premium features access
- Advanced analytics
- Priority support
- Custom deployment options
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 |
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 |
- 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
- 70% of all platform fees burned
- Estimated quarterly burn rate: 0.5-1% of circulating supply
- Dynamic burning based on platform usage
- 10% of platform revenue allocated to buy-back
- Automated execution through smart contracts
- Purchased tokens split:
- 80% burned
- 20% to community treasury
- Base APY: 5%
- Bonus APY for long-term staking:
- 6 months: +2%
- 1 year: +5%
- 2 years: +8%
- Maximum combined APY: 15%
- Platform fees (30%)
- Template marketplace fees (5%)
- Premium subscriptions (40%)
- Enterprise licenses (25%)
- Development: 40%
- Marketing & Growth: 20%
- Security: 15%
- Community Rewards: 15%
- Reserve: 10%
- All platform fees paid in DCLI
- Regular token burns from fee collection
- Long-term staking incentives
- Governance-controlled inflation rate (max 2% annually)
- Required for platform usage
- Staking rewards
- Governance rights
- Revenue sharing for high-tier stakers
- Access to premium features
- Maximum wallet holding: 5% of total supply
- Maximum voting power: 4% per address
- Minimum 14-day unstaking period
- Multi-sig treasury management
- Time-locked governance actions
- Regular security audits
- Bug bounty program
- Grant program: 50M DCLI allocated
- Hackathon prizes: 25M DCLI allocated
- Integration bounties: 25M DCLI allocated
- Strategic partners: 50M DCLI reserved
- Integration partners: 25M DCLI reserved
- Marketing initiatives: 25M DCLI reserved
- Transition to full DAO governance over 2 years
- Introduction of delegated voting
- Specialized governance committees
- Cross-chain governance capabilities
- Cross-chain bridge support
- Layer 2 scaling solutions
- Advanced staking mechanisms
- Automated market makers optimization
- Monthly Active DAOs
- Total Value Locked (TVL)
- Daily Active Users
- Token Velocity
- Governance Participation Rate
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