# HyperCore

The **Hyperliquid API** lets users and builders interact directly with the network, enabling seamless automation, integration, and innovation. Whether you're optimizing trading strategies or creating new financial products, the API provides the flexibility to build and earn rewards through on-chain activity.

1. **Automate and Optimize Trading**
   * Implement **trading bots** to execute market-making, delta-neutral, or other algorithmic strategies.
   * Manage orders programmatically with minimal latency and direct access to Hyperliquid’s liquidity.
2. **Incorporate Builder Codes** - [Learn More](/wiki/architecture/hypercore/dex/clearinghouse/fees-builder-codes.md#builder-codes)
   * **Builder codes** allow builders to set an additional fee, on top of Hyperliquid’s fees, of up to **0.1% for perpetuals** and **1% for spot**.
   * The user must sign to approve these fees, and for each trade made through this interface, they will pay **Hyperliquid fees + the builder fee**.

#### Resources

* 📚 [Endpoint Explanation](/wiki/guide/builder-guide/hypercore/endpoints.md) → Detailed breakdown of all API endpoints and the [Official Hyperliquid API Docs](https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api).
* 🛠️ [Builder Codes Docs](https://hyperliquid.gitbook.io/hyperliquid-docs/trading/builder-codes) → How to implement builder codes.
* 🎥 [Jeff’s Video on Builder Codes](https://www.youtube.com/watch?v=WeRh589I76o\&ab_channel=WhenShiftHappens) → Overview of Hyperliquid’s vision and builder incentives.
* 💧 [Testnet Faucet](https://hyperliquid.gitbook.io/hyperliquid-docs/onboarding/testnet-faucet) → Get test tokens for the Hyperliquid testnet.

{% hint style="success" %}
**Stay Updated:** Check pinned messages in the <kbd>#api-announcements</kbd> Discord channel for the latest updates. If you have **questions**, head over to <kbd>#api-traders</kbd>, that’s the best place to ask!
{% endhint %}


---

# 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://hyperliquid-co.gitbook.io/wiki/guide/builder-guide/hypercore.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.
