# Airdrop FAQ

**Q. Where can I see the airdrop campaign page?**

* You will be able to access the airdrop campaign page from the navbar after you complete 1 transaction on the Mainnet V1.

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

**Q. How do I get access to the mainnet?**

* Hashstack V1 is open to everyone. You can access it from here - [app.hashstack.finance](https://app.hashstack.finance)

**Q. I cannot see my real time points.**

* Kindly give it a couple of minutes. Sometimes there may be a latency in fetching on-chain data

**Q. Where can I see the protocol metrics?**

* Use this link: <https://app.hashstack.finance/v1/protocol-metrics/>

**Q. When does my position get liquidated?**

* If current collateral + debt value ≤ 1.06 x debt actual.
* The loan health indicator shows whether your loan is currently healthy or facing potential liquidation. It is represented by a color code - green indicates good health, while red indicates that its nearing liquidation. The picture below represents a healthy loan position.

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

**Q. What is the minimum amount required for supply and borrow?**

* supply: $25 equivalent
* borrow: $100 equivalent


---

# 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.hashstack.finance/airdrop/faq.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.
