← all tools

Governance power

governancegovernance-power·15 protocols·by OnchainRouter

Measures a protocol's delegate table against its own on-chain quorum: how few delegates could carry a vote between them, how much the ten largest hold, and how much of that power has never been used.

Arguments

protocol
enum · required
Protocol whose delegate table to measure
ampleforthcompoundcryptexenseulergitcoinhifihopousdpooltogetherradiclerariblereflexerthresholduniswap

What it answers

{"protocol":"uniswap"}
4 delegates acting together reach quorum: concentrated, but not captured by two or three. The ten largest delegates hold 53.8% of delegated votes. One of them has never cast a vote, holding 5.5% on its own.

Call it from an agent

Over MCP the tool is called by name and the payment is handled underneath.

governance_power(protocol: "uniswap")

Call it over HTTP

The first request returns 402 with the accepted networks. Sign one and repeat the request with the receipt.

curl -X POST https://onchainrouter.io/api/tools/governance-power \
  -H 'Content-Type: application/json' \
  -d '{"protocol":"uniswap"}'

 402 Payment Required
  PAYMENT-REQUIRED: hedera:testnet, eip155:5042002

curl -X POST https://onchainrouter.io/api/tools/governance-power \
  -H 'Content-Type: application/json' \
  -H "PAYMENT-SIGNATURE: $RECEIPT" \
  -d '{"protocol":"uniswap"}'

 200 OK