# Locker Contract

The LOQT protocol is powered by a dedicated smart contract deployed on the Abstract blockchain. This contract is responsible for managing token locks, enforcing unlock schedules, and ensuring that all operations are fully transparent and verifiable

### Contract Address

* **Address:** `0xd487309DCda0fbB2Ea8EA31fEb56D271658a31d1`
* **Verified on Abscan:** [View on Abscan.org](https://abscan.org/address/0xd487309dcda0fbb2ea8ea31feb56d271658a31d1?utm_source=chatgpt.com)

The contract source code is verified and publicly accessible, allowing anyone to review its logic and confirm that it operates as intended

### Security

* **Immutable logic** – once deployed, the contract code cannot be altered. This ensures that all token locks follow the same transparent rules
* **On-chain enforcement** – unlock schedules are controlled entirely by the contract. No external system or admin can modify or override a lock
* **Permissionless access** – anyone can interact with the contract directly, without relying on intermediaries

### Efficiency

The contract is designed to minimize gas usage while maintaining security. Core functions, such as creating locks or unlocking tokens, are optimized for low-cost execution without sacrificing safety or transparency


---

# 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/locker-contract.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.
