> For the complete documentation index, see [llms.txt](https://bobamask.gitbook.io/bobamask/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bobamask.gitbook.io/bobamask/how-to-use/how-to-send-tokens.md).

# How To Send Tokens

BOBAMASK is a browser extension that allows you to send and receive any Ethereum ERC-20 token. This applies to a variety of ERC-20-compliant networks, including Binance Smart Chain, Polygon, and Cronos.

**To send a token, you need:**

* The recipient’s wallet address
* Enough network native coin to cover gas costs

1. On the Main Screen click on the "<mark style="color:green;">**Send**</mark>" Icon.&#x20;

![](/files/6RF4kgTFtomLurRZi9Df)

2\. Enter the wallet address you would like to send your token to. Then click Next.

![](/files/Thk17Ny39eWPloKnS3ck)

3\. Enter which desired token you would like to send.&#x20;

Next, enter the amount of tokens you want to send.

Choose your gas fee, and confirm the transaction.

![](/files/a30OJ3Mis5B4Ceukm2GV)

After you submit your transaction, it’s sent out across the network and waits for confirmation. Once it’s confirmed, the recipient will get the tokens at their wallet address specified in the transaction.

<br>

## Another Way Of Sending Tokens

1. On the Main Screen make sure you're on the "<mark style="color:green;">Assets</mark>" Tab then click on which token you would like to send&#x20;

![](/files/6RF4kgTFtomLurRZi9Df)

2\. When Prompted Click the "<mark style="color:green;">**Send Icon**</mark>" under your token balance.

![](/files/MNJw68AO2M13OC4PjG5b)

2\. Enter the wallet address you would like to send your token to. Then click Next.

![](/files/Thk17Ny39eWPloKnS3ck)

3\. Enter which desired token you would like to send.&#x20;

Next, enter the amount of tokens you want to send.

Choose your gas fee, and confirm the transaction.

![](/files/a30OJ3Mis5B4Ceukm2GV)

After you submit your transaction, it’s sent out across the network and waits for confirmation. Once it’s confirmed, the recipient will get the tokens at their wallet address specified in the transaction.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://bobamask.gitbook.io/bobamask/how-to-use/how-to-send-tokens.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
