# Is my unique deposit address permanent?

Yes.

Protocol (Unit-generated "deposit" and "withdrawal") addresses are generated by the Guardian Network, and are permanently tied to their corresponding destination address.

1. Alice has a Hyperliquid wallet `0x1234...9876` , and wants to deposit BTC.
2. The Unit protocol generates a deposit address for Alice: `bc1q...ukhe`  This address is permanently and uniquely tied to Alice's HL address `0x1234...9876`&#x20;
3. Any and all future transfers made to Alice's deposit address will be credited to `0x1234...9876` on Hyperliquid.
4. If Alice begins to use a different account on Hyperliquid `0x6789...4321` , she must generate a new unique deposit address for this account.

The same is true for withdrawals, and withdrawal addresses.&#x20;


---

# 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/is-my-unique-deposit-address-permanent.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.
