OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add convex-dev/convex --skill transfer
Transfer CVM coins or fungible tokens between Convex accounts. Use when the user wants to send coins or tokens to another account.
npx skills add convex-dev/convex --skill transfer
A transfer is a transaction, so it needs a key the user has supplied — see the
transact skill for the authorisation model and the CLI form. Without a key
you can prepare the transfer but not execute it.
Source: (transfer #42 1000000000) — sends 1 CVM.
With a Convex MCP server configured, its transfer tool takes to
(destination address) and amount (in copper).
Source: (@convex.fungible/transfer #TOKEN #DEST AMOUNT)
With the MCP transfer tool, set the token parameter to the token actor
address.
:FUNDS failure is
caught before signing rather than after.Report the result in CVM units (e.g. "Sent 2.5 CVM to #42").