send
Installation
SKILL.md
Send Transaction
Transfer STRK, ETH, or ERC-20 tokens to a destination Starknet address. The CLI automatically checks balance before sending and validates the recipient address. Supports simulation (dry-run) mode to estimate fees without broadcasting.
Prerequisites
- Active session required.
- Sufficient balance for the transfer amount + gas fees.
Rules
- BEFORE any send, you MUST run
npx starkfi@latest statusandnpx starkfi@latest balanceto verify connectivity and funds. - If the recipient address was NOT previously mentioned in the conversation, you MUST ask for explicit confirmation: "Sending [amount] [token] to [address]. Confirm?"
- Suggest using
--simulatefirst for large amounts so the user can review the estimated fee before committing. - AFTER a successful send, you MUST verify the transaction using
npx starkfi@latest tx-status <hash>. - Starknet addresses start with
0xand can be up to 66 characters long (including the0xprefix).