# HIP-3 and DEX abstraction

Wildmeta provides comprehensive support for HIP-3 DEXs, leveraging native abstraction capabilities inherited from Hyperliquid to enable seamless trading across multiple decentralized derivatives exchanges through unified interfaces.

### HIP-3&#x20;

HIP-3 represents the openness of decentralized derivatives exchanges. Allow permissionless DEX deployment with underlying infrastructure of Hyperliquid.

Wildmeta fully support HIP-3 DEXs.

### Native DEX Abstraction

Wildmeta inherits Hyperliquid's DEX abstraction framework, enabling unified interaction with multiple HIP-3 platforms through standardized interfaces. This abstraction eliminates the complexity of managing different exchange APIs while maintaining access to platform-specific features.

**Unified Order Management** enables order placement and management across multiple exchanges through single interface commands. Traders can implement cross-exchange strategies without managing individual platform connections or order tracking systems.

### Supported Platforms

**Hyperliquid** serves as the primary HIP-3 platform with established liquidity and proven performance handling over $1 billion daily trading volume. Full integration provides access to all platform features including advanced order types and margin configurations.


---

# 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.wildmeta.ai/trading-terminal/hip-3-and-dex-abstraction.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.
