skills/transfer/SKILL.md
Transfer CVM coins or fungible tokens between Convex accounts. Use when the user wants to send coins or tokens to another account.
npx skillsauth add Convex-Dev/convex transferInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Transfer native CVM coins using mcp__convex-testnet__transfer:
#42)Or via transaction: (transfer #42 1000000000) — sends 1 CVM.
For non-native tokens, include the token actor address:
token parameter to the token actor address(@convex.fungible/transfer #TOKEN #DEST AMOUNT)data-ai
Execute a CVM transaction on the Convex network. Use when the user wants to modify on-chain state, call actor functions, or define values.
testing
Create and manage fungible tokens on Convex. Use when the user wants to create a new token, check token balances, or manage token supply.
testing
Execute a read-only CVM query on the Convex network. Use when reading on-chain state, checking balances, looking up accounts, or evaluating Convex Lisp expressions.
devops
Deploy an actor (smart contract) to the Convex network. Use when the user wants to create a new on-chain actor with exported functions.