Launch App

Protocol Stats

Live On-Chain Metrics

This page gives one operational view for protocol operators and contributors. 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

USDC

FundingPool.totalPoolBalance()

Protocol Reserve

USDC

FundingPool.protocolReserve()

Distributions

FundingPool.getDistributionCount()

Total Ideas

Subgraph IdeaCreated index

Total Rounds

0

VotingSystem.currentRoundId()

Ideas Per Round

VotingSystem.IDEAS_PER_ROUND()

Voting Duration

VotingSystem.VOTING_DURATION()

Min Stake

USDC

VotingSystem.minStake()

Author Share

%

GrantManager.authorSharePercent()

USDC Total Supply

USDC

USDC.totalSupply()

Settlement Asset

USDC

Stablecoin-native funding flow

Funding Mode

Arc + USDC

Direct wallet funding model

Chain Profile

Arc

Stablecoin settlement environment

Funding Pool State

FundingPool.isPaused()

Voting State

VotingSystem.isPaused()

Grant Manager State

GrantManager.isPaused()

RoundsPoolPolicy DocsOn-chain Votes