Skip to content
View Chris0x88's full-sized avatar
🐢
Always on vacation
🐢
Always on vacation

Block or report Chris0x88

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Chris0x88/README.md


What I build

Engineering and law before code. I came to software with the habit of specifying things before building them, and treating a live system like something that can actually hurt you. Now I build autonomous trading agents, risk systems, and direct-to-chain SDKs — software that acts on its own but is designed to be argued with, not trusted blindly.

Principle I keep coming back to: slash commands are cheap deterministic code, AI is expensive judgment. Don't confuse the two. Every system below reflects that split.

Flagship projects

hyperliquid-agentAn AI trading co-pilot that lives inside your Hyperliquid client

hyperliquid-agent

Not a bot that trades for you — a partner that sits beside you while you do. Reads your positions, your thesis, and your risk. Drafts stop losses and take profits from the signals and market structure you actually care about. Bounces ideas, argues the other side, questions you when you scale leverage past what the thesis supports. Carries the ugly operational work — account state, trailing stops, profit locking — so the trader can stay on the trade.

Built by porting Claude Code's agent runtime into the trading loop itself. Free-text routes to the embedded agent; fixed commands stay fast, deterministic, and zero-credit. Keys dual-written to an AES-256-GCM vault and macOS Keychain. API wallets only — a leaked key can't withdraw.


Space LordYour Hedera wallet, exchange, and trading desk collapsed into one local CLI

Space Lord

Built for the 2026 Hedera Apex Hackathon as the execution surface for an OpenClaw AI agent. Core design goal was raw edge compute — no third-party APIs between the agent and the chain. Own-rolled comms straight to Hedera mainnet rather than piping through middleware that could rate-limit, go down, or rug the API layer.

The agent drives everything through CLI tool use, not MCP: one valid execution path per operation, so the LLM can't invent a swap. Governance is read-only config the agent can't edit (per-swap caps, daily caps, slippage ceilings). Gets faster again once BlockStreams rolls out on Hedera.


AusFuelWatchA live map of the ships carrying Australia's fuel

AusFuelWatch

Built during the March 2026 fuel crisis. Three localhost processes — an AIS WebSocket proxy, a Claude-powered intel server, and a standalone HTML dashboard — no backend, no login, no web server. The dashboard opens from the filesystem.

The Singapore corridor vessel count is the leading indicator for Australian pump prices, so the whole thing exists to watch it. Terrestrial AIS has no coverage across the open Indian Ocean, so tanker departures are detected by snapshot diff rather than live feed.


power-law-allocationA Bitcoin allocation model that decides the BTC/cash split for you

power-law-allocation

Same date and price in, same signal out. No database, no historical feed, no ML — just a power law, Kleiber's Law, and a heartbeat. ~400-line core, zero I/O, runs in a Lambda. Ships with a venue-agnostic rebalancer.

The finding that matters: a rebalance threshold of 15% or more is where this strategy earns its keep. Go tighter and fees, slippage, and tax drag eat the edge faster than rebalancing creates it. Bitcoin swings 15% often enough that each time it does, you bank another chunk of value. Five locked constants. I won't tune them — that's the point.


saucerswap-python-sdkA direct line from an AI agent to SaucerSwap

saucerswap-python-sdk

Production Python SDK that talks to the SaucerSwap V2 router contracts directly rather than hitting the public API. Built for AI agents that need a deterministic, always-on line into Hedera DeFi — no rate limits, no middleware outages, no API layer that can break between you and the trade. Runs my own trading stack and is available for anyone building an agent that needs the same.



How I work

Bias toward small, readable systems that survive the 3am weekend stop-hunt. Keys on disk, code on GitHub, nothing phoning home. Where an LLM helps, it gets a fixed tool surface; where it doesn't, there's a deterministic command. I'd rather ship a 400-line model I understand than a framework I don't.

Stack

Python TypeScript Claude Code Hedera Hyperliquid FastAPI Docker Linux


📬 rhczs6bz4d@privaterelay.appleid.com · 🌐 portfolio · 🐙 github.com/Chris0x88 · 🤗 huggingface.co/Chris0x88

Pinned Loading

  1. hyperliquid-agent hyperliquid-agent Public

    Autonomous Hyperliquid trading agent. 23 strategies orchestrated by APEX. No fees, no telemetry, runs on your own hardware.

    Python 2

  2. claude-cli-auth claude-cli-auth Public

    Authentication tooling for Claude Code workflows. Small, sharp, useful — kills a friction point I hit daily.

    Python 1

  3. spacelord spacelord Public

    AI-driven Hedera DeFi toolkit on local edge compute. SaucerSwap integration, token analysis, fully local-first.

    Python 1

  4. pacman pacman Public

    Python 2

  5. power-law-allocation power-law-allocation Public

    Bitcoin power-law portfolio allocation model — deterministic, transparent, venue-agnostic research repo

    Python