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
# I wrote a simple project
Solving the problem of having AI review its own code
Currently, most of AI's decisions can already be adopted. Sometimes it asks for opinions just to ask, clearly strongly recommending option A, yet still insists on generating options B and C for me anyway.
The project Orchestrator does this: it breaks down the "one AI handles everything" workflow into four completely independent Claude sessions
CEO handles conversations with me, defines goals and acceptance criteria, and sets the highest priority rules.
Planner receives the goals and breaks down the implementation plan.
Coder writes code according to the plan, raises their hand and says they're stuck if they can't proceed.
Reviewer does read-only review, can only point out problems, can't make changes themselves.
Each session can only see what they're supposed to see. Permission boundaries are clearly defined, and permissions are given to let them iterate on their own. After completion, they report back to me as a whole. Only real decision-making problems come to me.
It's pretty great. After developing more projects, I'll share more insights!