> For the complete documentation index, see [llms.txt](https://docs.v2.like.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.v2.like.co/general-guides/wallet/leap/leap-deposit-and-send-likecoin.md).

# Leap: Deposit and Send LikeCoin

{% hint style="warning" %}
The documentation is designed for Liker Land and LikeCoin v2. For information on [3ook.com](https://3ook.com/) and LikeCoin v3, please visit [docs.3ook.com](https://docs.3ook.com) and [dao.like.co](https://dao.like.co/).
{% endhint %}

## **Deposit your LikeCoin to Leap**

### Step 1

Before depositing LikeCoin to your Leap wallet, please change the display on the top right hand corner and switch to the LikeCoin chain.

<figure><img src="/files/f7KsTSlJ1scIS3FwePl1" alt=""><figcaption><p>Click the network icon on the top right hand corner</p></figcaption></figure>

<figure><img src="/files/CZA8f8XFkzKHMNoeTafP" alt=""><figcaption><p>Switch to the LikeCoin chain</p></figcaption></figure>

### Step 2

Click on the wallet address to copy it and paste to somewhere else (A crypto exchange or another wallet). Or click "Receive" to show your QR Code.

<figure><img src="/files/HMpJ1YspP1Eb7uVXfov9" alt=""><figcaption><p>Click on the wallet address to copy it or click "Receive" to show your QR Code</p></figcaption></figure>

Scan the QR Code and deposit LikeCoin to your Leap wallet with LIKE pay. Suggest to deposit a small sum to try out first.

<figure><img src="/files/Jj23O5FF0gMJsP86Qbmg" alt=""><figcaption><p>Scan the QR Code and deposit LikeCoin to your Leap wallet</p></figcaption></figure>

### Step 3

The LikeCoin balance will appear (same screen as Step 2) after the deposit is completed.

## Send LikeCoin from Leap to another wallet

### Step 1

You can send LikeCoin via Leap to other wallets that support LikeCoin. Change the display on the top right hand corner to show the LikeCoin chain and click "Send".

<figure><img src="/files/L7NasKrEMLXrNysN80Dk" alt=""><figcaption><p>Click "Send"</p></figcaption></figure>

### Step 2

On the Send to page, fill in the wallet address of the receiver.

<figure><img src="/files/k9nCzlQvYvckcPrhkYCx" alt=""><figcaption><p>On the Send to page, fill in the wallet address of the receiver</p></figcaption></figure>

### Step 3

The recipient's wallet address appears, click it. Moreover, you can also save the wallet address by clicking "Save" into the address book.

<figure><img src="/files/uO4ec011gO0RwPACZKm8" alt=""><figcaption><p>The recipient's wallet address appears</p></figcaption></figure>

### Step 4

Enter the amount of LikeCoin that needs to be sent and reserve some LIKE for the [transaction fee](/general-guides/wallet/transaction-fee.md), then click "Review".

<figure><img src="/files/4twqBidMfQJfzGcxTwDD" alt=""><figcaption><p>Enter the amount of LikeCoin to send and click "Review"</p></figcaption></figure>

### Step 5

On the confirmation screen, check the details again then click "Send".

<figure><img src="/files/ktaDt1NqU5soHMnJWQCy" alt=""><figcaption><p>Click "Send"</p></figcaption></figure>

### Step 6

After the "Send" is completed, the transaction item will appear.

<figure><img src="/files/uslt8fUzO7Ife6tUIXhf" alt=""><figcaption><p>After the "Send" is completed, the transaction item will appear</p></figcaption></figure>


---

# 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://docs.v2.like.co/general-guides/wallet/leap/leap-deposit-and-send-likecoin.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.
