# Vesting

Team tokens are a certain amount of funds set aside to be released gradually. They are normally used later for further development, team rewards marketing, etc. Dumping these tokens can cause a dip.&#x20;

CryptEx Team Vesting service guarantees that the team fulfills their obligation to the investors for the duration of the locking period, and the tokens would be released in portions as promised.\
\
Our audited smart-contracts securely vest users' team tokens for any customized duration. Similar to the Locker, the tokens are placed into a smart contract and only accessible to withdraw after the vesting period has passed.

### How does it work

Similarly to usual locking, tokens get locked on a smart contract. For team vesting the minimal proxy pattern is used. Each token is blocked in its own designated sandbox or satellite contract.

**There is no possibility that an accidental mistake in calculations, balancing, or any issue with the locked tokens, might cause a malfunction or transfer of the tokens from one user to another.**

### **Versions**&#x20;

* v1 - There is no referrer support
* v2 - There is referrer support

#### If you have any questions about LP tokens or Liquidity locking, learn **Vesting** FAQ:

{% content-ref url="/pages/aw6dRWX33zZicLwBK2bv" %}
[Vesting FAQ ](/faqs/vesting-faq.md)
{% endcontent-ref %}


---

# 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.cryptexlock.me/cryptex-services/vesting.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.
