> 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/cosmostation/cosmostation-deposit-and-send-likecoin.md).

# Cosmostation: 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 Cosmostation

### Step 1

Click on "LikeCoin" in Cosmostation.

<figure><img src="/files/33MUQSZhK78N7xI8XMxV" alt=""><figcaption><p>Click on "LikeCoin" in Cosmostation</p></figcaption></figure>

### Step 2

Click "Deposit".

<figure><img src="/files/o1lxVT0hSOiTNfexj3fq" alt=""><figcaption><p>Click "Deposit"</p></figcaption></figure>

### Step 3

Your wallet address and QR code will appear. Click the copy icon to copy the wallet address and paste it somewhere else (such as a crypto exchange or another wallet). Alternatively, scan the QR code and deposit LikeCoin to your Cosmostation wallet using [LIKE pay](/general-guides/wallet/like-pay.md). We suggest depositing a small sum first to try it out.

<figure><img src="/files/VNwmAXY02hm3SScThnT8" alt=""><figcaption><p>Scan the QR code and deposit LikeCoin to your Cosmostation</p></figcaption></figure>

## **Send LikeCoin from** Cosmostation **to another wallet**

### Step 1

Click on "LikeCoin" in Cosmostation.

<figure><img src="/files/33MUQSZhK78N7xI8XMxV" alt=""><figcaption><p>Click on "LikeCoin" in Cosmostation</p></figcaption></figure>

### Step 2

Click "Send".

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

### Step 3

The token will be automatically selected as LIKE with the available balance in the wallet. In the blank space, enter the wallet address of the receiver, then enter the amount of LikeCoin that you wish to send and reserve some LIKE for the [transaction fee](/general-guides/wallet/transaction-fee.md). In the Memo section (optional), enter any necessary Tag/Memo required by the receiver. Then click "Send".

<figure><img src="/files/ZI7c01ZVX8Y1SBnBysWi" alt=""><figcaption><p>Enter the wallet address, amount of LikeCoin to send and click "Send."</p></figcaption></figure>

### Step 4

On the confirmation screen, review the details and click "Sign" to send the LikeCoin.

<figure><img src="/files/1l2Ck0lw6x8ZHBH66g67" alt=""><figcaption><p>Click "Sign"</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/cosmostation/cosmostation-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.
