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
CFD
Stock CFD Derivatives
US Stocks
Access real US stocks and ETFs
HK Stocks
Trade quality Hong Kong-listed stocks
Korean Stocks
SK Hynix
Real Korean stocks and top assets
Stock Futures
High leverage, 24/7 trading
Tokenized Stocks
Backed by real stock assets
IPO Access
Unlock full access to global stock IPOs
GUSD
3.8%
Mint GUSD for Treasury RWA yields
Stocks Activities
Trade Popular Stocks and Unlock Generous Airdrops
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.
Prime Intellect rewrites Verifiers; agent training and evaluation can be assembled like building blocks
According to Beating Observations monitoring, AI training platform Prime Intellect released verifiers 0.2.0 and opened an architecture preview of the next-generation Verifiers v1. Verifiers is an open-source framework for creating questions for AI Agents, running them, and scoring them, and it can be used for capability evaluation and reinforcement learning training.
Prime Intellect also open-sourced the model training framework prime-rl. Simply put, Verifiers defines the tasks, tools, and scoring rules, and prime-rl trains the model based on the task results. Developers can download and deploy both toolsets themselves.
Prime Intellect also operates Environments Hub and Lab. The former is used to share and download ready-made training environments, while the latter provides hosted training services. Developers can deploy the entire toolset on their own, or directly use Prime Intellect’s environments and compute platform.
The older version of Verifiers ties the task and the Agent’s execution method together. v1 breaks it into three parts: Taskset defines what to do, which tools to provide, and how to score; Harness determines how the Agent completes the task; Runtime determines whether the task runs locally, in Docker, or in a remote sandbox.
With the same task set, developers can switch between Agents such as Codex, Kimi Code, and Terminus 2, and run the tasks locally, in Docker, or in a remote sandbox. Developers don’t need to rewrite the task and scoring rules every time they change an Agent or execution environment.
v1 can also record branching processes such as sub-Agent calls and context compression, and save the Token ID and log probabilities needed for training. The new version is better suited for long tasks spanning hundreds of rounds, and it can also directly use the Agent’s run traces for reinforcement learning. For the planned future release of 1.0.0, Prime Intellect also plans to add multi-Agent environments and further improve support for environment frameworks such as OpenEnv, NeMo Gym, and OpenReward.