# How to : Transfer assets (wallet to wallet)

There might come a time when you want to transfer your DRC-20 tokens. \
Want to move them to a different wallet, this guide will help you navigate through the process. \
Essentially, you'll be minting a transfer inscription and sending it to the desired wallet.

The process can be executed either using DogeLabs Wallet or a node (VPS/Windows). If you haven't set these up, please refer to our respective guides for installation.

### Option A: Using DogeLabs Wallet

If you've decided to transfer your tokens, here's a step-by-step guide to transfer them from a wallet to another.

### Step 1: Open Your Wallet and Select the Asset

* Open your DogeLabs Wallet.
* Click on the asset you want to transfer. For this example, we'll use Dogi.

<figure><img src="/files/YVztnyDgN2rvRoWZNpUb" alt="" width="268"><figcaption></figcaption></figure>

### Step 2: Initiate the Transfer

* Click on the **"Transfer"** button.

<figure><img src="/files/4MgIDyVAhUtrluqCreNf" alt="" width="266"><figcaption></figcaption></figure>

### Step 3: Inscribe the Transfer

* Click on **"Inscribe TRANSFER"**.

<figure><img src="/files/PP4GzwLWIJR55KOpodp4" alt="" width="263"><figcaption></figcaption></figure>

### Step 4: Specify the Amount to List

* Decide how many tokens you want to transfer.
* Even if you purchased a large quantity in one go, you can choose to transfer them in smaller increments (e.g., 10, 10, 30, or all 50 at once), for this example, we choose : 50 dogi.

Enter the amount you wish to inscribe and click on **"Next"**.

<figure><img src="/files/9kM7rrPnCUjE2byIFyRN" alt="" width="264"><figcaption></figcaption></figure>

### Step 5: Confirm and Pay for Inscription

* Validate your listing by clicking on **"Pay & Inscribe"**.

<figure><img src="/files/ltiy7Ez7YXs8n2fjHXjK" alt="" width="266"><figcaption></figcaption></figure>

<figure><img src="/files/uR29lUKt9ji93dCMSOof" alt="" width="265"><figcaption></figcaption></figure>

You've now created an inscription ready to be transfered to another wallet.

{% hint style="info" %}
*<mark style="color:blue;">Note: The indexer is always a few blocks behind, so your inscription may not appear in your DogeLabs Wallet immediately. It typically takes 20-30 minutes for the transaction to reflect. This is normal.</mark>*
{% endhint %}

<figure><img src="/files/jdr2lClPYgDvipUaVat2" alt="" width="541"><figcaption></figcaption></figure>

{% hint style="success" %} <mark style="color:green;">The 50 dogi are now transferable.</mark>\ <mark style="color:green;">Please note, they might appear as Transferable but still not visible on the wallet when you click on the asset, again, that's normal.</mark>\ <mark style="color:green;">Please wait for the full 20-30 minutes, sit back and relax, all good.</mark>
{% endhint %}

### Step 6: Transfer the inscription

**Once the inscription is visible in your wallet** :&#x20;

* Open DogeLabs Wallet.
* Click on the token that you want to send to another wallet.
* Click on "TRANSFER".
* Select the inscriptions that you wanna TRANSFER, then, click on "Next".
* In the field "Receiver", just put the wallet where you'll send your tokens
* Click on "Next"
* Sign the transactions

### Congratulations, transfer's done !

###

***

### Option B: Using a Node

1. Mint a transfer inscription using the following command: \
   `node . drc-20 transfer <WALLET> <TICKER> <AMOUNT>`.
2. See the **Option A, Step 6** to transfer your inscription.

{% hint style="info" %}
*<mark style="color:blue;">**Note for Node Users**</mark><mark style="color:blue;">:</mark>* \
*<mark style="color:blue;">Please remember that the node performing the transfer inscription does not necessarily need to be the same wallet receiving the transfer inscription!</mark>* \
\&#xNAN;*<mark style="color:blue;">**It's completely fine to use different wallets for these operations.**</mark>*
{% endhint %}


---

# 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.doginals.academy/eng/beginner-guide/how-to-transfer-assets-wallet-to-wallet.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.
