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
Infisical Open-Source Agent Vault: agents never touch secrets—intercept and inject on the HTTPS layer as a unified process
CryptoWorld Network news reports that Tony Dang, co-founder of Infisical, has announced the open-sourcing of Agent Vault, a forward HTTP proxy and key vault designed specifically for AI agents, currently available as a research preview. The core idea of this system is that an agent should not hold keys directly, but instead inject them through the proxy layer when making outbound requests. Traditional key management distributes keys directly to workloads, but agents are non-deterministic and may be induced by prompt injection to leak keys. Attackers can poison documents or malicious webpages to cause the agent to send keys to endpoints controlled by the attacker. Agent Vault inserts a forward proxy between the agent and external services: the agent only needs to set the https_proxy environment variable and trust Agent Vault’s CA certificate, and all outbound requests automatically pass through the proxy. Agent Vault terminates TLS, intercepts requests, retrieves keys from encrypted storage, injects the keys into request headers, and then establishes a new TLS connection to the real upstream. Similar ideas have appeared in multiple companies; Agent Vault is the first open-source, platform-agnostic implementation.