# Transfer Token

Send the token to a different wallet address.&#x20;

You can send tokens using the commands below.

```
./sg dex transfer -t ${token_address} -a ${amount} -o ${to_address}
```

* **Option**\
  \- t  : Address of the token to be sent\
  \- a : Number of tokens to transfer\
  \- o : Recipient's wallet address

* **Example**

```
go run main.go dex transfer -a 10 -t 08c45cacc89a748436466ee4f4834d86ff197931dd57
```
