> For the complete documentation index, see [llms.txt](https://hawk2.gitbook.io/hawk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hawk2.gitbook.io/hawk/auth.md).

# Auth

The **Auth** page is where users can securely connect their wallets and verify ownership, enabling access to the Hawk Tracker platform. Since this platform is token-gated, owning a specific number of **$HAWK2** tokens (the native token of the platform) is required for entry.

We understand that wallet connections and signatures can be sensitive topics, so we’ve designed the process to be transparent, simple, and secure.

<figure><img src="/files/N2o0p9kGUn1AbgJLtuKP" alt=""><figcaption></figcaption></figure>

***

**How the Authentication Process Works**

1. **Connect Your Wallet**
   * Use your **Phantom Wallet** to connect to the platform.
   * This step allows us to view your public wallet address and token balances.
   * **Important:** We cannot access your funds or initiate any transactions—this is purely for viewing public data.
2. **Verify Holdings**
   * After connecting your wallet, we’ll ask you to sign a simple message to verify that you own the wallet.
   * The signature contains:
     * The word "Hawk."
     * A timestamp for security.
   * **Why This is Safe:**
     * The signature doesn’t give us access to your funds or permission to make transactions.
     * It only proves ownership of the wallet.
     * No sensitive information is included or shared.
3. **Verification Completed**
   * Once you’ve signed the message, we’ll check if your wallet holds the required number of **$HAWK2** tokens.
   * If verified, you’ll gain access to the platform without granting any additional permissions.

***

**Why This Method is Secure**

* **Read-Only Access:**
  * The connection only allows us to view your public wallet address and token balances.
  * Your funds remain safe and untouched.
* **Non-Transactional Signature:**
  * The signature request is purely for verification, containing no data that could be used maliciously.
* **No Custom Permissions:**
  * We don’t request custom permissions, ensuring your wallet remains completely under your control.

***

**Final Thoughts**

The authentication process is designed to be as secure and straightforward as possible, giving you peace of mind while accessing the Hawk Tracker platform. By leveraging token-gated access through your Solana wallet, we ensure that only authorized users with the required **$HAWK2** holdings can benefit from the platform’s powerful tools and insights.


---

# 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:

```
GET https://hawk2.gitbook.io/hawk/auth.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.
