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
Promotions
AI
Gate AI
Your all-in-one conversational AI partner
Gate AI Bot
Use Gate AI directly in your social App
GateClaw
Gate Blue Lobster, ready to go
Gate for AI Agent
AI infrastructure, Gate MCP, Skills, and CLI
Gate Skills Hub
10K+ Skills
From office tasks to trading, the all-in-one skill hub makes AI even more useful.
GateRouter
Smartly choose from 30+ AI models, with 0% extra fees
DeepSeek V4 First Reveal of Production-Grade Agent Sandbox DSec: Single Cluster Dispatches Hundreds of Thousands of Concurrent Tasks, Unified Four Heterogeneous Foundations
According to Beating Monitoring, the DeepSeek V4 technical report publicly disclosed for the first time the core infrastructure supporting agent-based post-training and large-scale evaluation, the production-grade elastic computing sandbox DSec (DeepSeek Elastic Compute).
Currently, large model reinforcement learning requires an extremely large code trial-and-error environment. The report reveals that in actual production, a single DSec cluster can schedule hundreds of thousands of concurrent sandboxes simultaneously. The system is written in Rust, interfacing with a self-developed 3FS distributed file system, and breaks through the performance bottleneck of cold-starting massive sandboxes through hierarchical on-demand loading.
In terms of developer experience, DSec uses a unified Python SDK that consolidates four execution bases: function calls, containers, micro virtual machines, and full virtual machines. Switching between them only requires modifying one parameter. To address the common preemption issues in computing clusters, DSec introduces a global trace log: when a task resumes, the system directly “fast-forwards” and replays the cached command execution results, enabling ultra-fast checkpoint resume and avoiding non-idempotent errors caused by repeated execution.