The first self-executing DAO on Solana. Autonomous governance powered by on-chain agents.
DAEMON is a decentralized autonomous organization built on Solana that introduces a radical new primitive: autonomous execution agents ("daemons") that carry out governance decisions without human intervention.
Unlike traditional DAOs that rely on multisig wallets and manual execution, DAEMON deploys on-chain agents that automatically execute approved proposals — from treasury rebalancing to yield optimization to coordinated token operations.
Get started with DAEMON DAO in 3 simple steps.
Purchase $DAEMON tokens on pump.fun during the fair launch, or on supported DEXs (Jupiter, Raydium) after launch. There is 0% buy/sell tax and no minimum purchase.
// Token Details Network: Solana (SPL Token) Ticker: $DAEMON Supply: 1,000,000,000 Tax: 0% buy / 0% sell Launch: pump.fun
Navigate to the DAEMON Dashboard and connect your Solana wallet. We support Phantom, Solflare, Backpack, and Ledger.
Once connected, you can:
# Install the DAEMON CLI npm install -g @daemon-dao/cli # Initialize connection daemon init --network solana-mainnet # Check your status daemon status → Balance: 142,847 $DAEMON → Voting Power: 0.014% → Active Daemons: 0
Understanding the fundamental building blocks of the DAEMON protocol.
DAEMON operates in a continuous feedback cycle of four phases:
Your voting power is proportional to your $DAEMON holdings. 1 $DAEMON = 1 vote. Voting power is calculated at the time of each vote, not snapshotted — so acquiring more tokens immediately increases your governance influence.
DAEMON operates under a "zero trust" architecture. There are no admin keys, no multisig wallets, and no privileged roles. Every action the protocol takes must be approved through governance consensus. The smart contracts enforce this — even the development team cannot bypass governance.
Autonomous on-chain programs that execute governance decisions.
A daemon is an autonomous on-chain agent deployed by the DAO to perform specific tasks. Each daemon has a type, target protocol, risk parameters, and execution rules — all set through governance votes. Daemons operate 24/7 without human intervention.
| Type | Description | Actions |
|---|---|---|
TREASURY_MANAGER | Manages DAO treasury allocation and rebalancing | Swap, LP, Stake |
YIELD_OPTIMIZER | Optimizes yield across DeFi protocols | Farm, Compound, Migrate |
RAID_COORDINATOR | Coordinates community token operations | Buy, Sell, Track |
SIGNAL_ANALYZER | Monitors on-chain data for opportunities | Detect, Alert, Score |
LP_MANAGER | Manages liquidity positions | Add, Remove, Rebalance |
# Deploy via CLI daemon deploy \ --type YIELD_OPTIMIZER \ --protocol raydium \ --pair SOL/USDC \ --risk medium \ --allocation 30 → Daemon deployment proposal submitted → Proposal #048 created — awaiting votes
All daemon deployments require governance approval. Once a deployment proposal reaches quorum, the daemon is automatically initialized and begins executing.
How the DAEMON collective makes and executes decisions.
DAEMON uses a real-time voting system called Synaptic Voting. Unlike traditional DAOs with 3-7 day voting periods, proposals in DAEMON execute the moment they reach quorum. Votes stream in continuously and are tallied on-chain in real-time.
{
"quorum_threshold": 0.51, // 51% of active voting power
"proposal_min_tokens": 10000, // Min $DAEMON to submit proposal
"execution_delay": 0, // Instant execution on quorum
"max_treasury_per_tx": 0.05, // 5% treasury max per action
"vote_weight": "linear", // 1 token = 1 vote
"proposal_types": [
"daemon_deploy", "treasury_action",
"parameter_change", "raid_coordination"
]
}How the DAO treasury is managed and protected.
The DAEMON treasury holds 10% of total token supply plus all earned yields from daemon operations. Treasury funds can only be moved through governance-approved daemon executions — there are no admin keys or manual withdrawal mechanisms.
| Protocol | Type | Actions |
|---|---|---|
| Raydium | AMM / LP | Swap, Add/Remove LP, Farm |
| Orca | CLMM | Concentrated LP, Swap |
| Jupiter | Aggregator | Swap (best route) |
| Marinade | Liquid Staking | Stake SOL → mSOL |
| Drift | Perps | Hedge positions |
The on-chain intelligence layer that feeds daemon decision-making.
| Signal | Source | Description |
|---|---|---|
| 🐋 Whale Alert | On-chain | Large wallet movements above threshold |
| 📊 Volume Spike | DEX data | Abnormal trading volume on tracked tokens |
| 🔄 LP Movement | On-chain | Major liquidity additions or removals |
| 📈 Sentiment Shift | Social + On-chain | Cross-platform sentiment analysis |
| ⚠️ Rug Detection | Contract analysis | Suspicious contract behavior flagged |
Each signal is assigned a strength score from 1-5 based on confidence level, data quality, and correlation with historical patterns. SIGNAL_ANALYZER daemons can be configured to only act on signals above a certain strength threshold.
$DAEMON token distribution and economics.
| Allocation | Percentage | Details |
|---|---|---|
| Liquidity Pool | 85% | LP burned — permanent liquidity |
| DAO Treasury | 10% | Governance-controlled, no team access |
| Dev / Operations | 5% | Development, audits, infrastructure |
$DAEMON serves as the governance and utility token of the protocol. Holding $DAEMON grants voting power (1 token = 1 vote), the ability to submit proposals (min 10,000 tokens), and access to deploy personal daemon agents.
Earn rewards by staking $DAEMON and participating in governance.
Active voters earn a share of daemon execution fees. Every time a daemon performs an on-chain action, a small fee (0.1%) is distributed to stakers proportional to their $DAEMON holdings and voting activity.
Build on top of DAEMON with the JavaScript/TypeScript SDK.
npm install @daemon-dao/sdkimport { DaemonClient } from '@daemon-dao/sdk'; import { Connection, PublicKey } from '@solana/web3.js'; const connection = new Connection('https://api.mainnet-beta.solana.com'); const client = new DaemonClient({ connection });
const proposals = await client.getProposals({ status: 'active' }); proposals.forEach(p => { console.log(`#${p.id} ${p.title} — ${p.votes.for}% FOR`); });
const tx = await client.vote({ proposalId: 47, vote: 'for', wallet: walletAdapter, }); console.log('Vote tx:', tx.signature);
REST API for querying DAEMON protocol data.
https://api.daemon-dao.io/v1| Method | Path | Description |
|---|---|---|
GET | /proposals | List all proposals (filter by status) |
GET | /proposals/:id | Get proposal details + vote breakdown |
GET | /daemons | List all active daemon agents |
GET | /daemons/:id | Get daemon status, PnL, execution log |
GET | /treasury | Current treasury holdings and value |
GET | /signals | Active signals from the Signal Network |
GET | /stats | Protocol-wide statistics |
curl https://api.daemon-dao.io/v1/proposals?status=active // Response { "data": [ { "id": 47, "title": "Deploy yield daemon on Raydium SOL/USDC", "status": "active", "votes_for": 89.2, "votes_against": 10.8, "quorum_reached": false } ] }
On-chain program architecture for the DAEMON protocol.
| Program | Description |
|---|---|
daemon_governance | Proposal creation, voting, quorum checks |
daemon_executor | Autonomous execution engine for approved proposals |
daemon_treasury | Treasury vault, safety limits, asset accounting |
daemon_signals | Signal ingestion, scoring, and routing |
daemon_registry | Daemon agent registration and lifecycle management |
Common questions about DAEMON DAO.
DAEMON introduces autonomous execution agents ("daemons") that eliminate the gap between governance decisions and on-chain actions. Traditional DAOs vote on proposals then rely on multisig holders to manually execute — DAEMON automates this entirely.
No. DAEMON is a 100% fair launch on pump.fun. There is no presale, no VC allocation, no team tokens beyond the 5% dev allocation. Everyone buys at the same price.
Hold $DAEMON to participate in governance. In Phase 02, staking rewards will distribute a share of daemon execution fees to active voters and stakers.
No. Liquidity is burned, mint authority is revoked, and there are zero admin keys in the smart contracts. The treasury can only be accessed through governance votes — the team has no special privileges.
Solana. We chose Solana for sub-second finality, low fees, and the ability to execute complex daemon operations affordably. Cross-chain expansion is planned for Phase 04.
Go to the Dashboard, navigate to Deploy → New Daemon or use a pre-built template. All deployments require a governance vote to approve.
Key terms used throughout the DAEMON documentation.
| Term | Definition |
|---|---|
| Daemon | An autonomous on-chain agent that executes governance-approved actions |
| Synaptic Voting | Real-time streaming vote system with dynamic quorum |
| Quorum | Minimum voting power required to pass a proposal (51%) |
| Signal | An on-chain intelligence alert from the Signal Network |
| Signal Strength | Confidence score (1-5) assigned to each detected signal |
| Raid | Coordinated community token operation (buy/sell) |
| Treasury Autopilot | Automated treasury management by daemon agents |
| Zero Trust | Architecture with no admin keys or privileged roles |
| LP Burn | Permanently locking liquidity by destroying LP tokens |
| Mint Revoke | Permanently removing ability to create new tokens |
| Execution Fee | Small fee (0.1%) on daemon actions, distributed to stakers |
| Proposal | On-chain governance request submitted by $DAEMON holders |