# LOQT Web App

The [LOQT Web App](https://loqt.xyz/) is the primary interface for interacting with the LOQT protocol. It allows users to create, manage, and monitor token locks in a simple and intuitive way while retaining the transparency and security of on-chain execution

### Key Features

* **Create Locks** – lock any ERC-20 token on the Abstract blockchain using either preset unlock schedules or fully custom schedules
* **My Locks** – view and manage the locks you have created. This includes details such as the total locked amount, remaining balance, per-unlock amount, progress, and upcoming unlocks
* **Global Locks** – browse all locks created through the protocol. This ensures full transparency by allowing anyone to verify activity across the entire contract
* **Filtering and Search** – filter locks by status (active, completed) or by specific tokens. A search bar makes it easy to locate particular locks
* **Transparency Dashboard** – key statistics such as total locks, active locks, unique token types, wallets involved, and claimable amounts are displayed at the top of the app
* **Wallet Support** – users can connect with either **MetaMask** or the **Abstract Global Wallet** to create and manage locks directly from their own wallets

### Access

The LOQT Web App is available at:\
[https://loqt.xyz](https://loqt.xyz/)

All actions taken through the Web App are executed directly on-chain via the Locker Contract, ensuring that the interface is simply a convenient way to interact with the protocol — not a requirement. Users may also interact with the contract directly if desired


---

# 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.prediqt.xyz/loqt/loqt-web-app.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.
