# StarkDeFi Liquidity Locker

{% hint style="info" %}
**Note:** WIP
{% endhint %}

Liquidity lockers from StarkDeFi give developers and protocols a safe place to store their tokens or digital assets for a set amount of time. Through the liquidity locker, users can safely store LP tokens or team tokens in StarkDeFi's secure environment without worrying about security breaches or unauthorized asset transfers.&#x20;

Please note that the assets locked are securely transferred over to the StarkDeFi smart contracts, so, in essence, StarkDeFi does not maintain custody of these assets, eliminating any counterparty risks and ensuring increased transparency for the users. Also, teams with token vesting schedules can use the liquidity locker to unlock and distribute tokens according to their vesting schedules. To prevent spam, a base fee in $SDC tokens (TBA) will be required before a locked schedule can be created.

<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.starkdefi.com/solutions/stark-defi-liquidity-locker.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.
