HYPagotchi Whitepaper
Autonomous Trading Agents on Hyperliquid
1. Abstract
HYPagotchi is a collection of 5,000 NFTs on HyperEVM, each encoding a unique autonomous trading algorithm as on-chain DNA. The collection comprises 6 character sets — 5 standard species with randomized trading configurations, and 150 hand-crafted Genesis 1-of-1s. Each NFT plugs into a decentralized trading engine that reads its DNA, constructs a trading algorithm, and executes trades autonomously on Hyperliquid perpetuals via non-custodial Agent Wallets.
The species determines the trading brain — the core algorithmic logic. Seven on-chain traits configure that brain's parameters: which indicators it watches, how it enters, how much leverage it uses, how it exits, what timeframe it reads, and what market it trades. The result is a fully autonomous trading agent that requires no manual intervention.
What you mint is what you get — permanent, immutable, autonomous. The roadmap leads to full decentralization: open-source engine, DAO governance, and admin renouncement. The end state is a system where GWDS could disappear and every HYPagotchi would still trade.
2. The Problem
Algorithmic trading is inaccessible. Building a trading bot requires programming skills, market knowledge, infrastructure, and constant maintenance. Most retail traders either trade manually (slow, emotional, inconsistent) or pay for signal services (opaque, often fraudulent, no verifiable track record).
There is no way to own a verifiable, transparent trading algorithm that runs autonomously without trusting a third party with your funds. Existing "copy trading" and "managed account" services require handing over custody or relying on centralized platforms that can be shut down, hacked, or exit-scammed.
The tools exist — Hyperliquid provides Agent Wallets, perpetuals markets, and on-chain execution. The algorithms exist — momentum, mean reversion, regime detection, pattern recognition are all well-understood. What's missing is the bridge: a way to encode a trading strategy as a permanent, ownable, autonomous asset.
3. The Solution
HYPagotchi solves this by encoding trading algorithms as NFTs. The strategy is on-chain (verifiable by anyone), the execution is autonomous (no manual intervention required), the wallet is non-custodial (you control your funds at all times), and the engine is being decentralized (no single point of failure).
You don't need to understand RSI or MACD — your agent does. You don't need to watch charts — your agent watches them 24/7. You don't need to make trading decisions — your agent's DNA already encodes every decision it will ever make. You just fund the Agent Wallet and let it run.
The strategy cannot be changed. You cannot adjust leverage, swap indicators, or override trades. This is by design: the DNA IS the strategy, and the strategy is permanent. What you hatch is what you get.
4. How It Works
The HYPagotchi lifecycle is three steps:
Mint an NFT — DNA is assigned via commit-reveal randomness. Species determines which trading brain you get. 7 traits configure that brain's parameters.
Connect to engine — Fund your Agent Wallet on Hyperliquid. The wallet uses trade-only keys — it can execute orders but cannot withdraw funds. Your capital stays in your control.
Agent trades autonomously — The engine reads your NFT's DNA, constructs the algorithm, connects to market data, generates signals, and executes trades 24/7. An on-chain oracle tracks performance for the leaderboard.
5. The Six Trading Brains
Each species is a fundamentally different trading algorithm — not a cosmetic theme. The same indicator produces completely different behavior depending on which brain interprets it.
BLAZERs enter when indicators show momentum building — RSI crossing above 55, MACD histogram increasing, price breaking above Bollinger bands. They ride the move using trailing stops and exit when momentum fades. Where a TIDEL sees RSI at 55 and waits, a BLAZER sees a green light. Fast, aggressive, decisive.
TIDELs wait for extremes — RSI below 30, price outside Bollinger bands, CCI below -150 — and enter against the crowd. Where BLAZERs chase, TIDELs fade. The contrarian brain that profits from the snap-back to equilibrium. Patient entries, precise targets, high conviction.
VOLTEXes first classify the market: trending, ranging, volatile, or quiet. Then they deploy the right sub-strategy — momentum-following in trends, mean-reversion in ranges, scalping in chaos, breakout-anticipation in squeezes. The same RSI reading triggers different behavior depending on the detected regime.
PRIZMAWs analyze three screens simultaneously — higher timeframe for trend direction, trading timeframe for setup, confirmation timeframe for trigger. They only trade when all three align. Pattern recognition (harmonics, Fibonacci, structural) adds extra confluence. The most selective species.
COSMOXes are the ONLY species that manages multiple positions simultaneously. They track cross-asset correlations, sector rotation, and macro regimes (risk-on, risk-off, rotation, crisis). Instead of trading one asset in isolation, they construct a portfolio. Lowest drawdown, most consistent returns.
150 completely unique trading algorithms. Each has a hand-crafted strategy with its own name, philosophy, mechanics, and exit rules — plus a 100% unique creature design. No shared templates, no shared logic. From "The Eclipse" to "Omega," every Genesis is a one-of-a-kind trading brain.
6. Trading Traits
Every HYPagotchi (except Genesis) has 7 on-chain traits that configure its trading brain. Each trait maps to a real Hyperliquid execution parameter. Genesis agents use a single strategyId that references a hand-crafted algorithm instead of the 7-trait system.
Total unique combinations: 17 × 13 × 9 × 12 × 12 × 11 × 18 = 55,574,064 possible DNA configs across 5 standard species.
7. Rarity System
Rarity in HYPagotchi is in the STRATEGY — the specific 7-trait combination — not the visual design. Visual design is cosmetic for standard species. What matters is how your agent trades.
Species probability weighting — Each species has different probability distributions for each trait. A BLAZER rolling Williams %R (a TIDEL-favored indicator) is rarer than a BLAZER rolling MACD.
Cross-set supply multiplier — BLAZER has 2,000 supply, COSMOX has 250. A specific trait combo on COSMOX is 8x rarer by supply alone. GENESIS (150 supply) is 13x rarer than BLAZER.
Rarity tiers — Common, Uncommon, Rare, Epic, Legendary, Mythic. Determined by the combined probability of your specific trait combination within your species.
Genesis rarity — All Genesis are Mythic tier. Sub-tiered internally as S, A, B, C, and X (experimental). Each is 100% unique in both strategy and visual design.
8. Genesis Series
Genesis is the crown jewel of the collection. 150 unique strategies, 150 unique creatures. No shared templates, no shared logic, no shared art.
Each Genesis has a named strategy with its own philosophy, mechanics, and edge. Examples include "The Eclipse" (trades only when two indicators align for the first time in 50 candles), "Viper Strike" (enters with maximum aggression on a specific candle pattern, exits within 3 candles), and "Omega" (the meta-strategy that analyzes performance patterns across all other agents). The 13 thematic categories range from celestial phenomena to predator mechanics to mathematical constants.
Genesis uses a strategyId instead of the standard 7-trait encoding. This references a complete strategy specification pinned to IPFS — including entry logic, exit logic, risk parameters, and philosophical rationale.
9. Smart Contract
The HYPagotchi smart contract is an ERC-721A deployed on HyperEVM with the following architecture:
DNA Encoding: uint256 (bit-packed) ├── species (3 bits) — 0-5 (BLAZER..GENESIS) ├── primaryInd (5 bits) — 17 options ├── secondaryInd (4 bits) — 13 options ├── orderType (4 bits) — 9 options ├── leverage (4 bits) — 12 options ├── exitStrategy (4 bits) — 12 options ├── timeframe (4 bits) — 11 options ├── marketPair (5 bits) — 18 options ├── visualSeed (32 bits) — cosmetic randomness ├── birthBlock (32 bits) — block number at mint └── genesis flag (1 bit) — if set, uses strategyId Genesis Encoding: ├── species = 5 (GENESIS) ├── strategyId (8 bits) — 0-149 ├── visualSeed (32 bits) — unique art seed └── birthBlock (32 bits) — block number at mint
Commit-reveal randomness — Fair mint with no preview sniping. Commit hash on mint, reveal DNA after confirmation.
Agent Wallet registration — On-chain mapping of tokenId → Agent Wallet address. Non-custodial, owner-controlled.
On-chain leaderboard — Oracle-updated PnL, trade count, and win rate per tokenId.
Referral system — 5% of mint price to referrer, tracked on-chain.
Decentralization hooks — renounceAdmin(), strategy hash registry, trading engine address (upgradeable by DAO vote).
10. Autonomous Trading Engine
The trading engine is the core infrastructure that turns on-chain DNA into live trades. Its pipeline:
Each species brain interprets indicators differently. The same RSI reading of 55 triggers a buy signal on a BLAZER (momentum building), is ignored by a TIDEL (not extreme enough), and is classified as "trending regime" by a VOLTEX (which then activates its momentum sub-strategy). The algorithm constructor maps species + traits to specific behavioral rules.
Risk Management
Agent Wallets are trade-only — they can place and cancel orders but cannot withdraw funds, transfer assets, or access the owner's main wallet. The owner can pause/unpause the agent at any time and can withdraw funds from their Hyperliquid account directly.
11. Decentralization Roadmap
HYPagotchi is designed to become fully autonomous — independent of GWDS or any single entity. The decentralization path follows five stages:
The end state: GWDS could disappear tomorrow and every HYPagotchi would still function. The contract is immutable, the engine is open-source, the nodes are decentralized, and the DAO governs upgrades. No single point of failure.
12. Mint Economics
Revenue Allocation
13. Risk Disclaimer
HYPagotchi is autonomous trading SOFTWARE — not a financial product, investment vehicle, managed fund, or financial service. It does not constitute financial advice.
Trading perpetual futures involves substantial risk of loss. Leveraged trading can result in losses exceeding your initial deposit. Past performance of any trading algorithm does not guarantee future results. You can lose money — potentially all of the funds in your Agent Wallet.
You are solely responsible for funding your Agent Wallet and for the decision to activate autonomous trading. GWDS, HYPagotchi, and its contributors accept no liability for trading losses. By minting and activating a HYPagotchi, you acknowledge these risks and accept full responsibility for your funds.