# How to send or receive tokens

## How to send a token?

This feature allows you to send a chosen token amount to a specific wallet address.

**Step 1:** Access Ninji App

**Step 2:**

* Method 1: Click **Send**, then select a specific token.
* Method 2: Choose a specific token and click **Send**.

**Step 3:** On the sending screen, please input the token amount and custom gas fee if you want then click **Next.**

{% hint style="info" %}
**Note**: Before making transactions on any blockchain, you need to prepare the father token of that blockchain to pay gas fees.

Read more about gas fee here: <https://coin98.net/what-is-gas-fee>
{% endhint %}

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

**Step 4**: Enter the wallet address then click **Review**.

{% hint style="info" %}
There are 3 ways to input the recipient address:

* Enter the recipient address.
* Click the Paste button to paste the address that you have copied into the clipboard.
* Scan recipient address QR code.
  {% endhint %}

**Step 5**: On the pop-up, you can double-check the information and adjust gas fee.&#x20;

Then click **Confirm** to complete the transaction.

<div><figure><img src="/files/2Qmva6zN0qhlsqkMnUCr" alt=""><figcaption></figcaption></figure> <figure><img src="/files/dJspNffCuk2PcCx3XkKR" alt=""><figcaption></figcaption></figure></div>

After the transaction has been made, you will be redirected to a transaction details page, and the recipient will get a message that they have received the assets.

## How to receive a token

**Step 1:**

* **Method 1:** On the Home screen, choose a token that you want to receive
* **Method 2:** On the Home screen, click the **Receive** button, then select a token you want to receive

**Step 2**: Click Copy Address or scan the QR code to get the wallet address.

<figure><img src="/files/hcHiE9p5vYsw8Mpa55p3" alt=""><figcaption><p>Method 1</p></figcaption></figure>

<figure><img src="/files/OcobzBvZga2wynWTpdV6" alt=""><figcaption><p>Method 2</p></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.ninji.xyz/user-guide/basic/mobile-app/how-to-send-or-receive-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.
