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

MetricDescriptionSource
Total Value Locked (TVL)Sum of all assets held in protocol contractsOn-chain (vault + AMM contracts)
Bid Wall ReservesTotal XLM backing the NAV floorOn-chain (Bid Wall contract)
NOVA Circulating SupplyTotal supply minus locked and vesting tokensOn-chain (token contract)
NAV per TokenBid Wall reserves divided by circulating supplyCalculated (on-chain inputs)
Total Projects ListedNumber of projects registered through the factoryOn-chain (factory contract)
Active ProposalsGovernance proposals currently in voting periodOn-chain (DAO contracts)
Total Trading VolumeCumulative volume across all AMM poolsOn-chain (AMM contracts)
Protocol RevenueFees collected from trading, listings, and redemptionsOn-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

EndpointDescriptionNetwork
soroban-rpc (mainnet)Soroban RPC for contract queries and submissionsMainnet
soroban-rpc (testnet)Testnet RPC for development and testingTestnet
Horizon APIStellar Horizon for account and transaction dataBoth
Mercury IndexerIndexed Soroban event data for historical queriesBoth

Soroban Contract Addresses

Note: Contract addresses will be published here once mainnet deployment is complete. Testnet addresses are available for development purposes.
ContractDescriptionStatus
FactoryOn-chain registry, deploys new DAO contractsTestnet deployed
Conditional VaultSplit/merge/redeem conditional tokensTestnet deployed
Futarchy AMMConstant product AMM with TWAP oracleTestnet deployed
DAODAO registration and proposal lifecycleTestnet deployed

Protocol Revenue

Revenue SourceFee RateDestination
ICO Listing Fee2.5%Protocol treasury
AMM Trading Fee0.3%LP providers + protocol treasury
Bid Wall Redemption Fee1.0%Bid Wall reserves (increases NAV)
Governance Proposal FeeVariableProtocol 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

ResourceDescription
GitHub RepositorySource code for all smart contracts and the frontend application
StellarExpertOn-chain explorer for Stellar/Soroban contract inspection
DeFiLlamaIndependent TVL and revenue tracking across chains
Stellar Developer DocsOfficial Stellar and Soroban developer documentation
NovaDAO DiscordCommunity chat, developer support, and governance discussion
Tip: If you are building an integration or analytics tool on top of NovaDAO, join the developer channel on Discord. The team provides technical support and early access to new API features.

Back to: NOVA Token Details | Token Mechanics