writeGovernanceHosted · Stdio

Dequeue Governance Proposals If Ready

execute_dequeue_proposals_if_ready

Call Governance.dequeueProposalsIfReady on Celo mainnet. When dequeue is overdue, moves up to concurrentProposals from the Queue into Approval. Requires humanness verification (Self Agent ID or GoodDollar IdentityV4). Use when get_queued_proposals reports dequeueReady. Requires CELO_PRIVATE_KEY or SELF_AGENT_PRIVATE_KEY in your MCP client env (stdio only).

§ Inputs

NameTypeDescription
signerstringMCP server signer: celo (CELO_PRIVATE_KEY) or self_agent (SELF_AGENT_PRIVATE_KEY). Defaults to the CELO wallet when both keys are configured.

§ Returns

{ hash, status, from }

§ Try saying

  • Dequeue the overdue governance proposals.
  • Call dequeueProposalsIfReady so I can vote after Approval.

Use this tool

Once Celina is wired into your MCP client, just ask in plain language. The LLM picks execute_dequeue_proposals_if_ready automatically.