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

# How to Send Coins or Tokens Outside the Palm Wallet?

1. **Navigate to the Send Page**:
   * Start by going to the "Send" page within your Palm Wallet. Here, you'll see a list of all supported coins and tokens.
2. **Check Your Balance**:
   * Before initiating a transfer, ensure you have sufficient funds in your wallet to cover both the amount you wish to send and any applicable gas fees.
3. **Verify the Recipient’s Wallet Address**:
   * Enter the recipient's wallet address in the first input box. Note that Palm Wallet only supports EVM-compatible blockchains, so you cannot send funds to wallets on blockchains like Tron or Solana.
   * **Important**: Ensure that the recipient’s wallet address is correct. Do not include any special characters or spaces.
4. **Enter the Amount to Send**:
   * In the second input box, enter the number of tokens you wish to send.
   * If you are sending a BEP-20 or ERC-20 token, make sure you also have enough funds to cover the gas fees.
5. **Review and Confirm the Transaction**:
   * After entering the details, click the "Send" button. A confirmation box will appear, prompting you to review the recipient's wallet address and the amount to be sent.
   * If the details are incorrect, click "Cancel" to stop the transaction.
   * If everything is correct, click "Confirm" to proceed.
6. **OTP Verification**:
   * For security reasons, you will be asked to enter OTPs sent to both your registered email and mobile number.
   * Enter the OTPs to execute the transaction.
7. **Transaction Processing**:
   * Once you’ve confirmed and entered the OTPs, the transaction will be processed. A processing popup will appear.
   * After the transaction is completed, you will receive a transaction hash for confirmation, indicating that your transaction has been successfully executed by Palm Wallet.

By following these steps, you can securely send coins or tokens from your Palm Wallet to any EVM-compatible address.

{% embed url="<https://youtu.be/-hvB10yQtkQ>" %}


---

# 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://doc.palmsmartchain.io/how-to-send-coins-or-tokens-outside-the-palm-wallet.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.
