# LST Creator Widget

### 📌 Introduction

The LST Creator Widget is a plug-and-play solution that allows users to mint Liquid Staking Tokens (LSTs) directly within your application. Powered by The Vault, this widget simplifies staking and enhances user engagement by offering a seamless minting experience.

🔗 **GitHub Repository**: [The Vault LST Creator Widget](https://github.com/SolanaVault/lst-minter-widget)

### ✨ Key Features

* Seamless Integration – Easily embed the widget into your app to enable LST minting.
* User-Friendly Interface – A simple and intuitive UI for all users.
* Blockchain-Powered – Interacts with The Vault’s secure API for minting.
* Customizable – Can be tailored to fit your app’s branding and needs.

***

### 🚀 How It Works

The widget provides an effortless way for users to stake assets and receive LSTs in return.

* Select a Staking Option – Widget implementors choose which asset to stake.
* Enter Amount – They input the amount to stake.
* Mint LSTs – The widget provides a serialized transaction built with [The Vault API](https://github.com/SolanaVault/lst-minter-widget).
* Receive Confirmation – Users get real-time feedback on their minted tokens.

All the transaction building happens in the background, which minimizes dependencies required in your application.

***

### ⚙️ Widget Integration

* No Coding Required – Just embed the widget and configure a few parameters.
* Secure API Calls – The widget handles all blockchain interactions safely.
* Works with Any App – Whether it’s a web app, dApp, or DeFi platform, it fits in perfectly.

For advanced use cases, developers can modify the widget’s styles and functionality to match their platform.

***

### 🔗 API Overview (Non-Technical)

The LST Creator Widget interacts with The Vault API to:

* Fetch-supported LST options
* Process staking transactions
* Provide real-time feedback

All API calls are securely handled within the widget, ensuring a smooth user experience without requiring direct API management from developers.

***

### ❓ FAQs

* Do users need a crypto wallet?
  * Yes! The widget requires a compatible Solana wallet to process transactions.
* Can this be customized?
  * Absolutely! You can adjust styling and behavior to fit your platform’s needs.
* Do I have to have an LST to use it?
  * Not at all! You can simply use the direct staking feature with the widget.

***

### 📞 Need Help?

For any issues or questions:

* Join our community on [Discord](https://discord.gg/aQC53CGgQY).

Get started today and integrate LST minting seamlessly into your app!

<br>


---

# 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.thevault.finance/power-users/lst-creator-widget.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.
