Celina/Tools/Governance/get-pending-withdrawals
readGovernanceHosted · Stdio

Get Pending Withdrawals

get_pending_withdrawals

List pending CELO unlock requests for an address from LockedGold, including amount and timeUntilLesser/Greater maturity timestamps. Use before execute_withdraw_celo or prepare_withdraw_celo.

§ Inputs

NameTypeDescription
addressstringWallet on Celo mainnet. Omit to use the connected wallet or the configured MCP signer (CELO or Self agent).

§ Returns

Array of { index, value, timeUntilLesser, timeUntilGreater, … }

§ Try saying

  • Do I have any pending CELO unlocks?
  • When can I withdraw my unlocked CELO?

Use this tool

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