Launch App

Protocol Stats

Live On-Chain Metrics

This page gives one operational view for DAO members and operators. It centralizes key read-only values from core contracts so you do not need to open each dApp screen to validate protocol state.

Data source model: direct on-chain RPC reads plus indexed queries on pages that use NEXT_PUBLIC_SUBGRAPH_URL.

Pool Balance

BTK

FundingPool.totalPoolBalance()

Protocol Reserve

BTK

FundingPool.protocolReserve()

Distributions

FundingPool.getDistributionCount()

Total Ideas

IdeaRegistry.totalIdeas()

Total Rounds

0

VotingSystem.currentRoundId()

Ideas Per Round

VotingSystem.IDEAS_PER_ROUND()

Voting Duration

VotingSystem.VOTING_DURATION()

Min Stake

BTK

VotingSystem.minStake()

Author Share

%

GrantManager.authorSharePercent()

BTK Total Supply

BTK

GovernanceToken.totalSupply()

BTK Max Supply

BTK

GovernanceToken.maxSupply()

Faucet Claim

BTK

Faucet.claimAmount()

Faucet Cooldown

Faucet.cooldown() ·

Funding Pool State

FundingPool.isPaused()

Voting State

VotingSystem.isPaused()

Grant Manager State

GrantManager.isPaused()

RoundsPoolPolicy DocsOn-chain Votes