# Token Vesting

## What is token vesting?

While our Liquidity Locker allows you to lock Liquidity Provider tokens to prevent classic "rug pulls", it does not allow single tokens (i.e. not LP pairs) to be time-locked.

This is what our Token Vesting feature does.

Token vesting is simply the ability to lock ***n*** amount of token for ***x*** amount of time as a commitment to hold the token.

A clear token vesting schedule may help gaining the trust of the community supporting the project, and could allow a more sustainable growth of the project by showing their commitment to the community.

Vested tokens are time-locked in a smart contract, fully audited, and cannot be sent, sold, added to liquidity or staked.&#x20;

Our Token Vesting is also a great tool for creating airdrops.

### Contracts

<table><thead><tr><th>Chain</th><th>Vesting Address (Legacy)</th><th width="254">Vesting Address (V2)</th></tr></thead><tbody><tr><td>ETH</td><td>0xdba68f07d1b7ca219f78ae8582c213d975c25caf</td><td>0xA98F06312b7614523d0f5e725e15fd20fB1b99F5</td></tr><tr><td>BSC</td><td>0xeaed594b5926a7d5fbbc61985390baaf936a6b8d</td><td>0x7f3f9f4ED8987B78adC448a840169A0FD5AFFAAB</td></tr><tr><td>BASE</td><td>0xA82685520C463A752d5319E6616E4e5fd0215e33</td><td>0x7ca3dE7D58A0bCAd115184597553485A919320c5</td></tr><tr><td>Polygon</td><td>0x2621816be08e4279cf881bc640be4089bfaf491a</td><td>0x09e9f68F72917984e333BD2E18Adae5fAFf97587</td></tr><tr><td>UNICHAIN</td><td>                         -</td><td>0x3dd1e6c7F905322136E5DF5ECf638059877E0a20</td></tr><tr><td>ARB</td><td>0x8cb0300Af2A801DC9992225D45399ac56888cBcd</td><td>0x7f3f9f4ED8987B78adC448a840169A0FD5AFFAAB</td></tr><tr><td>TELOS</td><td>0x76E62a8397ACD7e7303680365025DB8478E19C90</td><td>                         -</td></tr><tr><td>AVAX</td><td>0xCa61C60D9Da18fA4e836a1e378Ded3205FcEdfA5</td><td>0x586FEfeeFA117cEC8f32a6B2a0ABEE443315eb87</td></tr><tr><td>SEI</td><td>0xEc76C87EAB54217F581cc703DAea0554D825d1Fa</td><td>                         -</td></tr><tr><td>OP Mainnet</td><td>0x599886b24b0a625e4912033213d6b6188a1abca2</td><td>0x2Ba0cb1153f10d2A95E16e0581324244b9227dDB</td></tr><tr><td>Sepolia Testnet</td><td>0x3dFC191d2ff5008e11d878345daD88A0C005fCf0</td><td>0x02F6a02d5efDe05c1708D470CC672f024127298b</td></tr><tr><td>Base Sepolia</td><td>                         -</td><td>0x599deCDe794cC544A2aD0Cb1C0Dc8E16EecbDcb7</td></tr></tbody></table>

##


---

# 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.uncx.network/guides/for-projects/token-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.
