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
Funds sent into the contract can still be recovered.
However, this big shot's 3 million can't be retrieved anymore.
They got lured away...
Safety first.
```solidity
/**
* @notice Recovers mistakenly sent ERC20 tokens from the contract
* @param token Address of the ERC20 token to recover
* @param to Recipient address for recovered tokens
* @dev Only recovers excess tokens beyond what users can claim.
* Protects sharesNonKyc USDC for non-KYC users.
* Protects usdcKycDeployable USDC for KYC users.
* Protects all USDT as it belongs to KYC users.
*/
function recoverErc20(
```