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
Verification: Yesterday, inferred V4 architecture from TileKernels core code, with three key points confirmed and one point unconfirmed.
According to Beating monitoring, after DeepSeek open-sourced the TileKernels core kernel library yesterday, we inferred V4’s core architectural components from the production-grade kernels contained in the library. Today, with the release of the V4 model card, we verified them one by one as follows:
mHC (manifold constraint hyper-connection): Yesterday, we speculated that V4 did not use the raw byte HyperConnection, but instead used DeepSeek’s improved mHC. The model card confirms that V4 uses Manifold-Constrained Hyper-Connections, a hit. MoE architecture and Top-k expert routing: Yesterday, TileKernels included the complete MoE dispatch and collection kernels. The model card confirms that V4 is an MoE model, a hit. FP4+FP8 mixed precision: Yesterday, the library included FP4 and FP8 quantization kernels. The model card confirms that weights use FP4+FP8 mixed storage, a hit.
The only one that didn’t match was Engram (the conditional memory module). Yesterday, we already noticed that the V4 specifications disclosed by Yifan Zhang did not mention Engram, leaving room in the wording. The V4 model card also does not mention Engram.
The model card also reveals new components that TileKernels did not cover: the hybrid attention mechanism (CSA + HCA) is the core of V4’s major leap in long-context efficiency. Under a 1M context, inference FLOPs are only 27% of V3.2, and the KV cache is only 10%. For training, it has switched to the Muon optimizer.