Overview

HyperRich is built on top of Hyperliquid’s high-performance infrastructure, designed for maximum efficiency and minimal latency. Our architecture consists of several key components:

Core Components

Web Interface

We strongly believe that the best form function for trading is a website. It allows complete transparency for traders with access to realtime market data, continuously refreshed price quotes, and slippage estimates so that you can always be confident in your trades.

Trading Engine

The trading engine is the core component of HyperRich, responsible for processing orders and executing trades. It is built on top of Hyperliquid’s spot USDC settlement layer, ensuring that every transaction is secure, intelligent, and executed with minimal latency. We process all buy and sell orders as spot USDC transfers, and all orders are settled on-chain.

If you’d like to learn more about how the trading engine works, here’s a brief technical overview:

We maintain a series of queues for each token, which are used to process orders. Within each queue, all orders are processed sequentially, ensuring transactional consistency. We can parallelize the processing of orders across different tokens, allowing us to handle a large number of orders efficiently. Additionally, we execute all orders as spot USDC transfers (through the Hyperliquid settlement layer), ensuring that all orders are settled on-chain. We will be publishing a technical whitepaper with performance benchmarks in the future that dives deeper into the architecture of the trading engine.

Maximum Privacy

Unlike other Hyperliquid platforms, we offer truly non-custodial trading. You can simply connect your own wallet to trade.

API Layer

We offer a RESTful API for programmatic trading, allowing you to interact with the trading engine programmatically. You can view the API reference here.