> For the complete documentation index, see [llms.txt](https://docs.uniramp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uniramp.com/product/widget/use-cases.md).

# Use Cases

**Crypto Exchanges**\
Empower your users to effortlessly onramp crypto and stablecoins directly into their exchange wallets. This streamlined process significantly simplifies the onboarding experience for new users and enhances retention among existing ones. By integrating our v2 widget, your exchange can offer a more user-friendly, efficient service, making it easier for users to start trading and manage their assets on your platform.\
\
**Crypto Wallets**\
Revolutionize your crypto wallet, whether it's software or hardware, by enabling users to directly onramp crypto and stablecoins. This feature not only simplifies the process for new users but also bolsters user retention by adding convenience. Additionally, consider integrating the option for in-wallet crypto-crypto swaps, offering users a comprehensive, all-in-one wallet solution that caters to all their crypto transaction needs.\
\
**DeFi Protocols/Platforms**\
Facilitate a seamless onramp for your users to acquire native, protocol, or governance tokens directly into their preferred wallets. Enhance your platform's accessibility by allowing the onramping of popular blockchain assets like ETH, BSC, MATIC, or stablecoins, which are essential for engaging with your platform. If your protocol functions as a DEX, bridge, or similar, you might opt to disable crypto-crypto swaps to maintain focus on your core offerings.\
\
**GameFi**\
Transform the gaming experience by enabling players to directly onramp your game's native, protocol, or governance tokens into their in-game wallets. This integration not only streamlines the process of acquiring in-game assets but also deepens player engagement by providing a direct link between the game economy and the broader crypto ecosystem. By simplifying the onramp process, you enhance the overall gaming experience, making it more accessible and appealing to a wider audience.


---

# 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.uniramp.com/product/widget/use-cases.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.
