Documentation Index
Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
Use this file to discover all available pages before exploring further.
DAO Dashboards and Governance
DAO tooling usually needs visibility into treasury wallets, governance-token movement, and contract events rather than a single endpoint category. Uniblock works well as a read and monitoring layer across those requirements.Best-fit workflows
- Treasury dashboards
- Governance token monitoring
- Contract-event monitoring for voting or execution contracts
- Contributor and wallet activity tracking
Recommended APIs
Useful starting points:GET /token/balanceGET /token/activityGET /token/allowancesGET /transactions- contract-event webhooks
Suggested implementation flow
1. Build treasury visibility
Start by indexing known treasury and operational wallets. Use token balances and transactions to create:- treasury composition views
- outflow and inflow reports
- multisig activity summaries
2. Track governance token movement
Use token activity and transfer data to monitor:- whale movement
- delegate or contributor wallet changes
- unusual governance-token concentration shifts
3. Monitor governance contracts
Use contract-event webhooks for:- proposal creation
- execution events
- protocol-specific governance actions