# Introduction

Welcome to the Leap Metamask Snaps Integration Guide. This resource is designed to help dApp developers effortlessly integrate Metamask into their applications using Leap Snaps.

[Metamask Snaps](https://metamask.io/snaps/) is a platform developed by Metamask that enables developers to extend Metamask's functionalities to non-EVM ecosystems. With the help of code snippets, developers can create and directly plug their extensions into Metamask.

Leap has developed a Cosmos Snap, allowing users to leverage their MetaMask wallets for signing Cosmos transactions.

## [@leapwallet/metamask-cosmos-snap](https://www.npmjs.com/package/@leapwallet/metamask-cosmos-snap)

##

For more details, including instructions on trying our live demo and answers to frequently asked questions, please refer to this guide.

{% embed url="<https://www.notion.so/leapwallet/Leap-Metamask-Snaps-Guide-04a65ce13df5483da22531cc4a4558a8>" %}


---

# 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.leapwallet.io/cosmos/leap-metamask-snap/introduction.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.
