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
- BEFORE any send, you MUST run
npx fibx@latest statusandnpx fibx@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?"
- If the user specifies a chain, you MUST include
--chain <name>. If not specified, default tobaseand state it. - Use the correct native token symbol for each chain. NEVER use
ETHon non-Base chains. - AFTER a successful send, you MUST verify the transaction using
tx-statuswith the same--chainflag.