# Send Tokens

Sending tokens with Comet is a straightforward process.

## **Step 1: Initiate the Send Process**

* Option A: From the main wallet screen, click on the **"Send"** button.
* Option B: Navigate to a specific token's page. Clicking **"Send"** here will pre-select this token for the transaction.

<figure><img src="/files/LcIc2NV3zznhep72pNqt" alt="" width="563"><figcaption></figcaption></figure>

## **Step 2: Select the Sender's Wallet**

By default, the wallet you're currently viewing will be selected as the sender.

If you wish to use a different wallet, click on the dropdown menu to select one of the other wallets you've imported into Comet.

<figure><img src="/files/pOQhEPBkfgfNvCxK1xA9" alt=""><figcaption></figcaption></figure>

## **Step 3: Choose the Token for the Transaction**

If you initiated the transaction from a token's page, that token will already be selected.

If you began from the main wallet screen, use the dropdown menu to select the token you wish to send.

## **Step 4: Specify the Amount**

Enter the number of tokens you want to send.

{% hint style="info" %}
Ensure that you have a sufficient balance to cover both the token amount and the associated gas fees.
{% endhint %}

## **Step 5: Enter the Recipient's Address**

Paste or type the recipient's wallet address into the designated field.

{% hint style="info" %}
Make sure the recipient's address is compatible with the blockchain you're using. Sending tokens to an incompatible address may result in lost funds.
{% endhint %}

## **Step 6: Confirm Transaction Details**

Review the automatically calculated transaction details and confirm the details by checking the checkbox.

## **Step 7: Enter Your Wallet's Password**

Input your wallet password in the provided field.

Once verified, click the **"Send"** button to initiate the transaction.

## **Step 8: Transaction Processing**

You'll notice a loading indicator signaling the transaction is in progress.

Upon successful completion, the loader will disappear, and you'll receive a success message, indicating your tokens have been sent.

{% hint style="info" %}
Always double-check recipient addresses and transaction details before confirming, to ensure the security and accuracy of your transactions.
{% endhint %}

<figure><img src="/files/yqzu0efueITc8SXB2Ou1" alt="" width="563"><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.cometwallet.io/user-guides/send-tokens.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
