Futures
Access hundreds of perpetual contracts
CFD
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
IPO Access
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 40+ AI models, with 0% extra fees
Cloudflare $NET believes CPU demand could 20x with AI agents
$AMD $INTC $ARM
The company argues that AI agents could create a massive CPU/server infrastructure problem if every worker runs multiple agents using today’s cloud model
The math:
US:
⏩ 100M knowledge workers × 1 agent each ÷ ~10 agents per CPU = 10M CPUs
Global:
⏩ 1B knowledge workers × 10 agents each ÷ ~10 agents per CPU = 1B CPUs
Cloudflare compares this to current global server CPU production of only ~35M–45M per year, implying the current approach could require ~20x current annual CPU production
$NET is pitching Agent Cloud as a solution
This is how it would work:
1. Dynamic Workers instead of full containers
Agents can be spun up on demand and put back into cold storage when idle, avoiding one heavy always-on container per agent
2. Durable Objects for state
Agents need memory/state for tasks, files, sessions, progress, and tool outputs. Durable Objects give each agent/app a stateful object with local SQLite-backed storage
3. Workflows for long-running agents
Agents may run for minutes, hours, or days while waiting for approvals, retries, external events, or scheduled steps. Dynamic Workflows allow these processes to hibernate between steps instead of constantly consuming compute
4. Project Think / Agents SDK
Project Think adds agent-specific primitives like durable execution, crash recovery, checkpointing, sub-agents, persistent sessions, and sandboxed code execution
5. Sandboxes only when full computers are needed
For coding agents or tasks requiring bash, git, file systems, browsers, or arbitrary binaries, Cloudflare still offers Sandbox containers. But the idea is to use them only when necessary, not as the default runtime for every agent