# A few things you should know about

After receiving the form submission, we will create the LST and integrate it automatically into our Router and Reserve infrastructure, which will make your LST truly liquid and composable. Infinity support, however, is not provided by default.

From that moment on, your LST will be tradeable on Jupiter, our website and be available on [our stats API](https://extra-api.sanctum.so/) and [trading API](https://api.sanctum.so/). Jupiter and Sanctum will aways give your users the best price across liquid markets (AMMs and CLOBs), the Router and Infinity.&#x20;

If you want to achieve specific integrations, you may want to integrate the Jupiter or Sanctum API, or the [Router Rust SDK](https://github.com/igneous-labs/stakedex-sdk), for which you can find more information in [For developers](/docs/for-developers/deployed-programs.md).

A few disclaimers:&#x20;

* the Router isn't accepting stake accounts if they're not **Active** and withdraw transactions will fail if the amount to be withdrawn is superior to the active stake account amount - this can easily be mitigated by staking the required amount a prior epoch before testing.
* the delegation crank only supports single-validator delegation for now.


---

# 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://learn.sanctum.so/docs/creating-your-own-lst-with-sanctum/the-setup-process-launching-your-lst/a-few-things-you-should-know-about.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.
