> For the complete documentation index, see [llms.txt](https://docs.leapwallet.io/cosmos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.leapwallet.io/cosmos/elements/introduction.md).

# Introduction

<figure><picture><source srcset="/files/bHJf251kNoREnzJg72d6" media="(prefers-color-scheme: dark)"><img src="/files/zPzwsFXvpvMzFwXKwUiY" alt=""></picture><figcaption></figcaption></figure>

Leap Elements is an SDK that helps you simplify user onboarding journey on your dApp, seamlessly integrating various providers for Cosmos swaps, EVM swaps/bridge, Fiat on-ramps & IBC transfers. This allows users to acquire necessary tokens to get started with your dApp, without ever leaving your frontend.

### Why did we build Elements SDK?

Users often find it challenging to manage their assets and liquidity across various dApps and chains due to the complexities of inter-blockchain communication (IBC) transfers, bridging, swaps, and fiat on-ramps.

These issues can lead to a disjointed and inconsistent user experience, affecting conversion rates.

### How can Elements SDK help?

By integrating the Leap Elements SDK, developers can enable their users to move their tokens or get new tokens right from their dApp. Here's some benefits of using the Elements SDK -

* Deliver a consistent user experience
* Easily customise the components to match your dApp's style
* Increase user activity and conversion rates on your dApp

### You're in good company 🤝🏻

The most popular dApps are using leap elements to make their users lives easier!

* [app.stargaze.zone](https://app.stargaze.zone)
* [badkids.shop](https://badkids.shop)
* [eclipsefi.io](https://eclipsefi.io)
* [cloudmos.io](https://cloudmos.io)
* [app.stride.zone](https://app.stride.zone/)
* [omniflix.tv](https://omniflix.tv/interactiveVideos)
* [swapfast.app](https://swapfast.app)

### Want to try it out?

* If you want to see elements in action, check out [SwapFast](https://swapfast.app)
* If you'd like to customise elements using a webapp, check out [https://leap-elements.web.app](https://leap-elements.web.app/)

### Further Reading

You can read more about Elements on the [Interchain Foundation Blog](https://blog.cosmos.network/leap-elements-simplifying-ux-for-interchain-dapps-0e76958c04c7).


---

# 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.leapwallet.io/cosmos/elements/introduction.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.
