# FAQ

## General FAQ’s

[**What is Unit?**](/unit/about-unit.md)

[**Who is the team behind the project?**](/unit/about-unit/team.md)

[**What are Unit Guardians?**](/architecture/components.md#guardian-network)

[**How do I get in touch with Unit?**](/faq/how-do-i-get-in-touch-with-unit.md)

### **Protocol Operations**

[**How do I deposit or withdraw assets from Hyperliquid?**](/how-to/deposit.md)

[**How long does a deposit/withdrawal take?**](/faq/how-long-does-a-deposit-withdrawal-take.md)

[**Where's my transaction?**](/faq/wheres-my-transaction.md)

[**What if my deposit fails?**](/faq/wheres-my-transaction.md)

[**Is my unique deposit address permanent?** ](/faq/is-my-unique-deposit-address-permanent.md)

[**Can I generate multiple deposit addresses for my Hyperliquid wallet?**](/faq/can-i-generate-multiple-deposit-addresses-for-my-hyperliquid-wallet.md)

[**What type of Bitcoin address does Unit derive?**](/faq/what-type-of-bitcoin-deposit-address-does-unit-derive.md)

[**How do fees on Unit work?**](/faq/how-do-fees-on-unit-work.md)


---

# 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.hyperunit.xyz/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.
