transfer
Installation
SKILL.md
Transfer Coins or Tokens
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.
CVM Coin Transfer
Source: (transfer #42 1000000000) — sends 1 CVM.
With a Convex MCP server configured, its transfer tool takes to
(destination address) and amount (in copper).
Fungible Token Transfer
Source: (@convex.fungible/transfer #TOKEN #DEST AMOUNT)
With the MCP transfer tool, set the token parameter to the token actor
address.