Treasury Management
Overview
The Noderr Protocol treasury manages protocol-owned assets, revenue distribution, and long-term sustainability. Treasury operations are governed by the DAO and executed through secure, transparent smart contracts.
Treasury Structure
The protocol treasury consists of multiple components:
Protocol Revenue
Revenue is generated from multiple sources:
- Performance Fees: The protocol's primary revenue source. Every vault charges 0% management fee; the protocol earns a performance fee only, charged on the high-water mark (NAV-per-share above its prior peak) and only from the vault's trading bucket — never from the principal-protected floor — above a per-vault soft hurdle. Performance fees scale by risk tier (10%–25%).
- Management Fees: None. Noderr charges 0% management fee on every vault; no fee is taken on assets under management.
- Node Operation Fees: Fees from third-party node services
Treasury Allocation
Treasury funds are allocated according to DAO-approved policies:
Note: this is the internal treasury operating budget (how the treasury reserve is spent), which is distinct from Noderr's protocol-revenue distribution: 40% node operators / 35% treasury reserve / 15% token buybacks / 10% development. The two layers should not be conflated.
| Allocation Category | Target % | Purpose |
|---|---|---|
| Protocol Development | 30-40% | Core protocol development and improvements |
| Security & Audits | 15-20% | Ongoing security audits and bug bounties |
| Node Incentives | 20-30% | Rewards for node operators |
| DAO Operations | 10-15% | Governance and operational expenses |
| Reserve Fund | 15-20% | Emergency reserves and insurance |
The percentages above are non-additive planning targets (each category is sized within its own range as budgets are ratified), not a single 100%-summing allocation.
Treasury Operations
Revenue Collection
The FeeCollector contract automatically collects fees from:
- Vault performance fees (high-water-mark based, charged only from the trading bucket, above each vault's soft hurdle)
- Node operation fees
- Other protocol revenue streams
Distribution Process
Revenue distribution follows a transparent process:
- Collection: Fees accumulate in the FeeCollector contract
- Accounting: TreasuryManager tracks revenue by source
- Allocation: Funds are distributed according to DAO policy
- Execution: Distributions are executed through time-locked transactions
Governance Control
All major treasury decisions require DAO approval. Standard proposals pass at a 60% approval threshold (≥70% TrustFingerprint to propose, 10% quorum), but capital deployment and treasury allocations require a 66% Oracle supermajority, including any allocation above $100K or exceeding 5% of AUM, as well as strategy approval. Timelocks apply (2 days standard, 1 day emergency, 7 days maximum):
- Allocation policy changes
- Capital deployment and large allocations (>$100K or >5% of AUM): 66% Oracle supermajority
- Investment and strategy approvals: 66% Oracle supermajority
- Emergency fund usage
Treasury Transparency
The protocol maintains full transparency of treasury operations:
Real-Time Reporting
- Current treasury balance
- Revenue by source
- Expenditures by category
- Historical performance
On-Chain Verification
All treasury operations are onchain and verifiable:
- Contract addresses are public
- All transactions are recorded on blockchain
- Multi-signature requirements for large operations
- Time-locks on sensitive actions
Treasury Contracts
Key smart contracts managing treasury operations:
- TreasuryManager: Main treasury management contract
- FeeCollector: Collects fees from protocol operations
- RewardDistributor: Distributes rewards to stakeholders
- MultiSigTimelock: Secures large treasury operations
For technical details, see Core Contracts.
Treasury Strategy
The treasury employs conservative strategies to ensure long-term sustainability:
Capital Preservation
- Majority of funds in stable assets (USDC, DAI, etc.)
- Limited exposure to volatile assets
- Diversification across multiple protocols
- Regular risk assessments
Yield Generation
Treasury assets generate yield through:
- Low-risk DeFi protocols
- Protocol-owned liquidity
- Strategic investments
- Conservative trading strategies
Emergency Reserves
The protocol maintains emergency reserves to handle:
- Security incidents requiring user compensation
- Unexpected operational expenses
- Market downturns affecting protocol revenue
- Strategic opportunities requiring quick action
Future Development
Planned treasury enhancements include:
- Real-World Assets: Integration of RWA yield sources
- Cross-Chain Treasury: Multi-chain treasury management
- Advanced Reporting: Enhanced analytics and reporting tools
- Automated Rebalancing: Automated treasury optimization
See Also: