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
U.S. 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
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
IPO Access
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.
If you still don't understand loop engineering, you'll want to save this.
It's the most powerful way to prompt Fable 5.
How to get started with loop engineering (as a non-technical beginner):
First, you need some context about what loop engineering actually is.
For the last two years, using an AI agent looked like this:
You write a prompt → you read the response → you write the next prompt → you read that response → repeat.
Essentially, you're the one holding the wheel the whole time.
Loop engineering flips that completely - Instead of prompting the agent by hand at every step, you design a system that prompts, checks, remembers, and re-runs the agent for you.
TLDR: You stop being the person typing prompt instructions.
Every loop is built from three core pieces:
→ The goal: the success condition you're working toward.
→ The loop itself: the repeating cycle. It can run a fixed number of times or run until a condition is met.
→ Routines: predefined chunks of behavior the agent can call whenever it needs them (think of these as subroutines it reaches for mid-task).
How to get started with loops:
Pick one small, repeatable task. Not your whole workflow, one piece of it.
• Define the goal in plain language.
• Set a ceiling. Max attempts or max time, always.
• Let the agent run the loop: act, observe the result, decide the next move, repeat.
• Review the output and iterate if needed.
The easiest way is to type "/loop" inside Claude Code and start setting your success/task criteria.
Save this to start automating your workflows now.