celo-stablecoins

Read balances and transfer stablecoins on the Celo blockchain.

7|2|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/LuisSambrano/antigravity-config --skill celo-stablecoins-luissambrano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: celo-stablecoins
Source: https://github.com/LuisSambrano/antigravity-config/tree/main/skills/8-blockchain/celo-stablecoins
Command: npx skills add https://github.com/LuisSambrano/antigravity-config --skill celo-stablecoins-luissambrano

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of interacting with various stablecoins on the Celo blockchain, from reading balances to executing transfers.

Core Features & Use Cases

  • Stablecoin Information: Access mainnet and testnet addresses for Mento, USDC, USDT, and other stablecoins.
  • Balance Retrieval: Easily query the balance of any ERC20-compatible stablecoin for a given address.
  • Token Transfers: Facilitate the secure transfer of stablecoins between addresses.
  • Use Case: You need to check the USDm balance of a user's wallet and then send them 50 EURm for a transaction.

Quick Start

Use the celo-stablecoins skill to transfer 10 USDm to the address 0xABC123.

Frequently Asked Questions about celo-stablecoins

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transfer Celo stablecoins like USDC or USDT to another address?

To transfer Celo stablecoins, you can use libraries like viem or command-line tools like cast to securely execute ERC20 token transfers between addresses on the Celo blockchain.

What Celo stablecoin addresses are available for mainnet and testnet?

Celo stablecoin addresses for mainnet and testnet include Mento stablecoins such as USDm and EURm, alongside standard ERC20 tokens like USDC and USDT for seamless integration.

How do I check an ERC20 stablecoin balance on Celo?

You can query the balance of any ERC20-compatible stablecoin on Celo for a specific address by using viem or cast to retrieve balance information from mainnet or testnet configurations.

Can I use viem to interact with Mento stablecoins on the Celo blockchain?

Yes, viem can be used to interact with Mento stablecoins on the Celo blockchain, enabling you to read balances and perform transfers for decentralized applications and financial workflows.

Does this approach support both Celo mainnet and Alfajores testnet configurations?

Yes, interacting with stablecoins on the Celo blockchain supports both mainnet and testnet configurations, allowing you to test transfers and balance retrieval before deploying to production.