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

  1. BEFORE any send, you MUST run npx starkfi@latest status and npx starkfi@latest balance to verify connectivity and funds.
  2. If the recipient address was NOT previously mentioned in the conversation, you MUST ask for explicit confirmation: "Sending [amount] [token] to [address]. Confirm?"
  3. Suggest using --simulate first for large amounts so the user can review the estimated fee before committing.
  4. AFTER a successful send, you MUST verify the transaction using npx starkfi@latest tx-status <hash>.
  5. Starknet addresses start with 0x and can be up to 66 characters long (including the 0x prefix).

Commands

Installs
10
GitHub Stars
2
First Seen
Mar 15, 2026
send — ahmetenesdur/starkfi