> For the complete documentation index, see [llms.txt](https://docs.neko.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neko.fun/features/key-offerings/neko-builder-code.md).

# Neko Builder Code

## What It Is

The Neko Builder Code is the foundational integration that connects the Neko interface to Hyperliquid's decentralized liquidity infrastructure. This enables Neko to offer seamless access to Hyperliquid's deep liquidity for both spot assets and perpetual contracts from Hyperliquid.

{% hint style="info" %}
Neko does not charge premium fees ontop of the Hyperliquid frontend for now.&#x20;
{% endhint %}

### Your Benefit

By building on Hyperliquid's core infrastructure, Neko provides a superior and consolidated trading experience.

* **Unified Trading Hub**: Trade the full spectrum of Hyperliquid's spot and perpetuals markets without leaving the Neko interface.
* **Deep Liquidity Access**: Directly tap into Hyperliquid's robust L1 orderbook and perpetuals liquidity for efficient trade execution.
* **Comprehensive Market Coverage**: Gain access to all **HyperCore** spot tokens and **HIP-3** perpetuals exchanges, including newly listed assets, from a single point of entry.

***

#### Future Development

The Neko Builder Code in tandem to the Neko HL SDK is architected for future expansion, with key upgrades planned to enhance trading efficiency and capital flexibility.

**Spot Execution Aggregator**

Neko plans on integgrating an execution aggregator for spot trades on HyperEVM. This system will intelligently route orders between Hyperliquid's L1 orderbook and various **HyperEVM** AMMs. The goal is to guarantee optimal trade execution by automatically sourcing the best price across all integrated liquidity venues.

**Multi-Margin Perpetuals**

In partnership with a \[*undisclosed parnter*], Neko will introduce multi-margin collateral for perpetuals trading. This will allow you to use a wider range of assets—such as BTC, ETH, and HYPE—as collateral for your perpetual positions, increasing capital efficiency and trading flexibility.


---

# 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.neko.fun/features/key-offerings/neko-builder-code.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.
