# Overview

Unit operates as a neutral infrastructure component within the Hyperliquid ecosystem, allowing users to deposit and withdraw major crypto assets directly to and from their spot balance on Hyperliquid's native exchange.

<figure><img src="/files/WvHVn8L5bw155KcoExV8" alt="" width="563"><figcaption></figcaption></figure>

## Core Protocol

At the center of the Unit protocol is a distributed leader-verifier network of operators, called "Guardians". Each Guardian is independently running the "agent", an implementation of the Unit protocol developed by the Unit core team.

Guardians also operate and use nodes and indexers for the native blockchains of all Unit-supported assets, enabling independent verification of blockchain data.

The Guardians all participate in consensus and Multi-Party Computation (MPC) Threshold Signature Scheme (TSS) to perform protocol operations.&#x20;

***

### App / UI

The Unit core contributors developed an interface for users to interact with the protocol, which can be found at [app.hyperunit.xyz](https://app.hyperunit.xyz). This is a centralized interface maintained by the core team, and is optional in using the protocol.&#x20;

Users may also access the protocol on [app.hyperliquid.xyz](https://app.hyperliquid.xyz), or by making requests to the Guardian Network directly, as described in our developer documentation.

***

### Compliance Layer

The protocol includes OFAC-compliant transaction screening and monitoring, as well as IP-based geoblocking and VPN detection. For more details, see the [Legal Section](/legal/regulatory-compliance.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/architecture/quickstart.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.
