AiyoPerps
AiyoPerps is a cryptocurrency perpetual futures trading application that supports leveraged trading on both decentralized exchanges and centralized exchanges. Include multi-tab market K-line charts (candlestick charts), order placement for multiple trading pairs ...etc. Also provides a complete set of REST API and MCP Server capabilities.
Ask AI about AiyoPerps
Powered by Claude · Grounded in docs
I know everything about AiyoPerps. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
AiyoPerps
繁體中文 | Official Website
AiyoPerps is a perpetual futures desktop terminal that supports both CEX (centralized) and DEX (decentralized) trading. It provides a full desktop UI, an MCP server for AI agents, and a local REST API.
All your data is stored locally in SQLite, in the db folder under the program execution path. Your data will not leave the local machine, and you do not need to give any API key to the AI Agent.
With AiyoPerps, you can trade crypto perpetual futures manually, with AI collaboration, or fully driven by AI.

Support Us
If you think this project is cool, feel free to buy us a coffee!
When you sponsor us, you’ll also get a chance to join Taiwan’s receipt lottery.
That’s because Chen-Si Studio is a team that pays taxes properly. We issue an official receipt/invoice for every bit of income, and those invoice numbers can be checked for prizes every two months.
Even if you don’t live in Taiwan, if your invoice wins, just let us know. We’ll claim the prize for you and then send you the money (after deducting any necessary handling fees).
Recent Updates
- Added a Dashboard interface, allowing you to manage all your positions and open orders across all exchanges from a single interface.

- Added a feature to automatically wake up the AI Agent at fixed intervals, supporting Codex CLI, Claude Code CLI, and Gemini CLI.

- A new conditional wake-up AI Agent has been added, which allows you to set the AI Agent to be activated only when the market price or profit reaches a set condition.

0. Supported Exchanges
- CEX: BitMEX
- DEX: Hyperliquid, Aster, Grvt, dYdX
1. Requirements
- Windows, Linux, or macOS (via Docker).
- .NET 10 Runtime (included in release builds).
- A perpetual futures exchange account. Current supported venues are
Hyperliquid,BitMEX,dYdX,Grvt, andAster.
2. Run the Desktop App
Use a release build
- Download the latest package from GitHub Releases.
- Run:
- Windows:
AiyoPerps.exe - Linux AppImage:
chmod +x AiyoPerps-x86_64.AppImage ./AiyoPerps-x86_64.AppImage
- Windows:
Verify a Linux AppImage download
sha256sum -c AiyoPerps-x86_64.AppImage.sha256
Build a Linux AppImage
- Publish the Linux self-contained build:
dotnet publish ./AiyoPerps/AiyoPerps.csproj -c Release -r linux-x64 --self-contained true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -o "./publish/linux-x64" - On Linux, run:
./scripts/appimage/build-appimage.sh - Generate the checksum file:
sha256sum ./artifacts/appimage/AiyoPerps-x86_64.AppImage > ./artifacts/appimage/AiyoPerps-x86_64.AppImage.sha256 - The AppImage and checksum file will be created under
./artifacts/appimage/
Build and run from source
- Clone this repo or download the full source code.
git clone https://github.com/phidiassj/AiyoPerps.git - Build it with Visual Studio 2026.
3. Enable the Local MCP Server and API
- Start the desktop app.
- In the top toolbar, set the
HTTP APIport (default5078). - Turn the API switch
ON. - Open:
- OpenAPI UI:
http://127.0.0.1:5078/scalar - MCP endpoint:
http://127.0.0.1:5078/mcp
- OpenAPI UI:
4. Headless Mode
Use this when you only need REST or MCP.
Local headless
Start the app with -- headless --port 5078.
Windows:
AiyoPerps.exe -- headless --port 5078
Linux:
./AiyoPerps -- headless --port 5078
Docker
macOS is currently supported through Docker only.
docker run --rm --name aiyoperps -p 5078:5078 phidiassj/aiyoperps:latest
The container starts automatically in headless mode and enables the HTTP API automatically.
5. Connect an AI Agent
Recommended: use the installer to auto-register with supported AI agents
npx -y @phidiassj/aiyoperps-mcp-installer
This registers AiyoPerps with supported AI agents such as Codex, Claude Desktop, Claude Code CLI, and OpenClaw.

Manual stdio bridge
npx -y @phidiassj/aiyoperps-mcp-bridge --quiet --url http://127.0.0.1:5078/mcp
If the installer does not support your AI agent, try this manual method.
6. Quick UI Workflow
- Open
Account Managerand add an account. - Create or select a tab.
- Choose the account, then click
Enable. - Set
SymbolandInterval. - Use the right-side tabs for
Order,Positions,Orders, andBalances.
