> For the complete documentation index, see [llms.txt](https://learn.sanctum.so/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.sanctum.so/docs/creating-your-own-lst-with-sanctum/the-sanctum-package.md).

# The Sanctum package

All Sanctum LSTs come with the Sanctum package:

* **Deep Liquidity Layer:** Your LST gains immediate access to Sanctum Infinity existing liquidity, eliminating the need for you to bootstrap liquidity from scratch. It typically consists of [\~50k SOL (and growing) liquidity available](https://solscan.io/account/F2AETMoKjZgb3965ee9DiSriVmFDMA9Uf1ebuWuVzjUu) for instant withdrawals. This opportunity is exclusive to Sanctum LSTs with 1,000 or more SOL in external stake.
* **Automated Maintenance:** We handle the complexities of running a stake pool, freeing you from the burden of infrastructure development and ongoing maintenance.
* **Jupiter Automatic Verification:** Your LST will automatically be verified on Jupiter, enhancing its visibility and accessibility for users.
* **Future DeFi Integrations:** We are continuously working on deeper integrations to further enhance the utility and reach of Sanctum LSTs.
* **SOL delegation opportunity:** Our Infinity reallocation strategy automatically moves SOL to higher-performing Sanctum LSTs. This opportunity is exclusive to Sanctum LSTs with 10,000 or more SOL in external stake.

{% hint style="info" %}
[Learn more about how we work with top teams to launch branded LSTs](https://sanctum.so/blog/launch-branded-solana-lst-with-sanctum)
{% endhint %}


---

# 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://learn.sanctum.so/docs/creating-your-own-lst-with-sanctum/the-sanctum-package.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.
