> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flipsuite.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Send

> Learn more about the /send command.

## Commands

You can use `/send` commands to withdraw tokens and NFTs from your Flipwallet.

### `/send token`

This command is used to withdraw tokens from your Flipwallet to an external wallet address.

<Accordion title="Command arguments">
  <ParamField body="token" type="string" required>
    One of the [supported tokens](https://flipsuite.xyz/tokens) or a [custom token](/flippy/commands/profile#7-token-list) you want to send.
  </ParamField>

  <ParamField body="amount" type="string" required>
    Amount to send. You can use "%" and "\$" for relative amounts.
  </ParamField>

  <ParamField body="recipient" type="string" required>
    Wallet address to send the tokens to.
  </ParamField>
</Accordion>

<Frame caption={"Example /send token command output"}>
  <img src="https://mintcdn.com/flipsuite/NgsjeEOhwOTbzIyY/images/flipwallet/send-token.png?fit=max&auto=format&n=NgsjeEOhwOTbzIyY&q=85&s=1260721a083e9038bfbec4e9328afc7b" className="rounded-lg" width="547" height="312" data-path="images/flipwallet/send-token.png" />
</Frame>

### `/send nft`

This command is used to send NFTs from your Flipwallet to an external wallet address.

<Accordion title="Command arguments">
  <ParamField body="chain" type="string" required>
    One of the [supported chains](https://flipsuite.xyz/tokens).
  </ParamField>

  <ParamField body="nft" type="string" required>
    NFT to send.
  </ParamField>

  <ParamField body="amount" type="string" required>
    Amount of NFTs to send (applicable only to ERC-1155 tokens).
  </ParamField>

  <ParamField body="recipient" type="string" required>
    Wallet address to send the tokens to.
  </ParamField>
</Accordion>

<Frame caption={"Example /send nft command output"}>
  <img src="https://mintcdn.com/flipsuite/NgsjeEOhwOTbzIyY/images/flipwallet/send-nft.png?fit=max&auto=format&n=NgsjeEOhwOTbzIyY&q=85&s=3e7dbfceaefcd446e81088ccd48c87fd" className="rounded-lg" width="559" height="313" data-path="images/flipwallet/send-nft.png" />
</Frame>
