Protocol Analytics
NovaDAO is committed to full transparency. All protocol data is on-chain and publicly accessible. This page lists the key metrics, data sources, and tools for monitoring the protocol.
Key Metrics
| Metric | Description | Source |
|---|---|---|
| Total Value Locked (TVL) | Sum of all assets held in protocol contracts | On-chain (vault + AMM contracts) |
| Bid Wall Reserves | Total XLM backing the NAV floor | On-chain (Bid Wall contract) |
| NOVA Circulating Supply | Total supply minus locked and vesting tokens | On-chain (token contract) |
| NAV per Token | Bid Wall reserves divided by circulating supply | Calculated (on-chain inputs) |
| Total Projects Listed | Number of projects registered through the factory | On-chain (factory contract) |
| Active Proposals | Governance proposals currently in voting period | On-chain (DAO contracts) |
| Total Trading Volume | Cumulative volume across all AMM pools | On-chain (AMM contracts) |
| Protocol Revenue | Fees collected from trading, listings, and redemptions | On-chain (fee collector) |
Analytics Platforms
NovaDAO Dashboard
The official NovaDAO analytics dashboard provides real-time protocol metrics, project-level data, governance activity, and historical charts. Accessible directly from the NovaDAO application.
DeFiLlama
NovaDAO TVL and protocol revenue are tracked on DeFiLlama, providing independent verification and comparison with other protocols across chains.
Stellar Explorers
StellarExpert and Stellarchain provide transaction-level data, contract state inspection, and event logs for all NovaDAO smart contracts on Soroban.
Developer Resources
NovaDAO's smart contracts are fully open source. Developers can query contract state, listen to events, and build integrations using the Stellar SDK.
Open-Source Contracts
All Soroban contracts (conditional vault, futarchy AMM, DAO, factory) are published on GitHub. The deployed bytecode can be verified against the published source using standard Soroban verification tools.
API Endpoints
| Endpoint | Description | Network |
|---|---|---|
| soroban-rpc (mainnet) | Soroban RPC for contract queries and submissions | Mainnet |
| soroban-rpc (testnet) | Testnet RPC for development and testing | Testnet |
| Horizon API | Stellar Horizon for account and transaction data | Both |
| Mercury Indexer | Indexed Soroban event data for historical queries | Both |
Soroban Contract Addresses
| Contract | Description | Status |
|---|---|---|
| Factory | On-chain registry, deploys new DAO contracts | Testnet deployed |
| Conditional Vault | Split/merge/redeem conditional tokens | Testnet deployed |
| Futarchy AMM | Constant product AMM with TWAP oracle | Testnet deployed |
| DAO | DAO registration and proposal lifecycle | Testnet deployed |
Protocol Revenue
| Revenue Source | Fee Rate | Destination |
|---|---|---|
| ICO Listing Fee | 2.5% | Protocol treasury |
| AMM Trading Fee | 0.3% | LP providers + protocol treasury |
| Bid Wall Redemption Fee | 1.0% | Bid Wall reserves (increases NAV) |
| Governance Proposal Fee | Variable | Protocol treasury (bond-based) |
Transparency Commitments
NovaDAO operates under the following transparency commitments:
Open-Source Code
All smart contract source code is publicly available on GitHub. Deployed bytecode can be verified against the published source at any time.
On-Chain Governance
Every governance proposal, vote, and execution is recorded on-chain. There are no off-chain governance processes or hidden admin functions.
Real-Time Treasury
Protocol treasury balances are readable on-chain at all times. Fund movements require governance approval and are logged as contract events.
Independent Audits
Smart contracts undergo independent security audits before mainnet deployment. Audit reports are published publicly and linked from the documentation.
External Links
| Resource | Description |
|---|---|
| GitHub Repository | Source code for all smart contracts and the frontend application |
| StellarExpert | On-chain explorer for Stellar/Soroban contract inspection |
| DeFiLlama | Independent TVL and revenue tracking across chains |
| Stellar Developer Docs | Official Stellar and Soroban developer documentation |
| NovaDAO Discord | Community chat, developer support, and governance discussion |
Back to: NOVA Token Details | Token Mechanics