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
OpenAI discloses Symphony internal results: some teams' three-week PR deployment volume increased by 500%
CryptoWorld News: OpenAI has published a blog introducing the internal use of its orchestration tool Symphony. Symphony was open-sourced in early March and serves as the scheduling hub for programming agents, automatically assigning a dedicated agent to each pending task. After some members of the OpenAI team used it, the number of merged PRs increased by 500% within three weeks. The blog discloses that product managers and designers can submit feature requests in Symphony without needing to access the code repository, and the review package includes video demonstrations of the features running in real products. The agent can break down complex tasks into a multi-stage dependency tree, only starting subsequent work after prerequisite tasks are completed. Improvement opportunities identified are automatically turned into new tasks, which are then manually evaluated to decide whether to schedule. At its core, Symphony is a spec.md specification document. The team had Codex implement it in TypeScript, Go, Rust, Java, and Python, and all were successful. The reference implementation chose Elixir because its concurrency primitives are well-suited to orchestration scenarios. OpenAI says it does not plan to maintain Symphony as a standalone product, and encourages developers to build versions tailored to their own environments based on the spec.