send

Installation
SKILL.md

Send Transaction

Transfer native tokens or ERC-20 tokens to a destination address. The CLI automatically simulates the transaction before execution — if simulation fails, no funds are sent.

Prerequisites

  • Active session required.
  • Sufficient balance for the transfer amount + gas fees.

Rules

  1. BEFORE any send, you MUST run npx fibx@latest status and npx fibx@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. If the user specifies a chain, you MUST include --chain <name>. If not specified, default to base and state it.
  4. Use the correct native token symbol for each chain. NEVER use ETH on non-Base chains.
  5. AFTER a successful send, you MUST verify the transaction using tx-status with the same --chain flag.

Chain Reference

Related skills
Installs
21
First Seen
Feb 14, 2026