> 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/stake/delegation-of-likecoin.md).

# Delegation of 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 %}

Delegation / Staking means delegating [LikeCoin](https://like.co/) to one or more [validators](/general-guides/governance/what-is-a-validator.md) to earn rewards. Likers who delegate LikeCoin to validators can directly vote for proposals or let the validators represent them to raise proposals and vote for or against them when they don't have time to handle it. Delegation demonstrates [liquid democracy](/general-guides/governance/liquid-democracy.md) and is vital to the autonomy of the LikeCoin DAO.

{% content-ref url="/pages/-MjDLmk3cc0xXWBAwB6H" %}
[Direct Voting](/general-guides/governance/direct-vote.md)
{% endcontent-ref %}

## Delegation of LikeCoin on Desktop

There are several ways to stake LikeCoin. **We suggest using** [stake.like.co](https://stake.like.co/welcome) together with [Keplr Browser Extension](/general-guides/wallet/keplr.md), [Cosmostation Browser Extension](/general-guides/wallet/cosmostation.md) or [Authcore](/depub/register.md) to delegate.

You can also delegate directly with [Leap Browser Extension](#delegate-via-leap-browser-extension).

{% content-ref url="/pages/dM6MXe5lTZlM0mExiZij" %}
[Delegate on desktop](/general-guides/stake/delegation-of-likecoin/delegate-on-desktop.md)
{% endcontent-ref %}

### You may also want to manage your LikeCoin with web dashboard

For [Keplr Browser Extension](/general-guides/wallet/keplr.md)

* Keplr Dashboard - <https://wallet.keplr.app/>
* Omniflix - <https://likecoin.omniflix.co/>
* BitSong - <https://wallet.bitsong.io/>&#x20;
* ping.pub - <https://ping.pub/>

For [Cosmostation Browser Extension](/general-guides/wallet/cosmostation.md)

* Cosmostation Web Wallet - [https://wallet.cosmostation.io/](https://wallet.cosmostation.io/cosmos)

For [Keplr Browser Extension](/general-guides/wallet/keplr.md), [Cosmostation Browser Extension](/general-guides/wallet/cosmostation.md), [Leap Browser Extension](/general-guides/wallet/leap.md)

* Leapboard - <https://cosmos.leapwallet.io/>

## Delegation of LikeCoin on Mobile

Using a mobile browser with [stake.like.co](https://stake.like.co/welcome) can delegate by [Authcore](/depub/register.md).

You can also use Keplr Mobile, [Cosmostation app](#delegate-via-cosmostation-app) and [LikeCoin app](#delegate-via-liker-land) to delegate.

{% content-ref url="/pages/rNIExUHs1mj6ha03e5xj" %}
[Delegate on mobile](/general-guides/stake/delegation-of-likecoin/delegate-on-mobile.md)
{% endcontent-ref %}

{% hint style="success" %}
[Transaction fees](/general-guides/wallet/transaction-fee.md) are required for ‌Delegate and Withdraw Rewards.
{% 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/stake/delegation-of-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.
