# Create NEAR Lockup (Vesting)

NEAR Vault supports two types of lockups: linear release and cancellable with a cliff feature.

### Linear Release Lockup

A linear release lockup allows for a gradual release of tokens from a start date to an end date. This type of lockup cannot be cancelled once created.

### Cancellable Lockup with Cliff

A cancellable lockup offers a cliff feature, allowing the NEAR Foundation to cancel the lockup at any time and transfer back the unvested amount. If a cliff date is set, the receiver can only start withdrawing tokens after the cliff date has passed.

#### Prerequisites

* The minimum amount of NEAR for a lockup is 4 NEAR.
* The recipient account ID must be added to the address book.

#### Create a Lockup

1. Go to: <https://nearvault.org/lockup/create>
2. Fill in the following fields:
   * **Sender Wallet**: Select the wallet to fund the lockup.
   * **Receiver Account**: Select the account to receive the lockup.
   * **Token**: NEAR (pre-selected, cannot be changed).
   * **Amount**: Enter the amount of NEAR to be locked up.
   * **Allow Cancellation**: Toggle on/off to allow or disallow cancellation of the lockup by the NEAR Foundation.
   * **Start Date**: Select the start date of the lockup.
   * **End Date**: Select the end date of the lockup.
   * **Cliff Date** (optional): Select the date when the receiver can start withdrawing tokens. Only available if cancellation is allowed.
   * **Allow Staking**: Toggle on/off to allow or disallow staking of the locked-up tokens by the owner (even before the cliff date).
3. Review the lockup details and explanation provided.
4. Click on "Create Lockup" to create the lockup contract.

Note: Non-cancellable lockups are not compatible with cliff dates.


---

# 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.nearvault.org/treasury/create-near-lockup-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.
