# StableVault

**StableVault** is the liquidity and yield layer of StableStock.

* **Staking & Yield**: Users can stake their sTokens into StableVault and receive stStocks (e.g., stTSLA), which are yield-bearing tokens.
* **Strategy Aggregator**: StableVault deploys assets into multiple strategies, such as:
  * Providing liquidity in sStock-stablecoin pools (DEX/MM)
  * Supplying to lending markets
  * Bridging liquidity across chains
* **Yield Composition**: Users earn dividends from the underlying securities plus additional DeFi yields from the deployed strategies.
* **Open Infrastructure**: StableVault liquidity is available for developers to integrate into new products, such as indexes, options, and structured products.

StableVault transforms tokenized securities into **active, yield-generating capital** across DeFi.


---

# 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://stablestock.gitbook.io/ss/concepts/stablevault.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.
