> For the complete documentation index, see [llms.txt](https://docs.paragon.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paragon.trade/trading/accessing-paragon.md).

# Accessing Paragon

Trade directly on Hyperliquid-no separate platform required.

## Interfaces

| Interface                                                          | Description             |
| ------------------------------------------------------------------ | ----------------------- |
| [app.hyperliquid.xyz](https://app.hyperliquid.xyz)                 | Official Hyperliquid UI |
| [Treadfi](https://app.tread.fi/?pair=para_OTHERS%3APERP-USDC)      | Builder frontend        |
| [Pear Protocol](https://app.pear.garden/trade/hl/HYPE-para:OTHERS) | Builder frontend        |
| [Based One](https://app.based.one/para:OTHERS)                     | Builder frontend        |
| [Bullpen](https://app.bullpen.fi/perps/para:OTHERS)                | Builder frontend        |
| [Insilico](https://insilicoterminal.com/#/trade)                   | Builder frontend        |
| Hyperliquid API                                                    | Programmatic access     |

This is a non-exhaustive list. Builder frontends may charge additional builder code fees — please review each platform's fee structure before trading.

All interfaces support:

* Market, limit, and stop orders
* Cross and isolated margin
* Real-time orderbook and charts

## API Access

Paragon markets use the standard Hyperliquid API. No separate endpoints or authentication.

→ [API Overview](/developers/api.md)

→ [Hyperliquid API Docs](https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api)


---

# 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:

```
GET https://docs.paragon.trade/trading/accessing-paragon.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.
