t2000-swap
2
总安装量
1
周安装量
#69579
全站排名
安装命令
npx skills add https://github.com/mission69b/t2000 --skill t2000-swap
Agent 安装分布
opencode
1
codex
1
Skill 文档
t2000: Swap Tokens
Purpose
Execute a token swap through Cetus DEX with on-chain slippage protection.
Command
t2000 swap <amount> <from> <to>
t2000 swap <amount> <from> <to> --slippage <percent>
# Examples:
t2000 swap 5 USDC SUI
t2000 swap 100 USDC SUI
t2000 swap 10 USDC SUI --slippage 0.5
Fees
- Protocol fee: Free â no t2000 fee on swaps
- DEX fee: Cetus standard (typically 0.01â0.05%)
Output
Preview:
Swap: XX.XX USDC â XX.XXXX SUI
Pool Price: 1 SUI = $X.XX
â Swapped XX.XX USDC â XX.XXXX SUI
Tx: https://suiscan.xyz/mainnet/tx/0x...
Notes
- Default slippage: 3%. Reduce with
--slippagefor large swaps on thin markets. - Supported: any Cetus-listed pair (USDC, SUI, USDT, and more)