> For the complete documentation index, see [llms.txt](https://learn.trovemarkets.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.trovemarkets.com/hip-3/trove-on-hip-3.md).

# Trove on HIP-3

Trove is the first HIP-3 deployment focused on collectible perpetuals, extending Hyperliquid’s core infrastructure to non-fungible cultural assets such as Pokémon, CS2, and much more.

<figure><img src="/files/9wt7AGo7ikSIone5QdP2" alt=""><figcaption><p>Trove's HIP3 markets will show on the HIP-3 section of Hyperliquid. Currently only <a href="https://x.com/@tradexyz">@tradexyz</a>'s markets show</p></figcaption></figure>

Through HIP-3, Trove’s markets execute natively inside the Hyperliquid interface, inheriting the same matching engine, risk model, and settlement logic that power all Hyperliquid perpetual markets.

{% hint style="info" %}
Removes the need for isolated infrastructure and ensures uniform margining, liquidation, and funding mechanisms across all assets.
{% endhint %}

***

#### **HIP-3 features**

<sub>A briefer overview regarding HIP-3 and Trove here</sub><sub>**:**</sub> [<sub>**https://x.com/TroveMarkets/status/1983949998279565510**</sub>](https://x.com/TroveMarkets/status/1983949998279565510)

| **Feature**           | **HIP-3 Capability**             | **Trove Implementation**                                               |
| --------------------- | -------------------------------- | ---------------------------------------------------------------------- |
| **Market Deployment** | Permissionless market creation   | Collectible perp suite: Pokémon, CS2, Charizard and more markets later |
| **Infrastructure**    | Shared execution + risk engine   | Margin, liquidation, and settlement via Hyperliquid core               |
| **Oracle Design**     | Custom oracle and leverage logic | Hybrid Mark + Validator + EMA pricing model                            |
| **Transparency**      | Fully on-chain operation         | All trade, funding, and liquidation data verifiable on-chain           |

#### **Architecture Alignment**

HIP-3 provides Trove with composable access to Hyperliquid’s low-latency execution layer and shared risk engine, eliminating redundant infrastructure.

We define only market-specific parameters — oracle logic, leverage constraints, and collateralisation rules — while all trade lifecycle operations are handled by Hyperliquid’s base protocol.

> In summary: Trove builds the culture layer; Hyperliquid provides the engine.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://learn.trovemarkets.com/hip-3/trove-on-hip-3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
