# Multisig

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

A multi-signature wallet ("multisig") is a cryptocurrency wallet that requires two or more private keys for generating, signing and sending transactions on Cosmos chains.

## Pluto

[Pluto](https://likecoin-cosmos-pluto.netlify.app/) is a community-developed GUI widget for creating and signing LikeCoin multisig wallets. You are welcome to contribute [source code](https://github.com/likecoin/likecoin-cosmos-pluto) and build together!

{% embed url="<https://www.youtube.com/watch?v=uezG7Pe-MJc>" %}

## CLI

Users who are accustomed to using the command-line interface (CLI) can download the latest [LikeCoin chain CLI release](https://github.com/likecoin/likecoin-chain/releases) for multisig tools.


---

# 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.v2.like.co/general-guides/wallet/multisig.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.
