Celina/Tools/Account/get-celo-account-registration
readAccountHosted · Stdio

Get Celo Account Registration

get_celo_account_registration

Returns whether an address is registered in the Celo Accounts contract — a prerequisite before locking CELO for governance or staking. Omit address on local stdio when CELO_PRIVATE_KEY is set to check the configured signer.

§ Inputs

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

§ Returns

{ address, isRegistered }

§ Try saying

  • Is 0x… registered as a Celo account?
  • Do I need to register my wallet before locking CELO?

Use this tool

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