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
Launchpad
Be early to the next big token project
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Chrome's official DevTools MCP was released last year, but I believe many people still haven't installed 😂
Chrome DevTools MCP gives Claude, Codex, Cursor and other AI the ability to access your browser.
Most recommended installation method for beginners:
First, open and check the box in Chrome
chrome://inspect/#remote-debugging
A. If you use Claude Code
Execute directly: claude mcp add chrome-devtools --scope user npx chrome-devtools-mcp@latest
After installation, restart Claude Code.
B. If you use Codex CLI
Execute directly: codex mcp add chrome-devtools -- npx chrome-devtools-mcp@latest
C. If you use Cursor
Open:
Cursor Settings -> MCP -> New MCP Server
Then fill in this configuration:
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest"]
}
}
}