> For the complete documentation index, see [llms.txt](https://pregator-documentation.gitbook.io/pregator-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pregator-documentation.gitbook.io/pregator-whitepaper/pregator-labs-official-whitepaper-v1.0/security-first.md).

# Security First

1. **Investor Protection**<br>

   **Security and transparency are fundamental principles of the Pregator ecosystem.** To provide a secure environment for the community, the following measures will be implemented at launch:

   * **100% of the Liquidity Pool (LP) tokens will be locked for a minimum of one year, with the option to extend the lock as needed.** This approach ensures long-term liquidity security while preserving the flexibility to migrate to additional decentralized exchanges or introduce new trading pairs when it benefits the project and its community.
   * **Mint Authority Revoked:** The total supply is permanently fixed at **1,000,000,000 $GATOR**. No additional tokens can ever be minted.
   * **Freeze Authority Revoked:** No wallet can ever be frozen, blacklisted, or restricted by the token issuer.&#x20;

2. &#x20;***Project Wallet Structure.***                                                                               To ensure transparency, security, and proper fund management, the Pregator ecosystem uses dedicated wallets for specific purposes.

#### **Development Wallet:** BpXGbEpQNhxAWKyFHHdh5DrD7fbyB8HaBKnsmV8UiHZw                                                                           Receives the portion of transfer fees allocated to software development. Funds are used exclusively to build, maintain, and expand the Pregator ecosystem, including the official Pregator App and future utilities.

#### **TreasuryWallet:**    8YBUCadG5xDGi4yyJbZmx79bkY3Qxdw3BtKDAFTy6bik                                                                                          Responsible for project operations, ecosystem growth, strategic initiatives, exchange listings, partnerships, marketing campaigns, and long-term financial stability.

#### **Liquidity Wallet:** 9e8UnDUhJNVHjy2eFuneXhfnkgPwc17CcgRczSDTTpiP    Dedicated exclusively to creating and managing the Liquidity Pool (LP). At launch, the liquidity will be locked for a minimum of one year, with the option to extend the lock to maintain long-term security while preserving the flexibility to migrate liquidity or create additional trading pairs in the future.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://pregator-documentation.gitbook.io/pregator-whitepaper/pregator-labs-official-whitepaper-v1.0/security-first.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
