Futures
Access hundreds of perpetual contracts
TradFi
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
Pre-IPOs
Unlock full access to global stock IPOs
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
MiniMax releases MMX-CLI: A multimodal command-line tool designed for Agents
ME News message, April 9 (UTC+8), MiniMax releases a new product, MMX-CLI, which is a multimodal command-line tool designed specifically for AI agents, with the goal of enabling agents to conveniently and reliably call MiniMax’s various AI capabilities. The product’s design objective is to let agents use MiniMax’s different capabilities in the most natural way—“execute a command, obtain results”—so they can complete complex automation workflows in agent environments such as Claude Code and OpenClaw. This toolkit integrates MiniMax’s multimodal model capabilities, and agents can call them via the command line. At the same time, to address issues that ordinary command-line tools often face in agent automation environments, MMX-CLI makes three key design choices: · Output isolation and pure data mode: output human-friendly information such as progress bars to the standard error stream, and keep the standard output stream limited to clean file paths or JSON data to avoid interfering with the agent’s parsing. · Semantic status codes: assign separate exit codes for different failure types such as authentication failures and parameter errors, so agents can determine the error type and decide whether to retry without parsing text. · Non-blocking and asynchronous task control: when required parameters are missing, it directly reports an error and exits, avoiding tasks hanging; it provides a --async flag to support asynchronous mode, allowing agents to submit long-running tasks and then handle other transactions in parallel. (Source: BlockBeats)