# sWAX Locker

Have paper hands? One of our roadmap goals is to implement a time/price-lock mechanism, which will allow users to lock their sWAX tokens in our smart contract until one of the following occurs:

* The amount of time the user chose to lock for has elapsed
* WAX has reached the user's target selling price

This will create a way for users to make sure they don't sell their WAX tokens too early. WAX price will be fetched from the native open-source delphioracle contract on WAX.

It is worth noting that in order for a price-based unlock to occur, the current WAX price must be >= the user's target price. Therefore, if a user waits until the price goes back under their target, they will not be able to unlock until one of the criteria is met again.


---

# 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.waxfusion.io/roadmap/swax-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.
