# Developers

- [API](https://docs.hyperunit.xyz/developers/api.md): Documentation for the Unit Protocol public APIs.
- [Generate Address](https://docs.hyperunit.xyz/developers/api/generate-address.md): Generate an address for deposit/withdrawal.
- [Guardian Signatures](https://docs.hyperunit.xyz/developers/api/generate-address/guardian-signatures.md): Verifying the integrity of generated addresses
- [Estimate Fees](https://docs.hyperunit.xyz/developers/api/estimate-fees.md): Get current fee rate and processing time estimates for each network
- [Operations](https://docs.hyperunit.xyz/developers/api/operations.md): Retrieving operations for an address.
- [Deposit Lifecycle](https://docs.hyperunit.xyz/developers/api/operations/deposit-lifecycle.md): The lifecycle of a deposit operation
- [Withdrawal Lifecycle](https://docs.hyperunit.xyz/developers/api/operations/withdrawal-lifecycle.md): The lifecycle of a withdrawal operation
- [Withdraw Queue](https://docs.hyperunit.xyz/developers/api/withdraw-queue.md): Retrieve protocol information related to withdrawals
- [Key Addresses](https://docs.hyperunit.xyz/developers/key-addresses.md)
- [Mainnet](https://docs.hyperunit.xyz/developers/key-addresses/mainnet.md): Key protocol information
- [Token Metadata](https://docs.hyperunit.xyz/developers/key-addresses/mainnet/token-metadata.md): Mainnet Unit Token Metadata
- [Testnet](https://docs.hyperunit.xyz/developers/key-addresses/testnet.md): Key protocol information (Testnet)
- [Token Metadata (Testnet)](https://docs.hyperunit.xyz/developers/key-addresses/testnet/token-metadata-testnet.md): Testnet Unit Token Metadata


---

# 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/developers.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.
