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 40+ AI models, with 0% extra fees
AWS Open Source Agent Security Sandbox Rex: Enforces authentication at every step, thoroughly preventing AI from overstepping permissions
CryptoWorld News reports that AWS has announced the open-source release of Trusted Remote Execution (Rex), a policy-authorized script runtime. The tool is designed specifically for AI agents, and the core scripting language Rhai does not, by default, have any access permissions to physical hosts. Rex innovatively separates code execution from authorization policies entirely. If an agent’s script needs to perform system-level operations, it can only call the dedicated interfaces exposed by Rex. Before these calls reach the underlying system layer, they are submitted to the Cedar policy engine for forced evaluation. If an operation goes beyond the predefined boundaries, the agent will receive an access_denied_exception and will not cause actual damage. This mechanism enables enterprises to grant agents operational permissions such as reading logs or restarting services, while also setting strict security red lines through policies. Currently, Rex supports Linux and macOS environments, is developed in Rust, and is open-sourced under the Apache 2.0 license. The official guidance is to use it in conjunction with IAM and SSM.