# How to send or receive tokens

## How to Send tokens? <a href="#id-ug-sendtoken-receivetoken-howtosendtoken" id="id-ug-sendtoken-receivetoken-howtosendtoken"></a>

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

**Step 1**: Access to Ninji Extension Wallet

**Step 2**:

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

<div><figure><img src="/files/UJG8dNSHqkgi88IPMiPK" alt=""><figcaption></figcaption></figure> <figure><img src="/files/SSlICtDQwPUMIqvcAVBB" alt=""><figcaption></figcaption></figure></div>

**Step 3**: On the sending interface, kindly input the token amount, then click **Next**.

{% hint style="info" %}
You can custom gas fee at this step. Kindly bear in mind:

* Before making transactions on any blockchain, you need to prepare the father token of that blockchain to pay gas fees.
* Read more about gas fees here:[ https://coin98.net/what-is-gas-fee](https://coin98.net/what-is-gas-fee)
  {% endhint %}

<figure><img src="/files/cad6saxSONPx4fDj5eEi" alt="" width="375"><figcaption></figcaption></figure>

**Step 4**: Enter the wallet address, and Memo (if any), then click **Review**.&#x20;

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

* Enter manually the recipient address
* Click the contact icon to select the wallet available in the Ninji Extension Wallet
* Click the Paste button to paste the address that you have copied into the clipboard
  {% endhint %}

<figure><img src="/files/95We2hs7tkfLQiJqRALD" alt="" width="375"><figcaption></figcaption></figure>

**Step 5:** Click **Confirm** to confirm the transaction.

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

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

## How to Receive tokens? <a href="#id-ug-sendtoken-receivetoken-howtoreceivetoken" id="id-ug-sendtoken-receivetoken-howtoreceivetoken"></a>

**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/x3cOp3hrEzHV56KXJA9H" alt=""><figcaption><p>Method 1</p></figcaption></figure>

<figure><img src="/files/TpN0Bjkf7Uj1gv2rRrql" 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/extension/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.
