# How to Create

1. To get started go to this [link](https://www.thrustpad.finance/lock/create-lock).&#x20;

<figure><img src="/files/a7LYwbLKGOIfB21hSUVg" alt=""><figcaption><p>Create Lock Button</p></figcaption></figure>

2. Fill in the following:

* Fill in the following:
* **Token or LP Token Address:** This is the contract address for your token or liquidity token.
* **Amount:** This is the amount you are going to lock.
* **Lock Owner Wallet Address:** This is the wallet of the owner of the lock.
* **Lock Date:** This is how long the lock will last.
* **Lock Name:** This is the name of the lock.
* **Title:** This is the title of your project.
* **Project Description:** Put the description to your project here. There is no character limit.
* **Logo URL:** This is where the logo for your project goes. It must be a URL which you can get by uploaded your image on <https://postimages.org/> (We recommend using the dimensions 100x100 for the logo, but it resizes, so it doesn’t have to be exact).
* **Upload your Logo here:** This is where you can upload your logo as a file.
* **Website:** Enter your sites’ URL here.
* **Telegram:** Enter your project’s telegram invite here.
* **Twitter:** Enter your Twitter URL here.
* **Github:** Enter your Github URL here.
* **Discord:** Enter your Discord invite here.
* **Youtube:** Enter your Youtube link here.


---

# 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://thrustpad.gitbook.io/docs/for-projects/locks/how-to-create.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.
