84 tools. One agent. Whole chain.
Every operation Celina exposes to your LLM — 56 read, 28 write — across Celo mainnet, Mento FX, GoodDollar reserve (G$ ↔ USDm), Uniswap v4, Aave, and GoodDollar UBI. Click any tool for its full spec.
get_network_statusreadChain ID, latest block, gas price
get_blockreadFetch a block by number, hash, or latest
get_latest_blocksreadMost recent blocks on Celo mainnet
get_transactionreadTransaction + receipt by hash
verify_attribution_tagreadDecode ERC-8021 (+ historical CELINA) attribution from tx calldata
check_attribution_tagreadList or check custom attribution tags on a tx
get_gas_fee_datareadCurrent EIP-1559 gas fees on Celo
estimate_transactionreadGeneric gas estimate for any tx
get_stake_eligibilityreadPre-check stake before execute_stake
get_governance_delegatesreadBrowse Celo Mondo governance delegates
get_celo_balancesreadNamed registry token balances (default: CELO + USDm)
get_stablecoin_balancesreadScan fiat-pegged registry stablecoins; omits zero balances by default
get_token_inforeadRegistry token metadata (no balance read)
get_token_balancereadSingle registry token balance (symbol or known registry address)
get_gooddollar_whitelisting_inforeadIdentityV4 whitelist status for a wallet
get_gooddollar_identity_linkreadHow a wallet links to GoodDollar identity
get_gooddollar_ubi_entitlementreadDaily UBI claim eligibility (amount, root, reasons)
claim_daily_gooddollar_ubiwriteClaim today's GoodDollar UBI (G$)
get_gooddollar_reserve_quotereadG$ ↔ USDm quote via GoodDollar MentoBroker reserve
estimate_gooddollar_reserve_swapreadGas estimate for a G$ ↔ USDm reserve swap
execute_gooddollar_reserve_swapwriteSend approval + MentoBroker reserve swap on mainnet
get_gooddollar_face_verification_linkreadGoodDollar face verification link for humanness
execute_connect_gooddollar_identitywriteConnect a secondary wallet to GoodDollar identity root
execute_disconnect_gooddollar_identitywriteDisconnect a secondary wallet from GoodDollar identity
get_governance_proposalsreadPaginated Celo governance proposals
get_proposal_detailsreadSingle proposal + CGP content
get_locked_celo_balancereadLocked CELO balance and governance voting power
get_pending_withdrawalsreadPending LockedGold unlocks with maturity timestamps
get_votable_proposalsreadGovernance proposals currently in Referendum
get_governance_votesreadReferendum votes and queue upvotes cast by an address on Celo governance.
execute_lock_celowriteLock CELO for governance and staking
execute_unlock_celowriteStart unlocking locked CELO (3-day timelock)
execute_relock_celowriteRelock CELO from a pending withdrawal
execute_withdraw_celowriteWithdraw all matured pending CELO unlocks
execute_votewriteVote on a governance proposal in Referendum
execute_upvotewriteUpvote a Queued governance proposal.
execute_revoke_governance_voteswriteRevoke all active referendum governance votes for the signer in one transaction (bulk on-chain).
execute_revoke_governance_upvotewriteRevoke the signer's active queue upvote on a Queued governance proposal.
get_staking_balancesreadStaking votes by validator group
get_activatable_stakesreadPending stakes ready to activate
get_validator_groupsreadPaginated validator groups
get_validator_group_detailsreadSingle validator group details
get_total_staking_inforeadNetwork-wide staking totals
get_delegation_inforeadGovernance vote delegation from LockedGold
execute_stakewriteStake locked CELO with a validator group
execute_activate_stakewriteActivate pending stake after epoch boundary
execute_unstakewriteUnstake CELO from a validator group
execute_delegate_powerwriteDelegate governance voting power to another address
execute_undelegate_powerwriteRevoke delegated governance voting power
verify_self_agentreadCheck if an agent is a verified human
lookup_self_agentreadResolve a Self Agent ID by numeric ID
verify_self_requestreadValidate signed Self agent HTTP headers
register_self_agentwriteStart Self Agent ID registration (QR flow)
check_self_registrationreadPoll a Self registration / refresh session
get_self_identityreadOn-chain identity for configured Self agent
refresh_self_proofwriteRe-run human proof after expiry
deregister_self_agentwriteIrreversibly deregister a Self agent
sign_self_requestreadProduce x-self-agent-* headers for an HTTP call
authenticated_self_fetchwriteHTTP fetch with Self agent auth applied