# Hyperliquid

Though fully on-chain, Hyperliquid's trading experience is closer to a CEX than to an AMM DEX.

Similarly, in goodcryptoX it behaves almost exactly like a CEX integration — but with DEX-style pricing and token economics.

You trade Hyperliquid inside our CEX interface, using the full CEX trading toolset: advanced orders, all CEX bots, TradingView webhooks, TA signals, price alerts, and more.

[Connection](/perp-dexs/hyperliquid/how-to-connect.md) works the same way as on CEXs: through an API wallet (their version of an API key), which lets goodcryptoX place orders but never withdraw funds.

Unlike centralized exchanges, no subscription is required to use any advanced tools or to increase bot limits.

Instead, Hyperliquid follows our DEX fee model: a [trading fee](/perp-dexs/hyperliquid/builder-fees.md) applies, which can be [reduced](/ecosystem/dex-swap-fee.md) through [trading volume](/ecosystem/loyalty-program.md), [GOOD holdings](/good-token/holding-benefits.md), a higher [subscription tier](/ecosystem/subscription-plans.md), or an [Ultimate NFT](/ecosystem/nfts.md).

Hyperliquid fees also integrate directly with GOOD token economics:\
`50%` goes to [Revenue sharing](/ecosystem/revenue-sharing.md), `10%` to daily GOOD [burns](/good-token/burn.md), and [referrers](/ecosystem/referral-program.md) receive `25%` of all trading fees paid by their invitees.

goodcryptoX significantly expands Hyperliquid’s native functionality.

You get conditional [stop orders](/perp-dexs/manual-orders/stop-market-limit.md) that don’t freeze your balance until triggered, along with a full suite of [trailing orders](/perp-dexs/manual-orders/trailing-stops.md) — including trailing entries, trailing exits, and reverse-trailing setups like “buy the dip” or “sell the pump.”&#x20;

Our [Take Profit + Stop Loss combos](/perp-dexs/manual-orders/tp+sl-combo.md) are in a different league: you can set multiple TP targets, have your SL follow filled TPs, or apply trailing logic to either leg.&#x20;

You can also run automated strategies with [Grid](/perp-dexs/bots/grid-bot.md), [DCA](/perp-dexs/bots/dca-bot.md), or [Infinity Trailing](/perp-dexs/bots/infinity-trailing.md) bots, and trigger or cancel any order or bot in goodcryptoX using [webhooks](/perp-dexs/webhooks.md) — powered by any TradingView strategy or alert.


---

# 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.goodcrypto.app/perp-dexs/hyperliquid.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.
