> 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/how-to-install-cosmostation-extension.md).

# How to install Cosmostation Browser Extension

{% 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 %}

## Step 1: Install Cosmostation

Go to the [Cosmostation website's Wallet page ](https://www.cosmostation.io/wallet/#extension)to learn about browser extensions and click "Get Started".

![On Cosmostation website's Wallet page click "Get Started".](/files/py8fYq0syDxgDKRorRlb)

Go to the Chrome Web Store and click "Add to Chrome" to install the [Cosmostation Browser Extension](https://chrome.google.com/webstore/detail/cosmostation/fpkhgmpbidmiogeglndfbkegfdlnajnf?utm_source=chrome-ntp-icon).

![On Chrome Web Store, click "Add to Chrome" to install Cosmostation](/files/ZJLyxiNRLQRIwlTJqpuU)

Click "Add extension".

![Click "Add extension" to add Cosmostation to Chrome](/files/O2D2S0JL7655uzVHb0gr)

## Step 2: Create a new account

After the installation, the browser will automatically jump to the registration page, click "I have read and agree to the Terms of use", and then click "Start" to continue.

![click "I have read and agree to the Terms of use" and then click "Start"](/files/JUz3ZyvCBexWMt9aghBH)

Click "Create Wallet"．

![Click "Create Wallet"](/files/l2vsa0oi4Se0OkQc1tLQ)

Fill in the Account name and click "Next".

![Fill in the Account name and click "Next"](/files/dLR6fuO4ErXp2F4bVAlj)

The screen will display your mnemonic seed. Find a secure place to encrypt and store the seed phrase since it is required for account recovery. You can write it with a pen and paper or use the Copy function to copy and paste it. Click "Next".

![Store the mnemonic phrase and click "Next"](/files/0G8nxVF0Pn3AblqODROM)

Enter the mnemonic seed in order to verify and click "Next".

![Enter the mnemonic seed in order to verify and click "Next"](/files/db8fVU49KTpEk3Q3D0p7)

On Select chains select "LikeCoin"and click "Next".

<figure><img src="/files/tME7cT7CInVii0NUGMva" alt=""><figcaption><p>On Select chains select "LikeCoin"and click "Next"</p></figcaption></figure>

Enter your password twice, then click "Next".

![Enter your password twice then click "Next"](/files/FmIRKiB0oYSbOauPZ5gf)

"Complete!" and then click "Done".

!["Complete!" and then click "Done"](/files/50C5Olrzckt8RBmNIGy0)

Go to the upper right corner of your browser, click on extensions and pin Cosmostation.

![Pin Cosmostation in browser](/files/DISPTlvkVxYR92pD7wJg)

Click on Cosmostation and enter your password to "Unlock" your wallet.

![Enter password to "Unlock"](/files/8FAkKimr1fxtfIfysjb3)

#### To import an existing wallet, please refer to:

{% content-ref url="/pages/k830wyq2jGLOrb1dNxBt" %}
[Import wallet into Cosmostation](/general-guides/wallet/cosmostation/import-wallet-into-cosmostation.md)
{% endcontent-ref %}

{% hint style="danger" %}
Please keep your mnemonic seed and password safe. If you lose them you are not able to manage your LikeCoin. No one can reset your wallet on your behalf.
{% endhint %}


---

# 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/how-to-install-cosmostation-extension.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.
