# Sending Tokens Guide

Transferring tokens to other users is quick and straightforward using Ping Pub. Follow these steps to send tokens on the Empe Testnet.

## Steps:

1. Open the [Ping Pub Dashboard](https://testnet.ping.pub/empe).
2. On the main page, locate and click the **Send** button.

![](/files/3zjNnT0WEeHH7G6NZWwX)

3. Fill in the required details:
   * **Recipient Address**: Enter the wallet address of the recipient.
   * **Amount**: Specify the number of tokens to send.
4. Review the transaction details:
   * Double-check the recipient's address to avoid mistakes.
   * Ensure you have enough tokens for the transaction amount and gas fees.
5. Confirm the transaction:
   * Your Keplr wallet will open a popup to approve the transaction.
   * Verify the details in Keplr and click **Approve**.
6. Wait for the transaction to be processed:
   * You can check the status of your transaction in the [Explorer](https://explorer-testnet.empe.io/).

### Tips:

* Always verify the recipient's address to prevent losing tokens.
* Keep an eye on your token balance to ensure you have enough for fees.


---

# 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.empe.io/user-guide/send.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.
