Skip to content

Transfers

Sending SOL and tokens, and the checks that run before you sign.

A transfer moves an asset from your address to another. Invisio builds the transaction; your wallet signs it; Solana settles it. Transfers cannot be reversed once confirmed.

Validation before signing

  • The destination must be a valid Solana address.
  • For SOL, the destination must be a normal account — program addresses are rejected because they cannot receive SOL directly.
  • Token accounts entered as a destination are rejected with a prompt to use the owner's wallet address instead.
  • The amount is checked against your balance, and against a small SOL reserve so the fee can still be paid.

Token accounts and rent

Tokens on Solana live in per-token accounts. If the recipient does not have one for the asset you are sending, the transfer includes creating it, which costs roughly 0.002 SOL in rent paid from your balance. Invisio states this on the review screen before you sign.

Status

The same states apply as for trading: signing, pending, then confirmed or failed. If confirmation takes longer than Invisio waits, it says so and gives you the signature rather than guessing an outcome.

Only send Solana assets to a Solana address. Assets sent from another network to a Solana address cannot be recovered.